stonith_max_attempts   35 daemons/controld/controld_fencing.c static unsigned long int stonith_max_attempts = 10;
stonith_max_attempts   41 daemons/controld/controld_fencing.c     stonith_max_attempts = char2score(value);
stonith_max_attempts   42 daemons/controld/controld_fencing.c     if (stonith_max_attempts < 1UL) {
stonith_max_attempts   43 daemons/controld/controld_fencing.c         stonith_max_attempts = 10UL;
stonith_max_attempts   78 daemons/controld/controld_fencing.c             if (value->count >= stonith_max_attempts) {
stonith_max_attempts   85 daemons/controld/controld_fencing.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {