Searched defs:SUP_DPRINTF (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibInternal.h139 # define SUP_DPRINTF(a) do { supR3HardenedStaticLog a; suplibHardenedPrintF a; } while (0) macro
141 # define SUP_DPRINTF(a) do { supR3HardenedStaticLog a; } while (0) macro
145 # define SUP_DPRINTF(a) RTLogPrintf a macro
147 # define SUP_DPRINTF(a) do { } while (0) macro
H A DSUPDrvInternal.h180 # define SUP_DPRINTF(a) SUPR0Printf a macro
182 # define SUP_DPRINTF(a) do { } while (0)

Completed in 55 milliseconds