Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h73 boolean_t fan_failed; /* TRUE = fan failure detected */ member
/titanic_41/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c535 unitp->fan_failed = 0; in envctrl_attach()
1487 if ((unitp->fan_failed == B_TRUE) || (unitp->tempr_warning == B_TRUE)) { in envctrl_tempr_poll()
1883 if (unitp->fan_failed == B_TRUE) { in envctrl_fan_fail_service()
1914 unitp->fan_failed = B_FALSE; in envctrl_fan_fail_service()
1917 if (unitp->fan_failed == B_FALSE) { in envctrl_fan_fail_service()
1921 unitp->fan_failed = B_TRUE; in envctrl_fan_fail_service()
2889 if ((unitp->fan_failed == B_TRUE) && thisled != 0) { in envctrl_isother_fault_led()