Searched defs:true (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdbool.h12 directives. They are true, which expands to the integer constant 1,
17 macros bool, true, and false.
33 #define true 1 macro
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dstring.h35 #define true true_type macro
44 #undef true macro
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.h66 VBoxGlobalSettings (bool null = true) argument
128 * Returns true if the last setter or #load() operation has been failed
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_osdep.h56 true = 1 enumerator in enum:__anon15170
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp111 Nullable() : mIsNull(true) {}
116 void setNull(bool aIsNull = true) { mIsNull = aIsNull; } argument
204 // set Active to true by default
208 cmd.mFilter.mActive = true;
219 cmd.mGlobal = true;
242 cmd.mFilter.mActive = true;
369 cmd.mGlobal = true;
/vbox/include/VBox/vmm/
H A Dpdmnetinline.h60 * @returns true if valid, false if not (not asserted or logged).
136 return true;
607 pbHdrs, pGso->offHdr2, pbPayload, cbPayload, 0, pGso->cbHdrsTotal, true, enmCsumType); local
616 pbHdrs, pGso->offHdr2, pbPayload, cbPayload, 0, pGso->cbHdrsTotal, true, enmCsumType); local
627 pbHdrs, pGso->offHdr2, pbPayload, cbPayload, 0, pGso->cbHdrsTotal, true, enmCsumType); local
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetwork.cpp130 bool fPass = true;
133 bool fNameValid = true;
242 bool fPass = true;
573 bool fPass = true;
716 createTreeItemNetworkNAT(generateDataNetworkNAT(network), true); local
762 m_fChanged = true;
776 m_fChanged = true;
806 createTreeItemNetworkHost(generateDataNetworkHost(iface), true); local
865 m_fChanged = true;
964 re.setMinimal(true);
[all...]
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp239 pReqInt->fFlush = true;
540 ASMAtomicXchgBool(&pCtxInt->fWaiting, true); local
637 bool fWokenUp = ASMAtomicXchgBool(&pCtxInt->fWokenUp, true);
645 * We can ensure that the handle is valid if fWaiting is true
659 * to true which will let the thread return VERR_INTERRUPTED
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp334 static int ftmR3TcpSubmitCommand(PVM pVM, const char *pszCommand, bool fWaitForAck = true) argument
399 pVM->ftm.s.syncstate.fIOError = true;
449 pVM->ftm.s.syncstate.fIOError = true;
464 pVM->ftm.s.syncstate.fEndOfStream = true;
468 pVM->ftm.s.syncstate.fIOError = true;
489 pVM->ftm.s.syncstate.fIOError = true;
593 ASMAtomicWriteBool(&pVM->ftm.s.syncstate.fStopReading, true);
857 while (true)
964 pVM->ftm.s.fActivateStandby = true;
1070 || (fFullSync = true)) /* intende
[all...]
H A DPATM.cpp211 pVM->fPATMEnabled = true;
238 s_fRegisteredCmds = true;
394 pVM->fPATMEnabled = true;
505 RTAvloU32DoWithAll(&pVM->patm.s.PatchLookupTreeHC->PatchTree, true, patmR3RelocatePatches, (void *)pVM);
570 PPATMPATCHREC pPatchRec = (PPATMPATCHREC)RTAvloU32RemoveBestFit(&pVM->patm.s.PatchLookupTreeHC->PatchTree, 0, true);
572 patmR3RemovePatch(pVM, pPatchRec, true);
777 PRELOCREC pRec = (PRELOCREC)RTAvlPVGetBestFit(&pPatch->patch.FixupTree, key, true);
1062 * @returns true if enabled, false if not (or if invalid handle).
1166 while (true)
1171 pRec = (PJUMPREC)RTAvlPVRemoveBestFit(&pPatch->JumpTree, 0, true);
2619 patmGenJumpToPatch(PVM pVM, PPATCHINFO pPatch, PPATMP2GLOOKUPREC pCacheRec, bool fAddFixup = true) argument
2763 patmGenCallToPatch(PVM pVM, PPATCHINFO pPatch, RTRCPTR pTargetGC, PPATMP2GLOOKUPREC pCacheRec, bool fAddFixup = true) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp109 : TeleporterState(pConsole, pUVM, pProgress, true /*fIsSource*/)
295 HRESULT Console::i_teleporterSrcSubmitCommand(TeleporterStateSrc *pState, const char *pszCommand, bool fWaitForAck /*= true*/)
358 pState->mfIOError = true;
407 pState->mfIOError = true;
421 pState->mfEndOfStream = true;
425 pState->mfIOError = true;
445 pState->mfIOError = true;
545 ASMAtomicWriteBool(&pState->mfStopReading, true);
727 pState->mfUnlockedMedia = true;
812 pState->mptrConsole->mVMIsAlreadyPoweringOff = true; /* (Mak
1205 teleporterTcpWriteACK(TeleporterStateTrg *pState, bool fAutomaticUnlock = true) argument
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp744 CHECKOP(ASMAtomicCmpXchgU8(pu8, 0, 0xff), true, "%d", bool); local
750 CHECKOP(ASMAtomicCmpXchgU8(pu8, 0x97, 0), true, "%d", bool); local
768 CHECKOP(ASMAtomicCmpXchgU32(pu32, 0, UINT32_C(0xffffffff)), true, "%d", bool); local
774 CHECKOP(ASMAtomicCmpXchgU32(pu32, UINT32_C(0x8008efd), 0), true, "%d", bool); local
793 CHECKOP(ASMAtomicCmpXchgU64(pu64, 0, UINT64_C(0xffffffffffffff)), true, "%d", bool); local
802 CHECKOP(ASMAtomicCmpXchgU64(pu64, UINT64_C(0x80040008008efd), 0), true, "%d", bool); local
822 CHECKOP(ASMAtomicCmpXchgExU32(pu32, 0, UINT32_C(0xffffffff), &u32Old), true, "%d", bool); local
830 CHECKOP(ASMAtomicCmpXchgExU32(pu32, UINT32_C(0x8008efd), 0, &u32Old), true, "%d", bool); local
834 CHECKOP(ASMAtomicCmpXchgExU32(pu32, 0, UINT32_C(0x8008efd), &u32Old), true, "%d", bool); local
855 CHECKOP(ASMAtomicCmpXchgExU64(pu64, 0, UINT64_C(0xffffffffffffffff), &u64Old), true, " local
867 CHECKOP(ASMAtomicCmpXchgExU64(pu64, UINT64_C(0x80040008008efd), 0, &u64Old), true, "%d", bool); local
871 CHECKOP(ASMAtomicCmpXchgExU64(pu64, 0, UINT64_C(0x80040008008efd), &u64Old), true, "%d", bool); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp141 return true;
191 debugger().SetRecompileSupervisor(true);
193 debugger().SetRecompileUser(true);
195 debugger().SetExecuteAllInIEM(true);
248 return true;
271 uimachine()->machineLogic()->setPreventAutoClose(true);
296 return true;
321 return true;
335 return true;
368 fServerCrashed = true;
605 msgCenter().cannotRemountMedium(machine(), medium, true /* mount? */, local
[all...]
/vbox/include/iprt/
H A Dtypes.h96 * declares false and true as enum values.
105 # define true linux_true
151 # undef true
219 # ifndef true
220 # define true (1) macro
2133 /** Initializes a RTUUID structure with all zeros (RTUuidIsNull() true). */

Completed in 160 milliseconds