Searched refs:suplibHardenedPrintF (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibInternal.h131 DECLHIDDEN(void) suplibHardenedPrintF(const char *pszFormat, ...);
139 # define SUP_DPRINTF(a) do { supR3HardenedStaticLog a; suplibHardenedPrintF a; } while (0)
H A DSUPR3HardenedMain.cpp687 DECLHIDDEN(void) suplibHardenedPrintF(const char *pszFormat, ...) function
1179 suplibHardenedPrintF("Error %d in %s!\n", rc, pszWhere);

Completed in 48 milliseconds