Searched refs:supR3HardenedError (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp301 return supR3HardenedError(VERR_INTERNAL_ERROR, fFatal,
305 supR3HardenedError(rc, fFatal,
340 rc = supR3HardenedError(VERR_BUFFER_OVERFLOW, fFatal,
363 return supR3HardenedError(VERR_INTERNAL_ERROR, fFatal,
374 supR3HardenedError(VERR_INTERNAL_ERROR, fFatal,
414 rc = supR3HardenedError(VERR_PATH_NOT_FOUND, fFatal,
421 rc = supR3HardenedError(rc, fFatal,
446 rc = supR3HardenedError(VERR_NOT_A_DIRECTORY, fFatal,
450 rc = supR3HardenedError(VERR_ACCESS_DENIED, fFatal,
454 rc = supR3HardenedError(VERR_ACCESS_DENIE
[all...]
H A DSUPR3HardenedIPRT.cpp149 DECLHIDDEN(int) supR3HardenedError(int rc, bool fFatal, const char *pszFormat, ...) function
H A DSUPLibInternal.h90 # define supR3HardenedError supR3HardenedStaticError macro
420 DECLHIDDEN(int) supR3HardenedError(int rc, bool fFatal, const char *pszFormat, ...);
H A DSUPR3HardenedMain.cpp1342 DECLHIDDEN(int) supR3HardenedError(int rc, bool fFatal, const char *pszFormat, ...) function
1462 supR3HardenedError(rc, false, "SUPR3HardenedMain: failed to set effective privilege set.\n");
1465 supR3HardenedError(rc, false, "SUPR3HardenedMain: failed to set permitted privilege set.\n");
1468 supR3HardenedError(rc, false, "SUPR3HardenedMain: failed to add NET_ICMPACCESS privilege.\n");
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1176 supR3HardenedError(VINF_SUCCESS, false,
1240 supR3HardenedError(VINF_SUCCESS, false,
1281 supR3HardenedError(VINF_SUCCESS, false,
1295 supR3HardenedError(VINF_SUCCESS, false,
1307 supR3HardenedError(VINF_SUCCESS, false,
1392 supR3HardenedError(VINF_SUCCESS, false,
1430 supR3HardenedError(VINF_SUCCESS, false,
1573 supR3HardenedError(VINF_SUCCESS, false,
1630 supR3HardenedError(VINF_SUCCESS, false, "supR3HardenedMonitor_LdrLoadDll: name is NULL or have a zero length.\n");
1644 supR3HardenedError(VINF_SUCCES
[all...]
H A DSUPR3HardenedNoCrt-win.cpp93 supR3HardenedError(VERR_INTERNAL_ERROR, false/*fFatal*/, "%s%s", g_szRTAssertMsg1, g_szRTAssertMsg2);
H A DSUPHardenedVerifyImage-win.cpp270 supR3HardenedError(VERR_READ_ERROR, false,
2055 supR3HardenedError(RtlGetLastWin32Error(), false /*fFatal*/, "TlsAlloc failed");
H A DSUPHardenedVerifyProcess-win.cpp266 supR3HardenedError(rc, false /*fFatal*/, "%N\n", pszMsg, &va);
294 supR3HardenedError(rc, false /*fFatal*/, "%N\n", pszMsg, &va);

Completed in 136 milliseconds