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

/vbox/src/VBox/HostDrivers/Support/
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");

Completed in 44 milliseconds