Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1883 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1892 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1934 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
2188 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) in compute_power_state()
2221 if (IS5SLOT(softsp->nslots) && (load_count >= 5)) in compute_power_state()
2264 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_pres_change()
2569 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2581 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2635 IS5SLOT(softsp->nslots)) ? in pps_fan_state_change()
2640 IS5SLOT(softsp->nslots)) ? FT_DSK_FAN : in pps_fan_state_change()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h177 #define IS5SLOT(n) ((n) == 5) macro