stonith_max_attempts   36 daemons/controld/controld_fencing.c static unsigned long int stonith_max_attempts = DEFAULT_STONITH_MAX_ATTEMPTS;
stonith_max_attempts   54 daemons/controld/controld_fencing.c     if (stonith_max_attempts != score) {
stonith_max_attempts   56 daemons/controld/controld_fencing.c                   score, stonith_max_attempts);
stonith_max_attempts   58 daemons/controld/controld_fencing.c     stonith_max_attempts = score;
stonith_max_attempts  116 daemons/controld/controld_fencing.c             if (value->count >= stonith_max_attempts) {
stonith_max_attempts  123 daemons/controld/controld_fencing.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {