stonith_max_attempts   34 daemons/controld/controld_fencing.c static unsigned long int stonith_max_attempts = 10;
stonith_max_attempts   40 daemons/controld/controld_fencing.c     stonith_max_attempts = char2score(value);
stonith_max_attempts   41 daemons/controld/controld_fencing.c     if (stonith_max_attempts < 1UL) {
stonith_max_attempts   42 daemons/controld/controld_fencing.c         stonith_max_attempts = 10UL;
stonith_max_attempts   77 daemons/controld/controld_fencing.c             if (value->count >= stonith_max_attempts) {
stonith_max_attempts   84 daemons/controld/controld_fencing.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {