Searched refs:AssertReturn (Results 276 - 300 of 640) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemeventmulti-r0drv-freebsd.c96 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
237 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemeventmulti-r0drv-haiku.c71 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
207 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemeventmulti-r0drv-linux.c99 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
248 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dtimer-r0drv-linux.c1193 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, VERR_INVALID_HANDLE);
1332 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, VERR_INVALID_HANDLE);
1353 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, VERR_INVALID_HANDLE);
1354 AssertReturn(u64NanoInterval, VERR_INVALID_PARAMETER);
1355 AssertReturn(u64NanoInterval < UINT64_MAX / 8, VERR_INVALID_PARAMETER);
1356 AssertReturn(pTimer->u64NanoInterval, VERR_INVALID_STATE);
1402 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, VERR_INVALID_HANDLE);
1496 AssertReturn(u64NanoInterval, VERR_NOT_IMPLEMENTED); /* We don't implement single shot on all cpus, sorry. */
/vbox/src/VBox/Runtime/r0drv/
H A Dmpnotification-r0drv.c170 AssertReturn(g_hRTMpNotifySpinLock != NIL_RTSPINLOCK, VERR_WRONG_ORDER);
237 AssertReturn(g_hRTMpNotifySpinLock != NIL_RTSPINLOCK, VERR_WRONG_ORDER);
H A Dpowernotification-r0drv.c166 AssertReturn(g_hRTPowerNotifySpinLock != NIL_RTSPINLOCK, VERR_WRONG_ORDER);
233 AssertReturn(g_hRTPowerNotifySpinLock != NIL_RTSPINLOCK, VERR_WRONG_ORDER);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemevent-r0drv-nt.cpp71 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER);
174 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dsemeventmulti-r0drv-nt.cpp72 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
197 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemevent-r0drv-os2.cpp77 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER);
178 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dsemeventmulti-r0drv-os2.cpp77 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
189 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dtimer-r0drv-os2.cpp174 AssertReturn(VALID_PTR(pTimer), false);
175 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, false);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemevent-r0drv-solaris.c104 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER);
262 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dsemeventmulti-r0drv-solaris.c102 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
277 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);
H A Dthreadctxhooks-r0drv-solaris.c73 AssertReturn((pThis)->u32Magic == RTTHREADCTXINT_MAGIC, (rc)); \
74 AssertReturn((pThis)->cRefs > 0, (rc)); \
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryOSInfo-win.cpp169 AssertReturn(g_WinOsInfoEx.dwOSVersionInfoSize, VERR_WRONG_ORDER);
312 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp195 AssertReturn(pszDataName, VERR_INVALID_PARAMETER);
207 AssertReturn(hRsrc, VERR_IO_GEN_FAILURE);
211 AssertReturn(cb > 0, VERR_NO_DATA);
217 AssertReturn(hData, VERR_IO_GEN_FAILURE);
221 AssertReturn(*ppvResource, VERR_IO_GEN_FAILURE);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFStack.cpp436 AssertReturn(idCpu < pVM->cCpus, VERR_INVALID_CPU_ID);
438 AssertReturn(DBGFR3AddrIsValid(pUVM, pAddrFrame), VERR_INVALID_PARAMETER);
440 AssertReturn(DBGFR3AddrIsValid(pUVM, pAddrStack), VERR_INVALID_PARAMETER);
442 AssertReturn(DBGFR3AddrIsValid(pUVM, pAddrPC), VERR_INVALID_PARAMETER);
443 AssertReturn(enmReturnType >= DBGFRETURNTYPE_INVALID && enmReturnType < DBGFRETURNTYPE_END, VERR_INVALID_PARAMETER);
H A DPDMAsyncCompletion.cpp652 AssertReturn(*pszBwMgr != '\0', VERR_INVALID_PARAMETER);
826 AssertReturn(pEpClassOps->u32Version == PDMAC_EPCLASS_OPS_VERSION, VERR_VERSION_MISMATCH);
827 AssertReturn(pEpClassOps->u32VersionEnd == PDMAC_EPCLASS_OPS_VERSION, VERR_VERSION_MISMATCH);
1418 AssertReturn(((~(PDMACEP_FILE_FLAGS_READ_ONLY | PDMACEP_FILE_FLAGS_DONT_LOCK | PDMACEP_FILE_FLAGS_HOST_CACHE_ENABLED) & fFlags) == 0),
1576 AssertReturn(cSegments > 0, VERR_INVALID_PARAMETER);
1577 AssertReturn(cbRead > 0, VERR_INVALID_PARAMETER);
1578 AssertReturn(off >= 0, VERR_INVALID_PARAMETER);
1623 AssertReturn(cSegments > 0, VERR_INVALID_PARAMETER);
1624 AssertReturn(cbWrite > 0, VERR_INVALID_PARAMETER);
1625 AssertReturn(of
[all...]
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp421 AssertReturn(hFile != NIL_RTFILE, VERR_INVALID_HANDLE);
487 AssertReturn(!(fFlags & ~RTFILEAIOCTX_FLAGS_VALID_MASK), VERR_INVALID_PARAMETER);
569 AssertReturn(cReqs > 0, VERR_INVALID_PARAMETER);
665 AssertReturn(cReqs != 0, VERR_INVALID_PARAMETER);
666 AssertReturn(cReqs >= cMinReqs, VERR_OUT_OF_RANGE);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp102 AssertReturn(!(fFlags & ~RTSEMRW_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
186 AssertReturn(ASMAtomicCmpXchgU32(&pThis->u32Magic, ~RTSEMRW_MAGIC, RTSEMRW_MAGIC), VERR_INVALID_HANDLE);
216 AssertReturn(pThis->u32Magic == RTSEMRW_MAGIC, RTLOCKVAL_SUB_CLASS_INVALID);
580 AssertReturn(pThis->cWriterReads == 0 || pThis->cWrites > 1, VERR_WRONG_ORDER);
643 AssertReturn(pThis->u32Magic == RTSEMRW_MAGIC, false);
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp264 AssertReturn( (aClient == NULL && aProgress == NULL && aVrc == NULL)
267 AssertReturn(aUser, E_POINTER);
650 AssertReturn(aClient, VERR_INVALID_POINTER);
900 AssertReturn(rc != 0, FALSE);
1145 AssertReturn(d.get(), E_OUTOFMEMORY);
1192 AssertReturn(d.get(), E_OUTOFMEMORY);
1246 AssertReturn(d.get(), E_OUTOFMEMORY);
1308 AssertReturn(d.get(), E_OUTOFMEMORY);
1369 AssertReturn(d.get(), E_OUTOFMEMORY);
1428 AssertReturn(
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c826 AssertReturn(pThis, VERR_INVALID_PARAMETER);
827 AssertReturn(pVNIC, VERR_INVALID_PARAMETER);
828 AssertReturn(pVNIC->hInterface, VERR_INVALID_POINTER);
829 AssertReturn(pVNIC->hLinkId != DATALINK_INVALID_LINKID, VERR_INVALID_HANDLE);
830 AssertReturn(!pVNIC->hClient, VERR_INVALID_POINTER);
915 AssertReturn(pVNICTemplate, VERR_INVALID_PARAMETER);
916 AssertReturn(pThis->u.s.fIsVNICTemplate == true, VERR_INVALID_STATE);
1089 AssertReturn(pThis, VERR_INVALID_POINTER);
1090 AssertReturn(ppVNIC, VERR_INVALID_POINTER);
1439 AssertReturn(VALID_PT
[all...]
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp552 AssertReturn(pvInBufferCopy, VERR_NO_MEMORY);
605 AssertReturn(pThis->hReqQCardReaderCmd != NIL_RTREQQUEUE, VERR_INVALID_STATE);
1241 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1253 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1300 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1358 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1409 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1460 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1522 AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
1609 AssertReturn(pDr
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp667 AssertReturn(pReqHdr->u32Magic == SUPVMMR0REQHDR_MAGIC, VERR_INVALID_MAGIC);
690 AssertReturn(pReqHdr->u32Magic == SUPVMMR0REQHDR_MAGIC, VERR_INVALID_MAGIC);
753 AssertReturn(cchService < RT_SIZEOFMEMB(SUPCALLSERVICE, u.In.szName), VERR_INVALID_PARAMETER);
782 AssertReturn(pReqHdr->u32Magic == SUPR0SERVICEREQHDR_MAGIC, VERR_INVALID_MAGIC);
913 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
928 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
1096 AssertReturn(!fFlags, VERR_INVALID_PARAMETER);
1226 AssertReturn(!(fProt & ~(RTMEM_PROT_NONE | RTMEM_PROT_READ | RTMEM_PROT_WRITE | RTMEM_PROT_EXEC)), VERR_INVALID_PARAMETER);
1266 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
1364 AssertReturn(cPage
1942 AssertReturn(cchModule < RT_SIZEOFMEMB(SUPTRACERUMODREG, u.In.szName), VERR_FILENAME_TOO_LONG); AssertReturn(!RTPathHavePath(pszModule), VERR_INVALID_PARAMETER); AssertReturn(fFlags == SUP_TRACER_UMOD_FLAGS_EXE || fFlags == SUP_TRACER_UMOD_FLAGS_SHARED, VERR_INVALID_PARAMETER); if (!pVtgHdr->offProbeLocs) argument
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp159 AssertReturn(pTest->u32Magic == RTTESTINT_MAGIC, VERR_INVALID_HANDLE); \
170 AssertReturn(pTest->u32Magic == RTTESTINT_MAGIC, VERR_INVALID_MAGIC); \
182 AssertReturn(pTest->u32Magic == RTTESTINT_MAGIC, (rc)); \
226 AssertReturn(!(fFlags & ~RTTEST_C_VALID_MASK), VERR_INVALID_PARAMETER);
230 AssertReturn(enmMaxLevel >= RTTESTLVL_INVALID && enmMaxLevel < RTTESTLVL_END, VERR_INVALID_PARAMETER);
525 AssertReturn(*pszName, VERR_INVALID_PARAMETER);
528 AssertReturn(cchName < 128, VERR_INVALID_PARAMETER);
565 AssertReturn(cbAlign <= PAGE_SIZE, VERR_INVALID_PARAMETER);
566 AssertReturn(cbAlign == (UINT32_C(1) << (ASMBitFirstSetU32(cbAlign) - 1)), VERR_INVALID_PARAMETER);

Completed in 140 milliseconds

<<11121314151617181920>>