Searched refs:hsc_slot_occupancy (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | hsc.h | 39 int hsc_slot_occupancy(int, boolean_t, int, int);
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 1155 hsc_slot_occupancy(int slot_number, boolean_t occupied, int flags, int healthy) function 1157 static const char func[] = "hsc_slot_occupancy"; 1161 DEBUG4("hsc_slot_occupancy: slot %d %s, ac=%d, healthy=%d",
|
H A D | scsb.c | 3927 if (hsc_slot_occupancy(saved_unit_number, B_TRUE, 0, B_TRUE) 3931 if (hsc_slot_occupancy(saved_unit_number, B_FALSE, 0, B_FALSE) 7025 return (hsc_slot_occupancy(pslotnum, 1, slot_flag, healthy)); 7053 return (hsc_slot_occupancy(slotnum, occupied, slot_flag, B_FALSE));
|
Completed in 59 milliseconds