Home
last modified time | relevance | path

Searched refs:WARN_LEVEL (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwin32kdebug.h126 #define WARN_LEVEL 0x4 macro
129 #define MAX_LEVEL ERR_LEVEL | FIXME_LEVEL | WARN_LEVEL | TRACE_LEVEL
146 …#define WARN(fmt, ...) DBG_PRINT(DBG_GET_PPI, DbgDefaultChannel, WARN_LEVEL,"warn: " fmt, ##__V…
151 …#define WARN_CH(ch,fmt, ...) DBG_PRINT(DBG_GET_PPI, DbgCh##ch, WARN_LEVEL, "warn: " fmt, ##_…
156 …#define WARN_PPI(ppi,ch,fmt, ...) DBG_PRINT(ppi, DbgCh##ch, WARN_LEVEL,"warn: " fmt, ##__VA_ARGS_…
H A Dmain.c109 if (DBG_IS_CHANNEL_ENABLED(ppiCurrent, DbgChUserObj, WARN_LEVEL)) in UserDeleteW32Process()
195 if (DBG_IS_CHANNEL_ENABLED(ppiCurrent, DbgChUserObj, WARN_LEVEL)) in UserProcessDestroy()
/reactos/boot/freeldr/freeldr/include/
H A Ddebug.h55 #define WARN_LEVEL 0x4 macro
58 #define MAX_LEVEL ERR_LEVEL | FIXME_LEVEL | WARN_LEVEL | TRACE_LEVEL
64 …#define WARN_CH(ch, fmt, ...) DbgPrint2(DPRINT_##ch, WARN_LEVEL, __FILE__, __LINE__, fmt, ##__VA…
69 …#define WARN(fmt, ...) DbgPrint2(DbgDefaultChannel, WARN_LEVEL, __FILE__, __LINE__, fmt, ##__VA_…
/reactos/boot/freeldr/freeldr/lib/
H A Ddebug.c76 memset(DbgChannels, WARN_LEVEL|FIXME_LEVEL|ERR_LEVEL, DBG_CHANNELS_COUNT); in DebugInit()
277 case WARN_LEVEL: in DbgPrint2()
352 iLevel = WARN_LEVEL; in DbgAddDebugChannel()
/reactos/win32ss/gdi/ntgdi/
H A Dgdidbg.c689 iLevel = WARN_LEVEL; in DbgAddDebugChannel()