Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dhsc.h39 int hsc_slot_occupancy(int, boolean_t, int, int);
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c3927 if (hsc_slot_occupancy(saved_unit_number, B_TRUE, 0, B_TRUE) in scsb_slot_occupancy()
3931 if (hsc_slot_occupancy(saved_unit_number, B_FALSE, 0, B_FALSE) in scsb_slot_occupancy()
7025 return (hsc_slot_occupancy(pslotnum, 1, slot_flag, healthy)); in scsb_connect_slot()
7053 return (hsc_slot_occupancy(slotnum, occupied, slot_flag, B_FALSE)); in scsb_disconnect_slot()
H A Dhsc.c1155 hsc_slot_occupancy(int slot_number, boolean_t occupied, int flags, int healthy) in hsc_slot_occupancy() function