Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c140 hpc_bus_entry_t *bus_next; member
345 busp->bus_next = hpc_bus_list_head; in hpc_nexus_register_bus()
396 busp = busp->bus_next) { in hpc_nexus_unregister_bus()
412 hpc_bus_list_head = busp->bus_next; in hpc_nexus_unregister_bus()
414 busp_prev->bus_next = busp->bus_next; in hpc_nexus_unregister_bus()
477 busp->bus_next = hpc_bus_list_head; in hpc_slot_register()
644 busp = busp->bus_next) in hpc_slot_unregister()
649 hpc_bus_list_head = busp->bus_next; in hpc_slot_unregister()
651 busp_prev->bus_next = busp->bus_next; in hpc_slot_unregister()
912 for (busp = hpc_bus_list_head; busp != NULL; busp = busp->bus_next) { in hpc_find_bus_by_name()