Home | History | Annotate | Download | only in include

Lines Matching refs:lvl

103 #  define _DbgPrintFEx(component, lvl, strings) {		\
104 if ((lvl) <= DEBUG_VARIABLE) { \
105 DbgPrintEx(component, lvl, STR_MODULENAME); \
106 DbgPrintEx(component, lvl, strings); \
107 DbgPrintEx(component, lvl, "\n"); \
108 if ((lvl) == DEBUGLVL_ERROR) { \
115 # define _DbgPrintF(lvl, strings) { \
116 if (((lvl)==DEBUG_VARIABLE) || (lvl < DEBUG_VARIABLE)) { \
120 if ((lvl) == DEBUGLVL_ERROR) { \
128 #define _DbgPrintF(lvl, strings)
131 #define _DbgPrintFEx(component, lvl, strings)