Searched refs:watchdog_activated (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dwdt.h43 extern int watchdog_activated;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c60 int watchdog_activated = WDT_OFF; variable
201 if (watchdog_enabled && watchdog_activated) {
215 if (watchdog_enabled && watchdog_activated) {
226 if (watchdog_enabled && !watchdog_activated) {
238 if (watchdog_enabled && watchdog_activated) {
250 watchdog_activated = new_state;
H A Dmach_cpu_states.c622 if (watchdog_enabled && watchdog_activated) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodblade.c66 extern int watchdog_activated;
151 if (watchdog_activated && !watchdog_enable) {
153 } else if (!watchdog_activated && watchdog_enable) {
155 } else if (watchdog_activated &&
298 if (watchdog_activated &&
411 if (watchdog_available && (!watchdog_activated ||
412 (watchdog_activated && (timeoutval != watchdog_timeout_seconds)))) {
431 if (watchdog_available && watchdog_activated) {
455 watchdog_activated = new_state;
H A Dpmc.c74 extern int watchdog_activated;
278 if (v_pmc_addr_reg == NULL || !watchdog_activated) {
288 if (v_pmc_addr_reg != NULL && watchdog_activated) {
325 watchdog_activated = 1;
340 if (watchdog_activated == 0)
346 watchdog_activated = 0;
H A Dtodsg.c284 if (watchdog_activated != 0 || watchdog_enable != 0)
400 if (watchdog_activated != 0 || watchdog_enable != 0)
461 watchdog_activated = 1;
474 if ((watchdog_activated == 0) || !verify_sc_tod_version()) {
495 watchdog_activated = 0;
H A Dtodmostek.c192 watchdog_activated = 1;
206 if (watchdog_activated == 0)
212 watchdog_activated = 0;
H A Dhardclk.c62 int watchdog_activated = 0; /* the watchdog is armed */ variable
H A Drmc_comm.c69 extern int watchdog_activated;
888 if (watchdog_enable && watchdog_activated &&
H A Dtodm5819p_rmc.c147 if (watchdog_activated) {
H A Dtodds1287.c83 extern int watchdog_activated;
850 if (watchdog_activated) {
H A Drmclomv.c65 extern int watchdog_activated;
3361 watchdog_activated = 1;
3370 if ((watchdog_activated == 0) || (boothowto & RB_DEBUG))
3375 watchdog_activated = 0;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c74 if (disable_watchdog_on_exit && watchdog_activated) {
473 if (disable_watchdog_on_exit && watchdog_activated) {
495 if (watchdog_activated) {
501 return (watchdog_activated);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h172 extern int watchdog_activated;
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c233 static int watchdog_activated; variable
707 watchdog_activated = 0;
5624 extern int watchdog_activated;
5640 if (watchdog_activated) {
6258 watchdog_activated = new_state;
6260 "watchdog_activated=%d", watchdog_activated);
6284 if (bscv_watchdog_available && (!watchdog_activated ||
6285 (watchdog_activated &&
6308 if (bscv_watchdog_available && watchdog_activated) {
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c732 if (watchdog_activated) {
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c132 * a pair of kernel tunables (watchdog_activated and
1388 watchdog_activated != 0)
1391 watchdog_activated = 0;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c837 if (watchdog_activated) {
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c920 if (watchdog_activated) {

Completed in 112 milliseconds