Searched refs:TRACE_LEVEL (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | win32kdebug.h | 127 #define TRACE_LEVEL 0x8 macro 129 #define MAX_LEVEL ERR_LEVEL | FIXME_LEVEL | WARN_LEVEL | TRACE_LEVEL 147 …#define TRACE(fmt, ...) DBG_PRINT(DBG_GET_PPI, DbgDefaultChannel, TRACE_LEVEL,"trace: " fmt, ##_… 152 …#define TRACE_CH(ch,fmt, ...) DBG_PRINT(DBG_GET_PPI, DbgCh##ch, TRACE_LEVEL, "trace: " fmt, #… 157 …#define TRACE_PPI(ppi,ch,fmt, ...) DBG_PRINT(ppi, DbgCh##ch, TRACE_LEVEL,"trace: " fmt, ##__VA_ARG…
|
/reactos/boot/freeldr/freeldr/include/ |
H A D | debug.h | 56 #define TRACE_LEVEL 0x8 macro 58 #define MAX_LEVEL ERR_LEVEL | FIXME_LEVEL | WARN_LEVEL | TRACE_LEVEL 65 …#define TRACE_CH(ch, fmt, ...) DbgPrint2(DPRINT_##ch, TRACE_LEVEL, __FILE__, __LINE__, fmt, ##__V… 70 …#define TRACE(fmt, ...) DbgPrint2(DbgDefaultChannel, TRACE_LEVEL, __FILE__, __LINE__, fmt, ##__VA…
|
/reactos/boot/freeldr/freeldr/lib/ |
H A D | debug.c | 280 case TRACE_LEVEL: in DbgPrint2() 305 if (!(DbgChannels[Mask] & TRACE_LEVEL)) in DebugDumpBuffer() 354 iLevel = TRACE_LEVEL; in DbgAddDebugChannel()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | gdidbg.c | 691 iLevel = TRACE_LEVEL; in DbgAddDebugChannel()
|