Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c1810 boolean_t slot_actual_state; in hpc3130_verify_slot_power() local
1823 slot_actual_state = hpc3130_p->power[offset]; in hpc3130_verify_slot_power()
1825 while ((slot_actual_state != slot_target_state) && in hpc3130_verify_slot_power()
1841 slot_actual_state = B_FALSE; in hpc3130_verify_slot_power()
1843 slot_actual_state = B_TRUE; in hpc3130_verify_slot_power()
1845 hpc3130_p->power[offset] = slot_actual_state; in hpc3130_verify_slot_power()