Searched refs:fInit (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp126 uint32_t cDiskSegments, uint64_t cbDisk, bool fInit)
132 if (fInit || paDiskSegments[i].pbDataDiff)
136 uint8_t *pbData = fInit
313 bool fInit = true; local
321 rc = tstVDSnapWrite(pVD, paDiskSeg, cDiskSegments, cbDisk, fInit);
324 fInit = false;
125 tstVDSnapWrite(PVBOXHDD pVD, PVDDISKSEG paDiskSegments, uint32_t cDiskSegments, uint64_t cbDisk, bool fInit) argument
/vbox/src/VBox/Devices/Audio/
H A DDevIchHdaCodec.h158 DECLR3CALLBACKMEMBER(int, pfnCodecEmuReset,(PHDACODEC pThis, bool fInit));
/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp102 bool fInit; member in struct:USBPROXYDEVFBSD
174 if (pDevFBSD->fInit == true)
186 pDevFBSD->fInit = true;
205 if (pDevFBSD->fInit != true)
218 pDevFBSD->fInit = false;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c301 render_spu.fInit = true;
540 render_spu.fInit = false;
H A Drenderspu.h347 bool fInit; member in struct:__anon16468
H A Drenderspu_agl.c117 if (!render_spu.fInit)
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp190 static void fd_init(fdrive_t *drv, bool fInit) argument
196 if (fInit) {
2652 * @param fInit Set if we're at init time and can change the drive type.
2654 static int fdConfig(fdrive_t *drv, PPDMDEVINS pDevIns, bool fInit) argument
2678 fd_init(drv, fInit);
2757 rc = fdConfig (drv, pDevIns, false /*fInit*/);
2960 rc = fdConfig(pDrv, pDevIns, true /*fInit*/);

Completed in 69 milliseconds