Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h51 uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int); member
65 #define TODOP_SETWD(top, nsec) ((top)->tod_set_watchdog_timer(top, nsec))
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h181 uint_t (*tod_set_watchdog_timer)(uint_t); member
200 #define TODOP_SETWD(top, nsec) ((top).tod_set_watchdog_timer(nsec))
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmc.c152 tod_ops.tod_set_watchdog_timer = pmc_set_watchdog_timer; in _init()
240 ret = tod_ops.tod_set_watchdog_timer(wd_timout); in pmc_attach()
H A Dhardclk.c82 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in clkstart()
H A Dtodm5819p_rmc.c96 tod_ops.tod_set_watchdog_timer = in _init()
149 ret = tod_ops.tod_set_watchdog_timer(0); in todm5819p_rmc_get()
H A Dtodopl.c173 tod_ops.tod_set_watchdog_timer = todopl_set_watchdog_timer; in _init()
H A Dtodmostek.c74 tod_ops.tod_set_watchdog_timer = todm_set_watchdog_timer; in _init()
H A Drmc_comm.c771 if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL && in rmc_comm_attach()
773 (void) tod_ops.tod_set_watchdog_timer(0); in rmc_comm_attach()
H A Dtodbq4802.c112 tod_ops.tod_set_watchdog_timer = in _init()
H A Dtodm5819.c88 tod_ops.tod_set_watchdog_timer = todm5819_set_watchdog_timer; in _init()
H A Dtodsg.c151 tod_ops.tod_set_watchdog_timer = todsg_set_watchdog_timer; in _init()
H A Dtodds1287.c227 tod_ops.tod_set_watchdog_timer = todds_set_watchdog_timer; in _init()
852 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in todds_get()
H A Dtodds1337.c165 tod_ops.tod_set_watchdog_timer = todds1337_set_watchdog_timer; in _init()
H A Drmclomv.c453 tod_ops.tod_set_watchdog_timer = rmc_set_watchdog_timer; in rmclomv_attach()
461 if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL) in rmclomv_attach()
462 err = tod_ops.tod_set_watchdog_timer(0); in rmclomv_attach()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c509 (void) tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in kdi_watchdog_restore()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c580 (void) tod_ops.tod_set_watchdog_timer( in sysctrl_resume()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c718 tod_ops.tod_set_watchdog_timer(
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c734 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in load_platform_drivers()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c760 tod_ops.tod_set_watchdog_timer( in dr_resume()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c720 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in load_platform_drivers()