Searched refs:lom_dogtime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c477 uint32_t lom_dogtime; local
568 if (ddi_copyin((caddr_t)arg, (caddr_t)&lom_dogtime,
575 lom_dogtime));
580 if ((lom_dogtime == 0) ||
581 (lom_dogtime > (uint32_t)NTWDT_MAX_TIMEOUT)) {
584 "timeout: %d", (int)TICK_TO_MSEC(lom_dogtime)));
590 ntwdt_state->ntwdt_watchdog_timeout = lom_dogtime;
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1215 uint32_t lom_dogtime; local
1217 if (ddi_copyin((caddr_t)arg, (caddr_t)&lom_dogtime,
1224 lom_dogtime));
1227 if ((lom_dogtime == 0) ||
1228 (lom_dogtime > NTWDT_MAX_TIMEOUT)) {
1235 wdog_state->ntwdt_wdog_timeout = lom_dogtime;
1246 (void) ntwdt_set_cfgvar(LW8_WDT_PROP_TO, lom_dogtime);

Completed in 49 milliseconds