Home
last modified time | relevance | path

Searched refs:slot_list_head (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c444 hpc_slot_entry_t *slotp, *slot_list_head; in hpc_slot_register() local
489 slot_list_head = busp->bus_slot_list; in hpc_slot_register()
490 if (slot_list_head == NULL) { in hpc_slot_register()
517 slotp->slot_next = slot_list_head; in hpc_slot_register()
518 if (slot_list_head != NULL) in hpc_slot_register()
519 slot_list_head->slot_prev = slotp; in hpc_slot_register()