stonith_watchdog_timeout_ms 1560 daemons/fenced/fenced_remote.c                        timeout_one, stonith_watchdog_timeout_ms);
stonith_watchdog_timeout_ms 1569 daemons/fenced/fenced_remote.c         if(stonith_watchdog_timeout_ms > 0 && device && pcmk__str_eq(device, "watchdog", pcmk__str_casei)) {
stonith_watchdog_timeout_ms 1571 daemons/fenced/fenced_remote.c                        stonith_watchdog_timeout_ms/1000, op->target, op->action,
stonith_watchdog_timeout_ms 1573 daemons/fenced/fenced_remote.c             op->op_timer_one = g_timeout_add(stonith_watchdog_timeout_ms, remote_op_watchdog_done, op);
stonith_watchdog_timeout_ms 1576 daemons/fenced/fenced_remote.c         } else if(stonith_watchdog_timeout_ms > 0
stonith_watchdog_timeout_ms 1580 daemons/fenced/fenced_remote.c                        stonith_watchdog_timeout_ms/1000, op->target, op->action,
stonith_watchdog_timeout_ms 1582 daemons/fenced/fenced_remote.c             op->op_timer_one = g_timeout_add(stonith_watchdog_timeout_ms, remote_op_watchdog_done, op);
stonith_watchdog_timeout_ms 1622 daemons/fenced/fenced_remote.c         if(stonith_watchdog_timeout_ms && pcmk__str_eq(device, "watchdog", pcmk__str_null_matches | pcmk__str_casei)) {
stonith_watchdog_timeout_ms 1624 daemons/fenced/fenced_remote.c                      stonith_watchdog_timeout_ms/1000, op->target,
stonith_watchdog_timeout_ms 1627 daemons/fenced/fenced_remote.c             op->op_timer_one = g_timeout_add(stonith_watchdog_timeout_ms, remote_op_watchdog_done, op);
stonith_watchdog_timeout_ms   45 daemons/fenced/pacemaker-fenced.c long stonith_watchdog_timeout_ms = 0;
stonith_watchdog_timeout_ms 1078 daemons/fenced/pacemaker-fenced.c         if(timeout_ms != stonith_watchdog_timeout_ms) {
stonith_watchdog_timeout_ms 1079 daemons/fenced/pacemaker-fenced.c             crm_notice("New watchdog timeout %lds (was %lds)", timeout_ms/1000, stonith_watchdog_timeout_ms/1000);
stonith_watchdog_timeout_ms 1080 daemons/fenced/pacemaker-fenced.c             stonith_watchdog_timeout_ms = timeout_ms;
stonith_watchdog_timeout_ms 1084 daemons/fenced/pacemaker-fenced.c         stonith_watchdog_timeout_ms = 0;
stonith_watchdog_timeout_ms 1505 daemons/fenced/pacemaker-fenced.c     if(stonith_watchdog_timeout_ms > 0) {
stonith_watchdog_timeout_ms  269 daemons/fenced/pacemaker-fenced.h extern long stonith_watchdog_timeout_ms;