Lines Matching defs:timeout

57  * is larger than the current AWDT timeout.
98 * the number of seconds in the watchdog timeout (and
124 * than the currently specified timeout (which is
137 * or specifies a new timeout value (DOGTIME).
150 * will compute a timeout at t(x), and ScApp will
151 * compute a timeout at t(2x), where 'x' is the
152 * current timeout value. When ntwdt computes
169 * set the watchdog timeout to the value specified
261 * This specifies the watchdog timeout value (in seconds) to
264 * ntwdt will update ScApp by setting the watchdog timeout
270 * it initializes the watchdog timeout to a default value of
273 * for the watchdog timeout is between one second and
326 * watchdog-timeout values (in seconds):
369 uint32_t ntwdt_boot_timeout; /* timeout for boot */
372 uint32_t ntwdt_wdog_timeout; /* timeout in seconds */
1076 NTWDT_DBG(WDT_DBG_IOCTL, ("DOGSTATE: wdog/reset/timeout:"
1110 * to setup a valid timeout.
1213 * of the watchdog timeout.
1226 /* Ensure specified timeout is within range. */
1239 * watchdog timeout with the specified value.
1245 /* Tell ScApp of the specified timeout */
1298 * o current timeout value
1302 int timeout;
1306 ret = ntwdt_get_cfgvar(LW8_WDT_PROP_TO, &timeout);
1318 " timeout/action: %d/%d", timeout, action));
1320 ntwdt_data.ntwdt_wd1 = (uint32_t)timeout;
1344 * Assign the current watchdog timeout (ntwdt_wdog_timeout)
1349 * timeout expiration is at least as large as the expected
1350 * timeout, conditionally set/clear a bit that will be
1400 * AWDT's watchdog-timeout period. This Cyclic runs at
1477 * Update ScApp so that the new wdog-timeout
1480 * This timeout is assumedly larger than the
1500 * the "2x-timeout" artifact. Eg, Solaris
1509 (void) timeout(ntwdt_stop_timer_lock, ntwdt_ptr, 0);
1523 * Program the AWDT watchdog-timeout value to that specified
1537 * Program the AWDT watchdog-timeout value only if the
1556 * It will set the watchdog-timeout value to be that as specified
1559 * Note that unless this Property's value specifies a timeout
1561 * experience a timeout and initiate Recovery.
1585 * Init Cyclic so its first expiry occurs wdog-timeout
1668 * Initiate a Reset (as a result of the VWDT timeout expiring).
1674 cmn_err(CE_NOTE, "OS timeout expired, taking no action");
1698 * the watchdog-timeout should be set to when
1703 * watchdog-timeout.
1819 NTWDT_DBG(WDT_DBG_PROT, ("MBOX_SET of 'wdog-timeout':"
1894 *val = (uint8_t)get_wdt.timeout;
1895 NTWDT_DBG(WDT_DBG_PROT, ("MBOX_GET of 'wdog-timeout':"
1942 * location that's used to specify Solaris' watchdog-timeout
1959 cmn_err(CE_WARN, "write of %d for TOD timeout "