Lines Matching refs:VERR_INVALID_POINTER
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);
357 AssertPtrNullReturn(ppszError, VERR_INVALID_POINTER);
360 AssertPtrReturn(ppSpec, VERR_INVALID_POINTER);
362 AssertPtrReturn(pszSpec, VERR_INVALID_POINTER);
531 AssertPtrReturn(pRegRec, VERR_INVALID_POINTER);
532 AssertMsgReturn(pRegRec->uVersion == RTVFSCHAINELEMENTREG_VERSION, ("%#x", pRegRec->uVersion), VERR_INVALID_POINTER);
533 AssertMsgReturn(pRegRec->uEndMarker == RTVFSCHAINELEMENTREG_VERSION, ("%#zx", pRegRec->uEndMarker), VERR_INVALID_POINTER);
534 AssertPtrReturn(pRegRec->pszName, VERR_INVALID_POINTER);
568 AssertPtrReturn(pszSpec, VERR_INVALID_POINTER);
570 AssertPtrReturn(phVfsFile, VERR_INVALID_POINTER);
618 AssertPtrReturn(pszSpec, VERR_INVALID_POINTER);
620 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER);