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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c109 * bus_next - pointer to next list entry
140 hpc_bus_entry_t *bus_next; member in struct:hpc_bus_entry
345 busp->bus_next = hpc_bus_list_head;
396 busp = busp->bus_next) {
412 hpc_bus_list_head = busp->bus_next;
414 busp_prev->bus_next = busp->bus_next;
477 busp->bus_next = hpc_bus_list_head;
644 busp = busp->bus_next)
649 hpc_bus_list_head = busp->bus_next;
[all...]

Completed in 58 milliseconds