Searched refs:fState (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemevent-r0drv-freebsd.c60 uint32_t volatile fState; member in struct:RTSEMEVENTINTERNAL
85 pThis->fState = 0;
131 ASMAtomicWriteU32(&pThis->fState, 0);
151 ASMAtomicWriteU32(&pThis->fState, 1);
182 if (ASMAtomicCmpXchgU32(&pThis->fState, 0, 1))
205 else if (ASMAtomicCmpXchgU32(&pThis->fState, 0, 1))
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemevent-r0drv-linux.c57 uint32_t volatile fState; member in struct:RTSEMEVENTINTERNAL
84 pThis->fState = 0;
133 ASMAtomicWriteU32(&pThis->fState, 0);
155 ASMAtomicWriteU32(&pThis->fState, 1);
190 && ASMAtomicCmpXchgU32(&pThis->fState, 0, 1))
214 else if (ASMAtomicCmpXchgU32(&pThis->fState, 0, 1))
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIStatusBarIndicator.h88 virtual void setState(bool fState) { setState((int)fState); } argument
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DWinKeyboard.cpp55 * @param fState State to set
57 static void winSetModifierState(int idModifier, bool fState) argument
62 if (winGetModifierState(idModifier) != fState)
69 VBOX_CONTROL_TO_STR_NAME(idModifier), VBOX_BOOL_TO_STR_STATE(fState), MapVirtualKey(idModifier, MAPVK_VK_TO_VSC)));
74 VBOX_CONTROL_TO_STR_NAME(idModifier), VBOX_BOOL_TO_STR_STATE(fState), MapVirtualKey(idModifier, MAPVK_VK_TO_VSC)));
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSeamless.cpp51 * @param fState whether or not we support seamless mode
53 VBGLR3DECL(int) VbglR3SeamlessSetCap(bool fState) argument
55 if (fState)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommoncontrols.idl65 DWORD fState;
H A Dimm.h106 UINT fState; member in struct:tagIMEMENUITEMINFOA
119 UINT fState; member in struct:tagIMEMENUITEMINFOW
477 /* fState of IMEMENUITEMINFO structure */
H A Ddimm.idl127 UINT fState;
139 UINT fState;
H A Dwinuser.h1599 UINT fState; member in struct:tagMENUITEMINFOA
1614 UINT fState; member in struct:tagMENUITEMINFOW
H A Dcommctrl.h568 DWORD fState; member in struct:_IMAGELISTDRAWPARAMS
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp127 static char *stringifyMemState(uint32_t fState, char *pszBuf, size_t cbBuf) argument
136 return stringifyFlags(fState, pszBuf, cbBuf, s_aMemStates, RT_ELEMENTS(s_aMemStates));
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py487 fState = self.fSignalled;
490 return fState
503 fState = self.pollTask(True);
504 if not fState:
507 while not fState:
519 fState = self.pollTask(True);
522 return fState;
H A Dvboxwrappers.py214 fState = self.pollTask(False);
215 while not fState:
226 fState = self.pollTask(False);
227 return fState;
662 fState = self.pollTask(False);
663 while not fState:
670 fState = self.pollTask(False);
671 return fState;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp453 DWORD fState; local
454 if (!GetNamedPipeHandleState(hNative, &fState, &cInstances, NULL, NULL, NULL, 0))
456 AssertReturn(!(fState & PIPE_NOWAIT), VERR_INVALID_HANDLE);
457 AssertReturn(!(fState & PIPE_READMODE_MESSAGE), VERR_INVALID_HANDLE);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimm.h106 UINT fState; member in struct:tagIMEMENUITEMINFOA
119 UINT fState; member in struct:tagIMEMENUITEMINFOW
466 /* fState of IMEMENUITEMINFO structure */
H A Ddimm.idl127 UINT fState;
139 UINT fState;
H A Dwinuser.h2187 UINT fState; member in struct:tagMENUITEMINFOA
2202 UINT fState; member in struct:tagMENUITEMINFOW
H A Dcommctrl.h590 DWORD fState; member in struct:_IMAGELISTDRAWPARAMS
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h441 void setDebuggerVar(int *piDbgCfgVar, bool fState);
H A DVBoxGlobal.cpp4396 * @param fState The value from the command line.
4398 void VBoxGlobal::setDebuggerVar(int *piDbgCfgVar, bool fState) argument
4401 *piDbgCfgVar = (fState ? VBOXGLOBAL_DBG_CFG_VAR_TRUE : VBOXGLOBAL_DBG_CFG_VAR_FALSE)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp1020 * @param fState The busy state.
1022 DECLINLINE(void) vmsvgaSafeFifoBusyRegUpdate(PVGASTATE pThis, bool fState) argument
1024 ASMAtomicWriteU32(&pThis->svga.CTX_SUFF(pFIFO)[SVGA_FIFO_BUSY], fState);
1026 if (RT_UNLIKELY(fState != (pThis->svga.fBusy != 0)))
1033 fState = (pThis->svga.fBusy != 0);
1034 ASMAtomicWriteU32(&pThis->svga.CTX_SUFF(pFIFO)[SVGA_FIFO_BUSY], fState != 0);
1035 } while (cLoops-- > 0 && fState != (pThis->svga.fBusy != 0));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1954 void UIMachineLogic::sltLoggingToggled(bool fState) argument
1956 NOREF(fState);
1958 debugger().SetLogEnabled(fState);
/vbox/include/VBox/
H A DVBoxGuestLib.h459 VBGLR3DECL(int) VbglR3SeamlessSetCap(bool fState); variable
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h190 UINT16 fState; member in struct:__anon14282
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h190 UINT16 fState; member in struct:__anon1606

Completed in 319 milliseconds