stonith_max_attempts   34 daemons/controld/controld_fencing.c static unsigned long int stonith_max_attempts = 10;
stonith_max_attempts   42 daemons/controld/controld_fencing.c        stonith_max_attempts = CRM_SCORE_INFINITY;
stonith_max_attempts   44 daemons/controld/controld_fencing.c        stonith_max_attempts = (unsigned long int) crm_parse_ll(value, NULL);
stonith_max_attempts   79 daemons/controld/controld_fencing.c             if (value->count >= stonith_max_attempts) {
stonith_max_attempts   86 daemons/controld/controld_fencing.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {