Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c135 hpc_slot_entry_t *bus_slot_list; member
344 busp->bus_slot_list = NULL; in hpc_nexus_register_bus()
370 for (slotp = busp->bus_slot_list; slotp; in hpc_nexus_register_bus()
410 if (busp->bus_slot_list == NULL) { in hpc_nexus_unregister_bus()
476 busp->bus_slot_list = NULL; in hpc_slot_register()
489 slot_list_head = busp->bus_slot_list; in hpc_slot_register()
516 busp->bus_slot_list = slotp; in hpc_slot_register()
608 busp->bus_slot_list); in hpc_slot_unregister()
613 if (slotp == busp->bus_slot_list) in hpc_slot_unregister()
614 busp->bus_slot_list = slotp->slot_next; in hpc_slot_unregister()
[all …]