Searched refs:slot_prev (Results 1 - 1 of 1) 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
515 slotp->slot_prev = NULL;
519 slot_list_head->slot_prev = slotp;
609 if (slotp->slot_prev != NULL)
610 slotp->slot_prev->slot_next = slotp->slot_next;
612 slotp->slot_next->slot_prev = slotp->slot_prev;

Completed in 44 milliseconds