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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_window.cpp360 int CrFbDisplayWindow::windowSetCompositor(bool fSet) argument
365 if (fSet)
H A Ddisplay_window_rootvr.cpp167 int CrFbDisplayWindowRootVr::windowSetCompositor(bool fSet) argument
169 if (fSet)
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c1081 bool fSet = ASMAtomicBitTestAndClear(g_aUnits, iUnit); local
1082 NOREF(fSet);
1083 Assert(fSet);
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dgetmode.c276 static void compareAndMaybeSetUseHardwareCursor(VBOXPtr pVBox, uint32_t fCursorCapabilities, bool *pfChanged, bool fSet) argument
280 if (fSet)
288 #define COMPARE_AND_MAYBE_SET(pDest, src, pfChanged, fSet) \
292 if (fSet) \
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp69 * @param fSet Open flags to be forced set.
72 RTR3DECL(int) RTFileSetForceFlags(unsigned fOpenForAccess, unsigned fSet, unsigned fMask) argument
78 if ((fSet | fMask) & ~RTFILE_O_WRITE_THROUGH)
83 g_fOpenReadSet = fSet;
87 g_fOpenWriteSet = fSet;
91 g_fOpenReadWriteSet = fSet;
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp1136 * @param fSet Whether to set or unset guard page status.
1138 VMMR3DECL(int) MMR3HyperSetGuard(PVM pVM, void *pvStart, size_t cb, bool fSet) argument
1161 if (fSet)
H A DPDMBlkCache.cpp1644 * @returns true if the flag in fSet is set and the one in fClear is clear.
1650 * @param fSet The flag which is tested to be set.
1655 uint32_t fSet, uint32_t fClear)
1658 bool fPassed = ((fFlags & fSet) && !(fFlags & fClear));
1666 fPassed = ((fFlags & fSet) && !(fFlags & fClear));
1653 pdmBlkCacheEntryFlagIsSetClearAcquireLock(PPDMBLKCACHE pBlkCache, PPDMBLKCACHEENTRY pEntry, uint32_t fSet, uint32_t fClear) argument
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp321 bool fSet = false; local
351 fSet = true;
357 fSet = true;
362 if (fSet)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp1357 bool fSet = ASMAtomicBitTestAndClear(pu32Bits, iBitOffset - 1); local
1358 if (fSet)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp66 bool fSet; member in struct:VBVAMOUSESHAPEINFO
581 LogFlow(("fSet = %d, fVisible %d, fAlpha %d, @%d,%d %dx%d (%p, %d/%d)\n",
582 pMouseShapeInfo->fSet,
658 pCtx->mouseShapeInfo.fSet = true;
1571 rc = SSMR3PutBool (pSSM, pCtx->mouseShapeInfo.fSet);
1783 rc = SSMR3GetBool (pSSM, &pCtx->mouseShapeInfo.fSet);
1957 if (pCtx->mouseShapeInfo.fSet)
2589 pCtx->mouseShapeInfo.fSet = false;
2735 pCtx->mouseShapeInfo.fSet = false;
/vbox/src/VBox/Storage/
H A DQED.cpp1049 bool fSet = qedClusterBitmapCheckAndSet(pvClusterBitmap, offClusterStart, offClusterStart + pHeader->u32TableSize); local
1050 Assert(fSet);
1070 fSet = qedClusterBitmapCheckAndSet(pvClusterBitmap, offClusterStart, offClusterStart + pHeader->u32TableSize);
1071 if (!fSet)
1106 fSet = qedClusterBitmapCheckAndSet(pvClusterBitmap, offClusterStart, offClusterStart + 1);
1107 if (!fSet)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp129 bool fSet; member in struct:RTDBGCFGU64MNEMONIC
1978 if (paMnemonics[i].fSet ? enmOp != RTDBGCFGOP_REMOVE : enmOp == RTDBGCFGOP_REMOVE)
2153 if ( paMnemonics[i].fSet
2165 if ( paMnemonics[i].fSet
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp858 static RTEXITCODE videoFlagsModify(bool fSet, int argc, char *argv[]) argument
888 dwFlags = fSet? (dwFlags | u32Mask):

Completed in 161 milliseconds