| /vbox/src/VBox/Runtime/r3/posix/ |
| H A D | RTSystemQueryTotalRam-posix.cpp | 43 AssertPtrReturn(pcb, VERR_INVALID_POINTER); 49 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
|
| H A D | RTPathUserDocuments-posix.cpp | 39 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/VMM/VMMR0/ |
| H A D | PDMR0Driver.cpp | 44 AssertPtrReturn(pVM, VERR_INVALID_POINTER); 45 AssertPtrReturn(pReq, VERR_INVALID_POINTER); 49 AssertPtrReturn(pDrvIns, VERR_INVALID_POINTER); 53 AssertPtrReturn(pfnReqHandlerR0, VERR_INVALID_POINTER);
|
| /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/r3/win/ |
| H A D | RTSystemQueryTotalRam-win.cpp | 44 AssertPtrReturn(pcb, VERR_INVALID_POINTER); 59 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
|
| H A D | RTUuidCreate-win.cpp | 42 AssertPtrReturn(pUuid, VERR_INVALID_POINTER);
|
| H A D | uuid-win.cpp | 43 AssertPtrReturn(pUuid, VERR_INVALID_POINTER); 124 AssertPtrReturn(pUuid, VERR_INVALID_POINTER); 125 AssertPtrReturn(pszString, VERR_INVALID_POINTER); 172 AssertPtrReturn(pUuid, VERR_INVALID_POINTER); 173 AssertPtrReturn(pszString, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Runtime/generic/ |
| H A D | RTSystemQueryDmiString-generic.cpp | 40 AssertPtrReturn(pszBuf, VERR_INVALID_POINTER);
|
| H A D | RTSystemQueryOSInfo-generic.cpp | 44 AssertPtrReturn(pszInfo, VERR_INVALID_POINTER);
|
| H A D | RTSystemShutdown-generic.cpp | 40 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | DrvAudioVRDE.cpp | 101 AssertPtrReturn(pDrv, VERR_INVALID_POINTER); 104 AssertPtrReturn(pVRDEStrmIn, VERR_INVALID_POINTER); 117 AssertPtrReturn(pDrv, VERR_INVALID_POINTER); 122 AssertPtrReturn(pVRDEStrmOut, VERR_INVALID_POINTER); 158 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); 159 AssertPtrReturn(pHstStrmIn, VERR_INVALID_POINTER); 160 AssertPtrReturn(pcSamplesCaptured, VERR_INVALID_POINTER); 163 AssertPtrReturn(pDrv, VERR_INVALID_POINTER); 166 AssertPtrReturn(pVRDEStrmIn, VERR_INVALID_POINTER); 208 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); [all...] |
| /vbox/src/VBox/Runtime/common/path/ |
| H A D | RTPathParse.cpp | 49 AssertPtrReturn(pParsed, VERR_INVALID_POINTER); 50 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
|
| H A D | RTPathCalcRelative.cpp | 46 AssertPtrReturn(pszPathDst, VERR_INVALID_POINTER); 48 AssertPtrReturn(pszPathFrom, VERR_INVALID_POINTER); 49 AssertPtrReturn(pszPathTo, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Runtime/common/string/ |
| H A D | RTStrPrintHexBytes.cpp | 41 AssertPtrReturn(pszBuf, VERR_INVALID_POINTER); 45 AssertPtrReturn(pv, VERR_INVALID_POINTER);
|
| H A D | RTUtf16PrintHexBytes.cpp | 41 AssertPtrReturn(pwszBuf, VERR_INVALID_POINTER); 45 AssertPtrReturn(pv, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Runtime/r3/os2/ |
| H A D | systemmem-os2.cpp | 46 AssertPtrReturn(pcb, VERR_INVALID_POINTER); 60 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Runtime/darwin/ |
| H A D | RTErrConvertFromDarwinCOM.cpp | 51 case E_POINTER: return VERR_INVALID_POINTER;
|
| /vbox/src/VBox/GuestHost/DragAndDrop/ |
| H A D | DnDDir.cpp | 32 AssertPtrReturn(pszPath, VERR_INVALID_POINTER); 33 AssertPtrReturn(pszDropDir, VERR_INVALID_POINTER); 76 AssertPtrReturn(pszDropDir, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Additions/common/VBoxGuestLib/ |
| H A D | VBoxGuestR3LibCpuHotPlug.cpp | 87 AssertPtrReturn(penmEventType, VERR_INVALID_POINTER); 88 AssertPtrReturn(pidCpuCore, VERR_INVALID_POINTER); 89 AssertPtrReturn(pidCpuPackage, VERR_INVALID_POINTER);
|
| H A D | VBoxGuestR3LibGuestCtrl.cpp | 106 AssertPtrReturn(puMsg, VERR_INVALID_POINTER); 107 AssertPtrReturn(puNumParms, VERR_INVALID_POINTER); 202 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 290 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 318 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 356 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 359 AssertPtrReturn(puProtocol, VERR_INVALID_POINTER); 360 AssertPtrReturn(pszUser, VERR_INVALID_POINTER); 361 AssertPtrReturn(pszPassword, VERR_INVALID_POINTER); 362 AssertPtrReturn(pszDomain, VERR_INVALID_POINTER); [all...] |
| /vbox/src/VBox/Runtime/common/vfs/ |
| H A D | vfschain.cpp | 82 AssertPtrReturn(pRegRec, VERR_INVALID_POINTER); 83 AssertMsgReturn(pRegRec->uVersion == RTVFSCHAINELEMENTREG_VERSION, ("%#x", pRegRec->uVersion), VERR_INVALID_POINTER); 84 AssertMsgReturn(pRegRec->uEndMarker == RTVFSCHAINELEMENTREG_VERSION, ("%#zx", pRegRec->uEndMarker), VERR_INVALID_POINTER); 85 AssertReturn(pRegRec->fReserved == 0, VERR_INVALID_POINTER); 86 AssertPtrReturn(pRegRec->pszName, VERR_INVALID_POINTER); 87 AssertPtrNullReturn(pRegRec->pfnOpenVfs, VERR_INVALID_POINTER); 88 AssertPtrNullReturn(pRegRec->pfnOpenDir, VERR_INVALID_POINTER); 89 AssertPtrNullReturn(pRegRec->pfnOpenFile, VERR_INVALID_POINTER); 90 AssertPtrNullReturn(pRegRec->pfnOpenIoStream, VERR_INVALID_POINTER); 91 AssertPtrNullReturn(pRegRec->pfnOpenFsStream, VERR_INVALID_POINTER); [all...] |
| /vbox/src/VBox/Runtime/common/misc/ |
| H A D | RTFileModeToFlags.cpp | 40 AssertPtrReturn(pszMode, VERR_INVALID_POINTER); 41 AssertPtrReturn(puMode, VERR_INVALID_POINTER); 204 AssertPtrReturn(pszAccess, VERR_INVALID_POINTER); 205 AssertPtrReturn(pszDisposition, VERR_INVALID_POINTER); 207 AssertPtrReturn(puMode, VERR_INVALID_POINTER);
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | ApplianceImplIO.cpp | 197 AssertPtrReturn(ppInt, VERR_INVALID_POINTER); 221 AssertPtrReturn(pvStorage, VERR_INVALID_POINTER); 252 AssertPtrReturn(pcszFilename, VERR_INVALID_POINTER); 253 AssertPtrReturn(pcbFreeSpace, VERR_INVALID_POINTER); 263 AssertPtrReturn(pcszFilename, VERR_INVALID_POINTER); 264 AssertPtrReturn(pModificationTime, VERR_INVALID_POINTER); 274 AssertPtrReturn(pvStorage, VERR_INVALID_POINTER); 286 AssertPtrReturn(pvStorage, VERR_INVALID_POINTER); 299 AssertPtrReturn(pvStorage, VERR_INVALID_POINTER); 310 AssertPtrReturn(pvStorage, VERR_INVALID_POINTER); [all...] |
| /vbox/src/VBox/Devices/Audio/ |
| H A D | DrvAudio.cpp | 80 AssertPtrReturn(pThis, VERR_INVALID_POINTER); 81 AssertPtrReturn(pszName, VERR_INVALID_POINTER); 82 AssertPtrReturn(pCfg, VERR_INVALID_POINTER); 191 AssertPtrReturn(pCfgHandle, VERR_INVALID_POINTER); 192 AssertPtrReturn(pszPrefix, VERR_INVALID_POINTER); 193 AssertPtrReturn(opt, VERR_INVALID_POINTER); 375 AssertPtrReturn(pThis, VERR_INVALID_POINTER); 376 AssertPtrReturn(pHstStrmOut, VERR_INVALID_POINTER); 407 AssertPtrReturn(pThis, VERR_INVALID_POINTER); 465 AssertPtrReturn(pThis, VERR_INVALID_POINTER); [all...] |