Searched refs:schpc_number_of_slots (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h121 uint16_t schpc_number_of_slots; /* Slot on IO Board */ member in struct:schpc
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c454 schpc_p->schpc_number_of_slots = STARCAT_MAX_SLOTS;
458 schpc_p->schpc_number_of_slots);
478 (schpc_p->schpc_number_of_slots * sizeof (schpc_slot_t)),
3387 for (i = 0; i < schpc_p->schpc_number_of_slots; i++) {
3763 for (slot = 0; slot < schpc_p->schpc_number_of_slots; slot++) {

Completed in 50 milliseconds