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

/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPciInternal.h42 typedef struct VBOXRAWPCIGLOBALS *PVBOXRAWPCIGLOBALS; typedef in typeref:struct:VBOXRAWPCIGLOBALS
66 PVBOXRAWPCIGLOBALS pGlobals;
151 DECLHIDDEN(int) vboxPciInit(PVBOXRAWPCIGLOBALS pGlobals);
152 DECLHIDDEN(void) vboxPciShutdown(PVBOXRAWPCIGLOBALS pGlobals);
H A DVBoxPci.c56 PVBOXRAWPCIGLOBALS pGlobals = (PVBOXRAWPCIGLOBALS)((uint8_t *)pSupDrvFactory - RT_OFFSETOF(VBOXRAWPCIGLOBALS, SupDrvFactory));
110 DECLINLINE(int) vboxPciGlobalsLock(PVBOXRAWPCIGLOBALS pGlobals)
117 DECLINLINE(void) vboxPciGlobalsUnlock(PVBOXRAWPCIGLOBALS pGlobals)
122 static PVBOXRAWPCIINS vboxPciFindInstanceLocked(PVBOXRAWPCIGLOBALS pGlobals, uint32_t iHostAddress)
133 static void vboxPciUnlinkInstanceLocked(PVBOXRAWPCIGLOBALS pGlobals, PVBOXRAWPCIINS pToUnlink)
449 static int vboxPciNewInstance(PVBOXRAWPCIGLOBALS pGlobals,
521 PVBOXRAWPCIGLOBALS pGlobals = (PVBOXRAWPCIGLOBALS)((uint8_t *)pFactory - RT_OFFSETOF(VBOXRAWPCIGLOBALS, RawPciFactory));
551 PVBOXRAWPCIGLOBALS pGlobal
[all...]

Completed in 67 milliseconds