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

/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c68 return &pGlobals->RawPciFactory;
521 PVBOXRAWPCIGLOBALS pGlobals = (PVBOXRAWPCIGLOBALS)((uint8_t *)pFactory - RT_OFFSETOF(VBOXRAWPCIGLOBALS, RawPciFactory));
551 PVBOXRAWPCIGLOBALS pGlobals = (PVBOXRAWPCIGLOBALS)((uint8_t *)pFactory - RT_OFFSETOF(VBOXRAWPCIGLOBALS, RawPciFactory));
717 pGlobals->RawPciFactory.pfnRelease = vboxPciFactoryRelease;
718 pGlobals->RawPciFactory.pfnCreateAndConnect = vboxPciFactoryCreateAndConnect;
719 pGlobals->RawPciFactory.pfnInitVm = vboxPciFactoryInitVm;
720 pGlobals->RawPciFactory.pfnDeinitVm = vboxPciFactoryDeinitVm;
H A DVBoxPciInternal.h135 RAWPCIFACTORY RawPciFactory; member in struct:VBOXRAWPCIGLOBALS

Completed in 56 milliseconds