stonith_max_attempts   40 crmd/te_callbacks.c static unsigned long int stonith_max_attempts = 10;
stonith_max_attempts   62 crmd/te_callbacks.c        stonith_max_attempts = node_score_infinity;
stonith_max_attempts   65 crmd/te_callbacks.c        stonith_max_attempts = crm_int_helper(value, NULL);
stonith_max_attempts  652 crmd/te_callbacks.c             if (value->count >= stonith_max_attempts) {
stonith_max_attempts  659 crmd/te_callbacks.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {