Searched refs:tod_ops (Results 26 - 34 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c579 tod_ops.tod_set_watchdog_timer(
734 tod_ops.tod_clear_watchdog_timer();
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c715 tod_ops.tod_set_watchdog_timer(
839 saved_watchdog_seconds = tod_ops.tod_clear_watchdog_timer();
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c466 tod_ops_t *tod_ops = &todpc_ops; variable
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c758 tod_ops.tod_set_watchdog_timer(
922 tod_ops.tod_clear_watchdog_timer();
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c453 tod_ops.tod_set_watchdog_timer = rmc_set_watchdog_timer;
454 tod_ops.tod_clear_watchdog_timer = rmc_clear_watchdog_timer;
461 if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL)
462 err = tod_ops.tod_set_watchdog_timer(0);
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c720 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c734 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c846 ts = TODOP_GET(tod_ops);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c642 if (tod_ops.tod_get_cpufrequency != NULL) {
644 sys_tick_freq = tod_ops.tod_get_cpufrequency();

Completed in 72 milliseconds

12