Searched defs:PCIGLOBALS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp125 typedef struct PCIGLOBALS struct
170 } PCIGLOBALS; typedef in typeref:struct:PCIGLOBALS
172 typedef PCIGLOBALS *PPCIGLOBALS;
181 /** Converts a PCI bus device instance pointer to a PCIGLOBALS pointer. */
186 /** Converts a pointer to a PCI bus instance to a PCIGLOBALS pointer.
189 #define PCIBUS_2_PCIGLOBALS(pPciBus) RT_FROM_MEMBER(pPciBus, PCIGLOBALS, PciBus)
2268 sizeof(PCIGLOBALS),

Completed in 38 milliseconds