Home
last modified time | relevance | path

Searched refs:ntwdt_lomcmd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c444 static int ntwdt_lomcmd(int cmd, intptr_t arg);
786 return (ntwdt_lomcmd(LW8_MBOX_WDT_GET, (intptr_t)&get_wdt)); in ntwdt_chk_sc_support()
1842 rv = ntwdt_lomcmd(LW8_MBOX_WDT_SET, (intptr_t)&set_wdt); in ntwdt_set_cfgvar()
1873 rv = ntwdt_lomcmd(LW8_MBOX_WDT_GET, (intptr_t)&get_wdt); in ntwdt_get_cfgvar()
2083 ntwdt_lomcmd(int cmd, intptr_t arg) in ntwdt_lomcmd() function