Searched refs:supR3HardenedErrorV (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedIPRT.cpp134 DECLHIDDEN(int) supR3HardenedErrorV(int rc, bool fFatal, const char *pszFormat, va_list va) function
153 supR3HardenedErrorV(rc, fFatal, pszFormat, va);
H A DSUPLibInternal.h89 # define supR3HardenedErrorV supR3HardenedStaticErrorV macro
415 DECLHIDDEN(int) supR3HardenedErrorV(int rc, bool fFatal, const char *pszFormat, va_list va);
H A DSUPR3HardenedMain.cpp1315 DECLHIDDEN(int) supR3HardenedErrorV(int rc, bool fFatal, const char *pszFormat, va_list va) function
1330 g_pfnRTLogRelPrintf("supR3HardenedErrorV: %N", pszFormat, &vaCopy);
1346 supR3HardenedErrorV(rc, fFatal, pszFormat, va);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp3049 supR3HardenedErrorV(rc, false /*fFatal*/, pszFormat, va);

Completed in 59 milliseconds