Searched defs:pNtViRdr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h121 DECLHIDDEN(int) supHardenedWinVerifyImageByLdrMod(RTLDRMOD hLdrMod, PCRTUTF16 pwszName, PSUPHNTVIRDR pNtViRdr,
158 PSUPHNTVIRDR pNtViRdr; member in struct:SUPHNTLDRCACHEENTRY
H A DSUPHardenedVerifyProcess-win.cpp322 return pImage->pCacheEntry->pNtViRdr->Core.pfnRead(&pImage->pCacheEntry->pNtViRdr->Core, pvBuf, cbRead, off);
1979 rc = supHardenedWinVerifyImageByLdrMod(pEntry->hLdrMod, pwszName, pEntry->pNtViRdr,
2077 pEntry->pNtViRdr = NULL;
2079 else if (pEntry->pNtViRdr)
2081 pEntry->pNtViRdr->Core.pfnDestroy(&pEntry->pNtViRdr->Core);
2082 pEntry->pNtViRdr = NULL;
2179 PSUPHNTVIRDR pNtViRdr; local
2180 int rc = supHardNtViRdrCreate(hFile, pUniStrPath->Buffer, fFlags, &pNtViRdr);
[all...]
H A DSUPHardenedVerifyImage-win.cpp214 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pReader; local
215 Assert(pNtViRdr->Core.uMagic == RTLDRREADER_MAGIC);
224 if (pNtViRdr->hEvent)
226 rcNt = NtClearEvent(pNtViRdr->hEvent);
237 rcNt = NtReadFile(pNtViRdr->hFile,
238 pNtViRdr->hEvent,
255 rcNt = NtWaitForSingleObject(pNtViRdr->hEvent ? pNtViRdr->hEvent : pNtViRdr->hFile, FALSE /*Alertable*/, NULL);
266 pNtViRdr
283 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pReader; local
292 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pReader; local
301 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pReader; local
323 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pReader; local
393 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)RTMemAllocZ(sizeof(*pNtViRdr) + cchFilename); local
928 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pvUser; local
1023 PSUPHNTVIRDR pNtViRdr = (PSUPHNTVIRDR)pvUser; local
1081 supHardenedWinVerifyImageByLdrMod(RTLDRMOD hLdrMod, PCRTUTF16 pwszName, PSUPHNTVIRDR pNtViRdr, bool fAvoidWinVerifyTrust, bool *pfWinVerifyTrust, PRTERRINFO pErrInfo) argument
1231 PSUPHNTVIRDR pNtViRdr; local
[all...]

Completed in 54 milliseconds