Searched refs:VERR_INVALID_POINTER (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryTotalRam-posix.cpp43 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
49 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
H A DRTPathUserDocuments-posix.cpp39 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
/vbox/src/VBox/VMM/VMMR0/
H A DPDMR0Driver.cpp44 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 Dx509-verify.cpp46 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 Dpkix-verify.cpp51 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 DRTSystemQueryTotalRam-win.cpp44 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
59 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
H A DRTUuidCreate-win.cpp42 AssertPtrReturn(pUuid, VERR_INVALID_POINTER);
H A Duuid-win.cpp43 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 DRTSystemQueryDmiString-generic.cpp40 AssertPtrReturn(pszBuf, VERR_INVALID_POINTER);
H A DRTSystemQueryOSInfo-generic.cpp44 AssertPtrReturn(pszInfo, VERR_INVALID_POINTER);
H A DRTSystemShutdown-generic.cpp40 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp101 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 DRTPathParse.cpp49 AssertPtrReturn(pParsed, VERR_INVALID_POINTER);
50 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
H A DRTPathCalcRelative.cpp46 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 DRTStrPrintHexBytes.cpp41 AssertPtrReturn(pszBuf, VERR_INVALID_POINTER);
45 AssertPtrReturn(pv, VERR_INVALID_POINTER);
H A DRTUtf16PrintHexBytes.cpp41 AssertPtrReturn(pwszBuf, VERR_INVALID_POINTER);
45 AssertPtrReturn(pv, VERR_INVALID_POINTER);
/vbox/src/VBox/Runtime/r3/os2/
H A Dsystemmem-os2.cpp46 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
60 AssertPtrReturn(pcb, VERR_INVALID_POINTER);
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinCOM.cpp51 case E_POINTER: return VERR_INVALID_POINTER;
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDDir.cpp32 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 DVBoxGuestR3LibCpuHotPlug.cpp87 AssertPtrReturn(penmEventType, VERR_INVALID_POINTER);
88 AssertPtrReturn(pidCpuCore, VERR_INVALID_POINTER);
89 AssertPtrReturn(pidCpuPackage, VERR_INVALID_POINTER);
H A DVBoxGuestR3LibGuestCtrl.cpp106 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 Dvfschain.cpp82 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 DRTFileModeToFlags.cpp40 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 DApplianceImplIO.cpp197 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 DDrvAudio.cpp80 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...]

Completed in 98 milliseconds

1234567891011>>