Searched defs:LogRelIt (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPLib-freebsd.cpp36 # undef LogRelIt macro
37 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPLib-darwin.cpp36 # undef LogRelIt macro
37 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp37 # undef LogRelIt macro
38 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp40 # undef LogRelIt macro
41 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPLib-solaris.cpp36 # undef LogRelIt macro
37 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp37 # undef LogRelIt macro
38 # define LogRelIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) macro
/vbox/include/iprt/
H A Dlog.h1008 /** @def LogRelIt
1027 # define LogRelIt(a_pvInst, a_fFlags, a_iGroup, fmtargs) _LogRelIt(a_pvInst, a_fFlags, a_iGroup, _LogRelRemoveParentheseis fmtargs) macro
1047 # define LogRelIt(a_pvInst, a_fFlags, a_iGroup, fmtargs) \ macro
1082 # define LogRelIt(a_pvInst, a_fFlags, a_iGroup, fmtargs) do { } while (0) macro
1095 #define LogRel(a) LogRelIt(LOG_REL_INSTANCE, RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
1100 #define LogRel2(a) LogRelIt(LOG_REL_INSTANCE, RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
1105 #define LogRel3(a) LogRelIt(LOG_REL_INSTANCE, RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, a)
1110 #define LogRel4(a) LogRelIt(LOG_REL_INSTANCE, RTLOGGRPFLAGS_LEVEL_4, LOG_GROUP, a)
1115 #define LogRel5(a) LogRelIt(LOG_REL_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP, a)
1120 #define LogRel6(a) LogRelIt(LOG_REL_INSTANC
[all...]

Completed in 40 milliseconds