st_timeout       1007 daemons/controld/controld_fencing.c     long long st_timeout = (value != NULL)? crm_get_msec(value) : 0;
st_timeout       1010 daemons/controld/controld_fencing.c     if (st_timeout == 0
st_timeout        245 lib/common/watchdog.c     long st_timeout = value? crm_get_msec(value) : 0;
st_timeout        247 lib/common/watchdog.c     if (st_timeout < 0) {
st_timeout        248 lib/common/watchdog.c         st_timeout = pcmk__auto_stonith_watchdog_timeout();
st_timeout        251 lib/common/watchdog.c                   st_timeout, value);
st_timeout        254 lib/common/watchdog.c     if (st_timeout == 0) {
st_timeout        269 lib/common/watchdog.c         if (st_timeout < sbd_timeout) {