stonith_max_attempts 35 daemons/controld/controld_fencing.c static unsigned long int stonith_max_attempts = 10; stonith_max_attempts 47 daemons/controld/controld_fencing.c stonith_max_attempts = char2score(value); stonith_max_attempts 48 daemons/controld/controld_fencing.c if (stonith_max_attempts < 1UL) { stonith_max_attempts 49 daemons/controld/controld_fencing.c stonith_max_attempts = 10UL; stonith_max_attempts 108 daemons/controld/controld_fencing.c if (value->count >= stonith_max_attempts) { stonith_max_attempts 115 daemons/controld/controld_fencing.c if ((value != NULL) && (value->count >= stonith_max_attempts)) {