Searched refs:AssertReturn (Results 251 - 275 of 640) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dspinlock-r0drv-darwin.cpp72 AssertReturn(fFlags == RTSPINLOCK_FLAGS_INTERRUPT_SAFE || fFlags == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE, VERR_INVALID_PARAMETER);
H A Dmemobj-r0drv-darwin.cpp200 AssertReturn(off <= RT_MAX(RT_OFFSETOF(struct my_vm_map, pmap) * 4, 1024), 0x1000);
672 AssertReturn(PhysMask + 1 <= cb, VERR_INVALID_PARAMETER);
695 AssertReturn(uCachePolicy == RTMEM_CACHE_POLICY_DONT_CARE, VERR_NOT_SUPPORTED);
851 AssertReturn(pvFixed == (void *)-1, VERR_NOT_SUPPORTED);
958 AssertReturn(R3PtrFixed == (RTR3PTR)-1, VERR_NOT_SUPPORTED);
1146 AssertReturn(s_offPmap >= 0, NIL_RTHCPHYS);
1152 AssertReturn(PgNo, NIL_RTHCPHYS);
1165 AssertReturn(pMemDesc, NIL_RTHCPHYS);
H A Dsemevent-r0drv-darwin.cpp99 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER);
241 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c78 AssertReturn(fFlags == RTSPINLOCK_FLAGS_INTERRUPT_SAFE || fFlags == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dspinlock-r0drv-linux.c77 AssertReturn(fFlags == RTSPINLOCK_FLAGS_INTERRUPT_SAFE || fFlags == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dspinlock-r0drv-nt.cpp87 AssertReturn(fFlags == RTSPINLOCK_FLAGS_INTERRUPT_SAFE || fFlags == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c77 AssertReturn(fFlags == RTSPINLOCK_FLAGS_INTERRUPT_SAFE || fFlags == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/
H A Dpath.cpp66 AssertReturn(g_szrtProcExePath[0], VERR_WRONG_ORDER);
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-posix.cpp164 AssertReturn( (pszUser && cbUser > 0)
H A Dsemevent-posix.cpp105 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER);
199 AssertReturn(u32 == EVENT_STATE_NOT_SIGNALED || u32 == EVENT_STATE_SIGNALED, VERR_INVALID_HANDLE);
259 AssertReturn(u32 == EVENT_STATE_NOT_SIGNALED || u32 == EVENT_STATE_SIGNALED, VERR_INVALID_HANDLE);
323 AssertReturn(u32 == EVENT_STATE_NOT_SIGNALED || u32 == EVENT_STATE_SIGNALED, VERR_INVALID_HANDLE);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp281 AssertReturn(!(fFlags & ~RTFILEAIOCTX_FLAGS_VALID_MASK), VERR_INVALID_PARAMETER);
341 AssertReturn(cReqs > 0, VERR_INVALID_PARAMETER);
453 AssertReturn(cReqs != 0, VERR_INVALID_PARAMETER);
454 AssertReturn(cReqs >= cMinReqs, VERR_OUT_OF_RANGE);
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp52 AssertReturn(fFlags == 0 || fFlags == RTLDRLOAD_FLAGS_NO_UNLOAD, VERR_INVALID_PARAMETER);
H A Duuid-win.cpp126 AssertReturn(cchString >= RTUUID_STR_LENGTH, VERR_INVALID_PARAMETER);
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp755 AssertReturn(hEMT0 != NIL_RTNATIVETHREAD, VERR_GVMM_BROKEN_IPRT);
757 AssertReturn(ProcId != NIL_RTPROCESS, VERR_GVMM_BROKEN_IPRT);
1041 AssertReturn(!pGVM || pGVM->u32Magic == GVM_MAGIC, false);
1080 AssertReturn(!((uintptr_t)pVM & PAGE_OFFSET_MASK), VERR_INVALID_POINTER);
1085 AssertReturn(hGVM != NIL_GVM_HANDLE, VERR_INVALID_HANDLE);
1086 AssertReturn(hGVM < RT_ELEMENTS(pGVMM->aHandles), VERR_INVALID_HANDLE);
1089 AssertReturn(pHandle->pVM == pVM, VERR_NOT_OWNER);
1093 AssertReturn( ( pHandle->hEMT0 == hSelf
1335 AssertReturn(idCpu != 0, VERR_NOT_OWNER);
1346 AssertReturn(idCp
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp301 AssertReturn(paRegisters[iDesc].enmReg == DBGFREG_END, VERR_INVALID_PARAMETER);
302 AssertReturn( paRegisters[iDesc].enmType > DBGFREGVALTYPE_INVALID
308 AssertReturn(RT_VALID_PTR(paRegisters[iDesc].pfnSet) || (paRegisters[iDesc].fFlags & DBGFREG_FLAGS_READ_ONLY),
319 AssertReturn( paAliases[iAlias].enmType > DBGFREGVALTYPE_INVALID
332 AssertReturn(paSubFields[iSubField].iFirstBit + paSubFields[iSubField].cBits <= 128, VERR_INVALID_PARAMETER);
333 AssertReturn(paSubFields[iSubField].cBits + paSubFields[iSubField].cShift <= 128, VERR_INVALID_PARAMETER);
343 AssertReturn(enmType != DBGFREGSETTYPE_CPU || iInstance < pUVM->cCpus, VERR_INVALID_CPU_ID);
872 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_CPU_ID);
1095 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_CPU_ID);
1098 AssertReturn(cReg
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp760 AssertReturn(paArgs[iArg].enmType == DBGCVAR_TYPE_STRING, VERR_DBGC_PARSE_BUG);
892 AssertReturn(paArgs[i].enmType == DBGCVAR_TYPE_STRING, VERR_DBGC_PARSE_BUG);
1367 AssertReturn( cArgs >= 2
1383 AssertReturn(paArgs[2].enmType == DBGCVAR_TYPE_STRING, VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
1418 AssertReturn( cArgs >= 2
1434 AssertReturn(paArgs[2].enmType == DBGCVAR_TYPE_STRING, VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
1441 AssertReturn(paArgs[3].enmType == DBGCVAR_TYPE_NUMBER, VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
1448 AssertReturn(paArgs[4].enmType == DBGCVAR_TYPE_NUMBER, VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
1478 AssertReturn( cArgs >= 3
1500 AssertReturn(paArg
[all...]
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp96 AssertReturn(krc == KERN_SUCCESS, false);
595 AssertReturn(darwinOpenMasterPort(), NULL);
598 AssertReturn(pNotify, NULL);
902 AssertReturn(darwinOpenMasterPort(), NULL);
909 AssertReturn(RefMatchingDict, NULL);
1117 AssertReturn(darwinOpenMasterPort(), VERR_GENERAL_FAILURE);
1125 AssertReturn(RefMatchingDict, NULL);
1286 AssertReturn(darwinOpenMasterPort(), NULL);
1296 AssertReturn(RefMatchingDict, NULL);
1415 AssertReturn(darwinOpenMasterPor
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp461 AssertReturn(aMachine && aControl, E_INVALIDARG);
465 AssertReturn(autoInitSpan.isOk(), E_FAIL);
536 AssertReturn(mConsoleVRDPServer, E_FAIL);
556 AssertReturn(mAudioVRDE, E_FAIL);
559 AssertReturn(mAudioSniffer, E_FAIL);
569 AssertReturn(mNvram, E_FAIL);
574 AssertReturn(mUsbCardReader, E_FAIL);
578 AssertReturn(m_pKeyStore, E_FAIL);
1660 AssertReturn(that, VERR_INVALID_PARAMETER);
1683 AssertReturn(m_mapSharedFolder
[all...]
/vbox/src/VBox/Main/include/
H A Dvector.h194 AssertReturn(pvec->muTypeHash == uTypeHash, VERR_INVALID_PARAMETER);
209 AssertReturn(pvec->muTypeHash == uTypeHash, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp140 AssertReturn(aInfo, E_FAIL);
204 AssertReturn(aInfo, E_FAIL);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibSem.cpp64 AssertReturn(Req.u.In.hSem == hSem, VERR_INVALID_HANDLE);
98 AssertReturn(pReq->u.In.hSem == hSem, VERR_INVALID_HANDLE);
/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIIoReq.cpp191 AssertReturn( pVScsiIoReq->enmTxDir != VSCSIIOREQTXDIR_FLUSH
210 AssertReturn(pVScsiIoReq->enmTxDir == VSCSIIOREQTXDIR_UNMAP, VERR_NOT_SUPPORTED);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.cpp104 AssertReturn (aIndex == -1 ||
114 AssertReturn (aIndex == -1 ||
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp229 AssertReturn(cchSeparators > 0, VERR_INVALID_PARAMETER);
391 AssertReturn(!(fFlags & ~RTGETOPTARGV_CNV_QUOTE_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp202 AssertReturn(RT_IS_POWER_OF_TWO(cbScratchBuf), VERR_INVALID_PARAMETER);
204 AssertReturn(pvScratchBuf, VERR_NO_MEMORY);

Completed in 130 milliseconds

<<11121314151617181920>>