Searched refs:supR3HardenedWinReadErrorInfoDevice (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibInternal.h | 479 DECLHIDDEN(char *) supR3HardenedWinReadErrorInfoDevice(char *pszErrorInfo, size_t cbErrorInfo, const char *pszPrefix);
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPLib-win.cpp | 250 supR3HardenedWinReadErrorInfoDevice(pErrInfo->pszMsg + cchPrefix, pErrInfo->cbMsg - cchPrefix, "");
|
H A D | SUPR3HardenedMain-win.cpp | 4135 DECLHIDDEN(char *) supR3HardenedWinReadErrorInfoDevice(char *pszErrorInfo, size_t cbErrorInfo, const char *pszPrefix) function 4176 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: '%s'", &pszErrorInfo[cchPrefix])); 4182 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtReadFile -> %#x\n", rcNt)); 4190 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtCreateFile -> %#x\n", rcNt)); 4382 supR3HardenedWinReadErrorInfoDevice(szErrorInfo, sizeof(szErrorInfo), 4391 supR3HardenedWinReadErrorInfoDevice(szErrorInfo, sizeof(szErrorInfo), 4423 supR3HardenedWinReadErrorInfoDevice(szErrorInfo, sizeof(szErrorInfo), 4432 supR3HardenedWinReadErrorInfoDevice(szErrorInfo, sizeof(szErrorInfo), 4440 supR3HardenedWinReadErrorInfoDevice(szErrorInfo, sizeof(szErrorInfo),
|
Completed in 70 milliseconds