HomeSort by relevance Sort by last modified time
    Searched defs:PCIBus (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
pci.c 32 struct PCIBus {
44 PCIBus *next;
57 static PCIBus *first_bus;
61 PCIBus *bus = (PCIBus *)opaque;
71 PCIBus *bus = (PCIBus *)opaque;
90 PCIBus *pci_register_bus(DeviceState *parent, const char *name,
94 PCIBus *bus;
97 bus = FROM_QBUS(PCIBus, qbus_create(BUS_TYPE_PCI
    [all...]
  /external/qemu/
tap-win32.c 35 /* NOTE: PCIBus is redefined in winddk.h */
36 #define PCIBus _PCIBus
40 #undef PCIBus
qemu-common.h 275 typedef struct PCIBus PCIBus;

Completed in 22 milliseconds