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

123

/vbox/src/libs/kStuff/iprt/
H A DkHlpEnv-iprt.cpp36 default: AssertMsgFailedReturn(("%Rrc\n", rc), rc);
/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinSocketPair.cpp41 AssertMsgFailedReturn(("Unsuported domain:%d\n", domain),
51 AssertMsgFailedReturn(("Unsuported type:%d\n", type),
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp873 AssertMsgFailedReturn(("Invalid type %d\n"), VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
927 AssertMsgFailedReturn(("Invalid type %d\n"), VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
974 AssertMsgFailedReturn(("Invalid type %d\n"), VERR_DBGC_PARSE_INCORRECT_ARG_TYPE);
1020 AssertMsgFailedReturn(("Not implemented enmCategory=%d\n", enmCategory), VERR_DBGC_PARSE_NOT_IMPLEMENTED);
1023 AssertMsgFailedReturn(("Bad enmCategory=%d\n", enmCategory), VERR_DBGC_PARSE_NOT_IMPLEMENTED);
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp2209 AssertMsgFailedReturn(("this=%p %s is a transitional state.\n", this, i_getStateName()), false);
2258 AssertMsgFailedReturn(("this=%p invalid pending state %d: %s\n",
2287 AssertMsgFailedReturn(("this=%p invalid pending state %d: %s\n",
2313 AssertMsgFailedReturn(("this=%p invalid pending state %d: %s\n",
2342 AssertMsgFailedReturn(("this=%p invalid pending state %d: %s\n",
2362 AssertMsgFailedReturn(("this=%p invalid pending state %d: %s\n",
2377 AssertMsgFailedReturn(("this=%p %s is not transitional\n", this, i_getStateName()), false);
2431 AssertMsgFailedReturn(("this=%p %s shall not fail\n", this, i_getStateName()), false);
2439 AssertMsgFailedReturn(("this=%p %s is not transitional\n", this, i_getStateName()), false);
H A DUSBControllerImpl.cpp271 AssertMsgFailedReturn(("Invalid controller type %d\n", m->bd->enmType),
/vbox/src/VBox/Devices/Serial/
H A DDrvRawFile.cpp179 AssertMsgFailedReturn(("Configuration error: query \"Location\" resulted in %Rrc.\n", rc), rc);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp129 case KLDR_ERR_BAD_FIXUP: AssertMsgFailedReturn(("KLDR_ERR_BAD_FIXUP\n"), VERR_BAD_EXE_FORMAT);
151 AssertMsgFailedReturn(("krc=%d (%#x): %s\n", krc, krc, kErrName(krc)), VERR_LDR_GENERAL_FAILURE);
162 AssertMsgFailedReturn(("krc=%d (%#x): %s\n", krc, krc, kErrName(krc)), VERR_LDR_GENERAL_FAILURE);
176 AssertMsgFailedReturn(("krc=%d (%#x): %s\n", krc, krc, kErrName(krc)), VERR_LDR_GENERAL_FAILURE);
197 AssertMsgFailedReturn(("krc=%d (%#x): %s\n", krc, krc, kErrName(krc)), VERR_LDR_GENERAL_FAILURE);
202 AssertMsgFailedReturn(("krc=%d (%#x): %s\n", krc, krc, kErrName(krc)), VERR_NO_TRANSLATION);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp757 AssertMsgFailedReturn(("Invalid enmType=%d!\n", pBp->enmType), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
839 AssertMsgFailedReturn(("Invalid enmType=%d!\n", pBp->enmType), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
917 AssertMsgFailedReturn(("Invalid enmType=%d!\n", pBp->enmType), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
H A DDBGFStack.cpp185 default: AssertMsgFailedReturn(("cbStackItem=%d\n", cbStackItem), VERR_DBGF_STACK_IPE_1);
268 default: AssertMsgFailedReturn(("cbStackItem=%d\n", cbStackItem), VERR_DBGF_STACK_IPE_2);
H A DMM.cpp363 AssertMsgFailedReturn(("Configuration error: Failed to query string \"MM/Policy\", rc=%Rrc.\n", rc), rc);
386 AssertMsgFailedReturn(("Configuration error: Failed to query string \"MM/Priority\", rc=%Rrc.\n", rc), rc);
H A DCPUMDbg.cpp54 AssertMsgFailedReturn(("%d %s\n", pDesc->enmType, pDesc->pszName), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
100 AssertMsgFailedReturn(("%d %s\n", pDesc->enmType, pDesc->pszName), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
123 AssertMsgFailedReturn(("%d %s\n", pDesc->enmType, pDesc->pszName), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
169 AssertMsgFailedReturn(("%d %s\n", pDesc->enmType, pDesc->pszName), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
329 AssertMsgFailedReturn(("%d %s\n", pDesc->enmType, pDesc->pszName), VERR_IPE_NOT_REACHED_DEFAULT_CASE);
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp285 AssertMsgFailedReturn(("Invalid message code %d (%08lX)\n", msgCode, msgCode),
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dclipboard-helper.cpp216 AssertMsgFailedReturn(("received a big endian string\n"), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp283 AssertMsgFailedReturn(("%d\n", iState), VERR_INTERNAL_ERROR_3);
H A Dgetopt.cpp618 AssertMsgFailedReturn(("%s\n", pszArgThis), VERR_GETOPT_INVALID_ARGUMENT_FORMAT); /* search bug */
674 AssertMsgFailedReturn(("%s\n", pszArgThis), VERR_GETOPT_INVALID_ARGUMENT_FORMAT); /* search bug */
/vbox/src/VBox/Runtime/r0drv/
H A Dmpnotification-r0drv.c220 AssertMsgFailedReturn(("pCur=%p pfnCallback=%p pvUser=%p\n", pCur, pfnCallback, pvUser), VERR_ALREADY_EXISTS);
H A Dpowernotification-r0drv.c216 AssertMsgFailedReturn(("pCur=%p pfnCallback=%p pvUser=%p\n", pCur, pfnCallback, pvUser), VERR_ALREADY_EXISTS);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp3101 AssertMsgFailedReturn(("%#x (%s)\n", uForm, rtDwarfLog_FormName(uForm)), VERR_DWARF_UNEXPECTED_FORM);
3141 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3167 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3225 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3289 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3340 AssertMsgFailedReturn(("%#x (%s)\n", uForm, rtDwarfLog_FormName(uForm)), VERR_DWARF_UNEXPECTED_FORM);
3353 AssertMsgFailedReturn(("%u (%s)\n", pDesc->uAttr, rtDwarfLog_AttrName(pDesc->uAttr)), VERR_INTERNAL_ERROR_4);
3393 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3416 AssertMsgFailedReturn(("%#x\n", uForm), VERR_DWARF_UNEXPECTED_FORM);
3460 AssertMsgFailedReturn(("
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h655 AssertMsgFailedReturn(("%u %#x\n", uOption, cb), false);
660 AssertMsgFailedReturn(("%u %#x\n", uOption, cb), false);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageNATNetwork.cpp299 AssertMsgFailedReturn(("Unknown operation (:%d)", enmCode), VERR_NOT_IMPLEMENTED);
/vbox/src/VBox/Storage/testcase/
H A DVDScriptAst.cpp336 AssertMsgFailedReturn(("Invalid AST node class given %d\n", enmClass), NULL);
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp410 AssertMsgFailedReturn(("That functionality in not supported!\n"), false);
416 AssertMsgFailedReturn(("That functionality in not supported!\n"), false);
493 AssertMsgFailedReturn(("That functionality in not supported!\n"), false);
499 AssertMsgFailedReturn(("That functionality in not supported!\n"), false);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp668 AssertMsgFailedReturn(("%d\n", enmFilter), VERR_INVALID_PARAMETER);
H A Dudp.cpp505 AssertMsgFailedReturn(("pServer=%p enmState=%d\n", pServer, enmState), VERR_INTERNAL_ERROR_4);
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp1396 AssertMsgFailedReturn(("%p: enmFieldIdx=%d enmMatch=%d\n", pFilter, enmFieldIdx, enmMatch), VERR_INVALID_MAGIC);
1429 AssertMsgFailedReturn(("%p: enmFieldIdx=%d enmMatch=%d\n", pFilter, enmFieldIdx, enmMatch), VERR_INVALID_MAGIC);

Completed in 1383 milliseconds

123