Searched defs:slot_next (Results 1 - 2 of 2) 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

Completed in 186 milliseconds