Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1882 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1891 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1933 temp_pres = (IS4SLOT(softsp->nslots) || in ps_fail_handler()
2188 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) in compute_power_state()
2264 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_pres_change()
2324 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_state_change()
2568 fanfail = !(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2580 fanfail = (!(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2634 fan_type = (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
2639 clear_fault(0, (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h176 #define IS4SLOT(n) ((n) == 4) macro