Searched refs:slot_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c199 hpc_slot_entry_t *slot_next, *slot_prev; member in struct:hpc_slot_entry
371 slotp = slotp->slot_next) {
426 slotp = slotp->slot_next) {
517 slotp->slot_next = slot_list_head;
610 slotp->slot_prev->slot_next = slotp->slot_next;
611 if (slotp->slot_next != NULL)
612 slotp->slot_next->slot_prev = slotp->slot_prev;
614 busp->bus_slot_list = slotp->slot_next;
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h180 uint16_t slot_next; member in struct:fct_cmd_slot
H A Dfct.c1201 slot->slot_next = (uint16_t)(++i);
1203 slot->slot_next = FCT_SLOT_EOL;
1869 new |= iport->iport_cmd_slots[cmd_slot].slot_next;
2073 slot->slot_next = old & 0xFFFF;

Completed in 80 milliseconds