Lines Matching defs:VERR_INVALID_POINTER
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);
206 AssertPtrNullReturn(ppUVM, VERR_INVALID_POINTER);
1945 AssertReturn(VALID_PTR(pszFilename), VERR_INVALID_POINTER);
1947 AssertPtrNullReturn(pfnProgress, VERR_INVALID_POINTER);
2038 AssertPtrReturn(pStreamOps, VERR_INVALID_POINTER);
2039 AssertPtrNullReturn(pfnProgress, VERR_INVALID_POINTER);
2157 AssertPtrReturn(pszFilename, VERR_INVALID_POINTER);
2196 AssertPtrReturn(pStreamOps, VERR_INVALID_POINTER);
2233 AssertPtrReturn(pStreamOps, VERR_INVALID_POINTER);
4373 AssertPtrReturn(pidCpuCore, VERR_INVALID_POINTER);
4374 AssertPtrReturn(pidCpuPackage, VERR_INVALID_POINTER);