HomeSort by relevance Sort by last modified time
    Searched refs:pci_find_bus (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/hw/pci/
pci.h 192 PCIBus *pci_find_bus(int bus_num);
  /external/qemu/hw/pci/
pci.c 206 if (dom != 0 || pci_find_bus(bus) == NULL)
863 PCIBus *pci_find_bus(int bus_num) function
875 PCIBus *bus = pci_find_bus(bus_num);

Completed in 94 milliseconds