Home
last modified time | relevance | path

Searched refs:LW8_WDT_PROP_TO (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1246 (void) ntwdt_set_cfgvar(LW8_WDT_PROP_TO, lom_dogtime); in ntwdt_ioctl()
1306 ret = ntwdt_get_cfgvar(LW8_WDT_PROP_TO, &timeout); in ntwdt_ioctl()
1546 (void) ntwdt_set_cfgvar_noreply(LW8_WDT_PROP_TO, in ntwdt_reprogram_wd()
1549 (void) ntwdt_set_cfgvar(LW8_WDT_PROP_TO, in ntwdt_reprogram_wd()
1769 (void) ntwdt_set_cfgvar(LW8_WDT_PROP_TO, in ntwdt_set_awdt_state()
1817 case LW8_WDT_PROP_TO: in ntwdt_set_cfgvar()
1893 case LW8_WDT_PROP_TO: in ntwdt_get_cfgvar()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8_impl.h139 #define LW8_WDT_PROP_TO 2 /* timeout duration */ macro