Searched defs:boot_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1692 int boot_timeout; local
1708 boot_timeout = ddi_prop_get_int(DDI_DEV_T_ANY,
1712 if (boot_timeout != -1 && boot_timeout > 0 &&
1713 boot_timeout <= NTWDT_MAX_TIMEOUT) {
1715 boot_timeout;

Completed in 62 milliseconds