/vbox/src/VBox/Runtime/common/crypto/ |
H A D | x509-verify.cpp | 46 AssertPtrReturn(pThis, VERR_INVALID_POINTER); 49 AssertPtrReturn(pAlgorithm, VERR_INVALID_POINTER); 50 AssertReturn(RTAsn1ObjId_IsPresent(pAlgorithm), VERR_INVALID_POINTER); local 54 AssertPtrReturn(pParameters, VERR_INVALID_POINTER); 59 AssertPtrReturn(pPublicKey, VERR_INVALID_POINTER); 60 AssertReturn(RTAsn1BitString_IsPresent(pPublicKey), VERR_INVALID_POINTER); local
|
H A D | pkix-verify.cpp | 51 AssertPtrReturn(pAlgorithm, VERR_INVALID_POINTER); 52 AssertReturn(RTAsn1ObjId_IsPresent(pAlgorithm), VERR_INVALID_POINTER); local 56 AssertPtrReturn(pParameters, VERR_INVALID_POINTER); 61 AssertPtrReturn(pPublicKey, VERR_INVALID_POINTER); 62 AssertReturn(RTAsn1BitString_IsPresent(pPublicKey), VERR_INVALID_POINTER); local 64 AssertPtrReturn(pSignatureValue, VERR_INVALID_POINTER); 65 AssertReturn(RTAsn1BitString_IsPresent(pSignatureValue), VERR_INVALID_POINTER); local 67 AssertPtrReturn(pvData, VERR_INVALID_POINTER);
|
/vbox/src/VBox/Runtime/generic/ |
H A D | RTFileMove-generic.cpp | 46 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 47 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | dir-win.cpp | 142 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 143 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local
|
H A D | path-win.cpp | 163 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 221 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 261 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 263 AssertPtrReturn(pObjInfo, VERR_INVALID_POINTER); 423 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 425 AssertPtrNullReturn(pAccessTime, VERR_INVALID_POINTER); 426 AssertPtrNullReturn(pModificationTime, VERR_INVALID_POINTER); 427 AssertPtrNullReturn(pChangeTime, VERR_INVALID_POINTER); 428 AssertPtrNullReturn(pBirthTime, VERR_INVALID_POINTER); 592 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 593 AssertMsgReturn(VALID_PTR(pszDst), ("%p\\n", pszDst), VERR_INVALID_POINTER); local [all...] |
H A D | fileio-win.cpp | 988 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 989 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local 1011 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 1012 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTPoll.cpp | 48 RTTESTI_CHECK_RC(RTPollSetCreate(NULL), VERR_INVALID_POINTER); local
|
H A D | tstRTLocalIpc.cpp | 334 AssertPtrReturn(pvBuffer, VERR_INVALID_POINTER); 335 AssertPtrReturn(pszMsg, VERR_INVALID_POINTER); 605 RTTESTI_CHECK_RC_RET(RTLocalIpcServerCreate(NULL, NULL, 0), VERR_INVALID_POINTER, 1); local 607 RTTESTI_CHECK_RC_RET(RTLocalIpcServerCreate(&ipcServer, NULL, 0), VERR_INVALID_POINTER, 1); local 619 RTTESTI_CHECK_RC_RET(RTLocalIpcSessionConnect(NULL, NULL, 0), VERR_INVALID_POINTER, 1); local 621 RTTESTI_CHECK_RC_RET(RTLocalIpcSessionConnect(&ipcSession, NULL, 0), VERR_INVALID_POINTER, 1); local
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbg.cpp | 133 AssertPtrReturn(pSession, VERR_INVALID_POINTER); 149 AssertPtrReturn(pUVM, VERR_INVALID_POINTER); 150 AssertPtrReturn(VMR3RetainUVM(pUVM) != UINT32_MAX, VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrMemory.cpp | 271 AssertPtrReturn(pvUser, VERR_INVALID_POINTER); 275 AssertPtrReturn(pfnRead, VERR_INVALID_POINTER); 285 AssertReturnStmt(RT_VALID_PTR(pfnRead), pfnDtor(pvUser), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Additions/common/VBoxControl/testcase/ |
H A D | tstVBoxControl.cpp | 44 AssertPtrReturn(pu32ClientId, VERR_INVALID_POINTER); 123 AssertPtrReturn(ppHandle, VERR_INVALID_POINTER); 148 VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | path-posix.cpp | 84 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 286 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 287 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local 362 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
|
H A D | dir-posix.cpp | 366 AssertMsgReturn(VALID_PTR(pDirEntry), ("%p\n", pDirEntry), VERR_INVALID_POINTER); 371 AssertMsgReturn(VALID_PTR(pcbDirEntry), ("%p\n", pcbDirEntry), VERR_INVALID_POINTER); local 463 AssertMsgReturn(VALID_PTR(pDirEntry), ("%p\n", pDirEntry), VERR_INVALID_POINTER); 472 AssertMsgReturn(VALID_PTR(pcbDirEntry), ("%p\n", pcbDirEntry), VERR_INVALID_POINTER); local 543 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 544 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local
|
H A D | fileio-posix.cpp | 107 AssertPtrReturn(pFile, VERR_INVALID_POINTER); 109 AssertPtrReturn(pszFilename, VERR_INVALID_POINTER); 732 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER); local 733 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/Runtime/r3/ |
H A D | dir.cpp | 639 AssertMsgReturn(VALID_PTR(ppDir), ("%p\n", ppDir), VERR_INVALID_POINTER); local 640 AssertMsgReturn(VALID_PTR(pszPath), ("%p\n", pszPath), VERR_INVALID_POINTER); local 656 AssertMsgReturn(VALID_PTR(ppDir), ("%p\n", ppDir), VERR_INVALID_POINTER); local 657 AssertMsgReturn(VALID_PTR(pszPath), ("%p\n", pszPath), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | MMAllHyper.cpp | 793 VERR_INVALID_POINTER); 804 VERR_INVALID_POINTER); 808 VERR_INVALID_POINTER); local 814 VERR_INVALID_POINTER); 822 VERR_INVALID_POINTER); local 826 VERR_INVALID_POINTER); 834 VERR_INVALID_POINTER); 838 VERR_INVALID_POINTER); 844 VERR_INVALID_POINTER); 848 VERR_INVALID_POINTER); [all...] |
/vbox/include/VBox/HostServices/ |
H A D | GuestPropertySvc.h | 137 AssertLogRelReturn(VALID_PTR(pfFlags), VERR_INVALID_POINTER); local 188 AssertLogRelReturn(VALID_PTR(pszFlags), VERR_INVALID_POINTER); local
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | VM.cpp | 192 AssertPtrReturn(pVmm2UserMethods, VERR_INVALID_POINTER); 195 AssertPtrNullReturn(pVmm2UserMethods->pfnSaveState, VERR_INVALID_POINTER); 196 AssertPtrNullReturn(pVmm2UserMethods->pfnNotifyEmtInit, VERR_INVALID_POINTER); 197 AssertPtrNullReturn(pVmm2UserMethods->pfnNotifyEmtTerm, VERR_INVALID_POINTER); 198 AssertPtrNullReturn(pVmm2UserMethods->pfnNotifyPdmtInit, VERR_INVALID_POINTER); 199 AssertPtrNullReturn(pVmm2UserMethods->pfnNotifyPdmtTerm, VERR_INVALID_POINTER); 200 AssertPtrNullReturn(pVmm2UserMethods->pfnNotifyResetTurnedIntoPowerOff, VERR_INVALID_POINTER); 203 AssertPtrNullReturn(pfnVMAtError, VERR_INVALID_POINTER); 204 AssertPtrNullReturn(pfnCFGMConstructor, VERR_INVALID_POINTER); 205 AssertPtrNullReturn(ppVM, VERR_INVALID_POINTER); 1945 AssertReturn(VALID_PTR(pszFilename), VERR_INVALID_POINTER); local [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/ |
H A D | VBoxNetFltBow-solaris.c | 828 AssertReturn(pVNIC->hInterface, VERR_INVALID_POINTER); 830 AssertReturn(!pVNIC->hClient, VERR_INVALID_POINTER); 1089 AssertReturn(pThis, VERR_INVALID_POINTER); 1090 AssertReturn(ppVNIC, VERR_INVALID_POINTER); 1439 AssertReturn(VALID_PTR(pVNIC), VERR_INVALID_POINTER); local 1675 ("Invalid magic=%#x (expected %#x)\n", pVNIC->u32Magic, VBOXNETFLTVNIC_MAGIC), VERR_INVALID_POINTER);
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 479 AssertPtrReturn(ppStorage, VERR_INVALID_POINTER); 504 AssertPtrReturn(pStorage, VERR_INVALID_POINTER); 534 AssertPtrReturn(pcbFreeSpace, VERR_INVALID_POINTER); 544 AssertPtrReturn(pModificationTime, VERR_INVALID_POINTER); 552 AssertPtrReturn(pcbSize, VERR_INVALID_POINTER); 568 AssertPtrReturn(pStorage, VERR_INVALID_POINTER); 569 AssertPtrReturn(pvBuffer, VERR_INVALID_POINTER); 660 AssertPtrReturn(pvBuffer, VERR_INVALID_POINTER); 677 AssertPtrReturn(ppStorage, VERR_INVALID_POINTER); 702 AssertPtrReturn(pStorage, VERR_INVALID_POINTER); 1453 AssertReturn(VALID_PTR(pcbValue), VERR_INVALID_POINTER); local 1467 AssertReturn(VALID_PTR(pszValue), VERR_INVALID_POINTER); local [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 7009 AssertReturn(VALID_PTR(pcbValue), VERR_INVALID_POINTER); local 7033 AssertReturn(VALID_PTR(pszValue), VERR_INVALID_POINTER); local 7167 AssertReturn(VALID_PTR(pcbValue), VERR_INVALID_POINTER); local 7195 AssertReturn(VALID_PTR(pszValue), VERR_INVALID_POINTER); local
|
/vbox/include/iprt/ |
H A D | err.h | 678 #define VERR_INVALID_POINTER (-6) macro
|