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

12

/vbox/src/VBox/Disassembler/
H A DDisasmFormatBytes.cpp42 AssertStmt(cb <= 16, cb = 16);
/vbox/include/iprt/cpp/
H A Dmtlist.h48 AssertStmt(RT_SUCCESS(rc), hClass = NIL_RTLOCKVALCLASS);
/vbox/src/VBox/Runtime/r3/win/
H A Dallocex-win.cpp65 AssertStmt(!pv, VirtualFree(pv, cbAlloc, MEM_RELEASE));
H A Dpipe-win.cpp516 AssertStmt( Info.NamedPipeState == FILE_PIPE_CONNECTED_STATE
520 AssertStmt( Info.NamedPipeConfiguration
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmp.c581 AssertStmt(ohlen >= sizeof(struct ip), goto end_error);
584 AssertStmt(olen >= ohlen, goto end_error);
H A Dtcp_input.c362 AssertStmt((ip->ip_len + iphlen == m_length(m, NULL)), goto drop);
/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp267 AssertStmt(cchWidth < cchMax, cchWidth = cchMax - 1);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp1479 AssertStmt(pfnAsyncNotify, rc = VERR_INVALID_PARAMETER);
1480 AssertStmt(!pDrvIns->Internal.s.pfnAsyncNotify, rc = VERR_WRONG_ORDER);
1481 AssertStmt(pDrvIns->Internal.s.fVMSuspended || pDrvIns->Internal.s.fVMReset, rc = VERR_WRONG_ORDER);
1483 AssertStmt( enmVMState == VMSTATE_SUSPENDING
H A DPDMUsb.cpp1803 AssertStmt(pfnAsyncNotify, rc = VERR_INVALID_PARAMETER);
1804 AssertStmt(!pUsbIns->Internal.s.pfnAsyncNotify, rc = VERR_WRONG_ORDER);
1805 AssertStmt(pUsbIns->Internal.s.fVMSuspended || pUsbIns->Internal.s.fVMReset, rc = VERR_WRONG_ORDER);
1807 AssertStmt( enmVMState == VMSTATE_SUSPENDING
H A DMMHyper.cpp62 AssertStmt(RT_SUCCESS(rc), fCanUseLargerHeap = false);
66 AssertStmt(RT_SUCCESS(rc), cbRam = _1G);
H A DPDMDevHlp.cpp1795 AssertStmt(pfnAsyncNotify, rc = VERR_INVALID_PARAMETER);
1796 AssertStmt(!pDevIns->Internal.s.pfnAsyncNotify, rc = VERR_WRONG_ORDER);
1797 AssertStmt(pDevIns->Internal.s.fIntFlags & (PDMDEVINSINT_FLAGS_SUSPENDED | PDMDEVINSINT_FLAGS_RESET), rc = VERR_WRONG_ORDER);
1799 AssertStmt( enmVMState == VMSTATE_SUSPENDING
/vbox/include/iprt/
H A Dassert.h512 /** @def AssertStmt
519 # define AssertStmt(expr, stmt) \ macro
529 # define AssertStmt(expr, stmt) \
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp816 AssertStmt(cwcLeft == 2 || RT_FAILURE(rc), rc = VERR_INTERNAL_ERROR_2);
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp590 AssertStmt(cbShort < sizeof(pDirEntry->wszShortName), cbShort = sizeof(pDirEntry->wszShortName) - 2);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp660 AssertStmt(cb >= 0, cb = 0);
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp378 AssertStmt(rc != VINF_EM_RAW_GUEST_TRAP, rc = VERR_TRPM_IPE_1);
511 AssertStmt(rc != VINF_EM_RAW_GUEST_TRAP, rc = VERR_TRPM_IPE_2);
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1557 AssertStmt( !Global::IsOnlineOrTransient(mData->mMachineState)
1561 AssertStmt(task.m_machineStateBackup != mData->mMachineState, throw E_FAIL);
1562 AssertStmt(task.m_pSnapshot.isNull(), throw E_FAIL);
H A DPerformance.cpp1098 AssertStmt(!pMedium.isNull(), continue);
H A DMediumImpl.cpp1200 AssertStmt(!m->id.isZero(),
1205 AssertStmt(!m->strFormat.isEmpty(),
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp602 AssertStmt(RT_FAILURE(rc) || cchActual == cchPathAsUtf8, rc = VERR_INTERNAL_ERROR_4);
/vbox/src/VBox/Storage/
H A DDMG.cpp1538 AssertStmt(RT_FAILURE_NP(rc), rc = VERR_INTERNAL_ERROR_4);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp410 AssertStmt(RT_SUCCESS(rc), pNtViRdr->szFilename[0] = '\0');
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3611 AssertStmt(!pSession.isNull(), break);
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp2574 AssertStmt(RT_FAILURE_NP(pThis->rc), pThis->rc = VERR_CR_X509_CERTPATHS_INTERNAL_ERROR);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1484 AssertStmt(RT_FAILURE_NP(rcOperation), rcOperation = VERR_IPE_UNEXPECTED_INFO_STATUS);

Completed in 2328 milliseconds

12