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

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp107 bool fFlush = false; local
108 rc = pgmPoolTrackUpdateGCPhys(pVM, PageDesc.GCPhys, pPage, true /* clear the entries */, &fFlush);
113 fFlushTLBs |= fFlush;
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetIntIf.cpp123 * @param fFlush Whether to flush the write.
126 size_t cSegs, PCINTNETSEG paSegs, bool fFlush)
134 if (RT_SUCCESS(rc) && fFlush)
125 VBoxNetIntIfSend(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, size_t cSegs, PCINTNETSEG paSegs, bool fFlush) argument
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_misc.c18 GLboolean fFlush = GL_FALSE; local
78 fFlush = GL_TRUE;
92 if (fFlush)
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp88 bool fFlush; member in struct:RTFILEAIOREQINTERNAL
208 pReqInt->fFlush = false;
239 pReqInt->fFlush = true;
402 if (pReqInt->fFlush)
454 if (pReqInt->fFlush)
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp77 bool fFlush; member in struct:RTFILEAIOREQINTERNAL
175 pReqInt->fFlush = false;
205 pReqInt->fFlush = true;
371 if (pReqInt->fFlush)
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1684 bool fFlush; local
1689 (PCX86PTPAE)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush);
1692 (PCX86PT)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush);
1713 if (fFlush)
4806 * @param fFlush Flush the TLBS when required (should only be false in very specific use cases!!)
4808 int pgmPoolFlushPage(PPGMPOOL pPool, PPGMPOOLPAGE pPage, bool fFlush)
4909 && fFlush)
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp93 bool fFlush; member in struct:RTFILEAIOREQINTERNAL
409 pReqInt->fFlush = false;
448 pReqInt->fFlush = true;
674 if (pReqInt->fFlush)
775 if (pReqInt->fFlush)
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1818 IOContext(const char *pcszFilename, File::Mode mode, bool fFlush = false)
1819 : file(mode, pcszFilename, fFlush)
1844 WriteContext(const char *pcszFilename, bool fFlush) argument
1845 : IOContext(pcszFilename, File::Mode_Overwrite, fFlush)
/vbox/src/VBox/Storage/
H A DVD.cpp4231 bool fFlush; local
4238 fFlush = VDMETAXFER_TXDIR_GET(pMetaXfer->fFlags) == VDMETAXFER_TXDIR_FLUSH;
4240 if (!fFlush)
4321 if (!fFlush)
4333 else if (fFlush)

Completed in 733 milliseconds