Searched defs:first_bus (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/hw/pci/
H A Dpci.c58 static PCIBus *first_bus; variable
106 bus->next = first_bus;
107 first_bus = bus;
774 PCIBus *bus = first_bus;
865 PCIBus *bus = first_bus;

Completed in 137 milliseconds