Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1879 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1888 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1930 temp_pres = (IS4SLOT(softsp->nslots) || in ps_fail_handler()
2185 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) in compute_power_state()
2261 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_pres_change()
2321 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_state_change()
2565 fanfail = !(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2577 fanfail = (!(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2631 fan_type = (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
2636 clear_fault(0, (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
[all …]
/titanic_44/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h176 #define IS4SLOT(n) ((n) == 4) macro