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

/vbox/src/VBox/HostDrivers/win/
H A DVBoxDbgLog.h61 #define _LOGMSG_STR(_logger, _a, _f) do {\ macro
109 _LOGMSG_STR(Log, _a, "c"); \
112 _LOGMSG_STR(Log, _a, "c"); \
118 _LOGMSG_STR(LogRel, _a, "c"); \
121 _LOGMSG_STR(LogRel, _a, "c"); \
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoLog.h85 #define _LOGMSG_STR(_logger, _a, _f) do {\ macro
144 _LOGMSG_STR(VBOX_VIDEO_LOG_LOGGER, _a, "c"); \
147 _LOGMSG_STR(VBOX_VIDEO_LOG_LOGGER, _a, "c"); \
150 _LOGMSG_STR(VBOX_VIDEO_LOGREL_LOGGER, _a, "c"); \
153 _LOGMSG_STR(VBOX_VIDEO_LOGREL_LOGGER, _a, "c"); \

Completed in 49 milliseconds