st_timeout       1014 daemons/controld/controld_fencing.c     long long st_timeout = (value != NULL)? crm_get_msec(value) : 0;
st_timeout       1017 daemons/controld/controld_fencing.c     if (st_timeout == 0
st_timeout        291 lib/common/watchdog.c     long st_timeout = value? crm_get_msec(value) : 0;
st_timeout        293 lib/common/watchdog.c     if (st_timeout < 0) {
st_timeout        294 lib/common/watchdog.c         st_timeout = pcmk__auto_stonith_watchdog_timeout();
st_timeout        297 lib/common/watchdog.c                   st_timeout, value);
st_timeout        300 lib/common/watchdog.c     if (st_timeout == 0) {
st_timeout        315 lib/common/watchdog.c         if (st_timeout < sbd_timeout) {