Home
last modified time | relevance | path

Searched defs:WARN (Results 1 – 10 of 10) sorted by relevance

/reactos/drivers/network/dd/dc21x4/
H A Ddebug.h56 #define WARN(fmt, ...) \ macro
63 #define WARN macro
91 #define WARN macro
/reactos/drivers/storage/partmgr/
H A Ddebug.h11 #define WARN(fmt, ...) WARN__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) macro
/reactos/sdk/lib/crt/
H A Dprecomp.h64 #define WARN DPRINT1 macro
/reactos/base/shell/cmd/
H A Dprecomp.h61 #define WARN(fmt, ...) \ macro
/reactos/boot/freeldr/freeldr/include/
H A Ddebug.h69 …#define WARN(fmt, ...) DbgPrint2(DbgDefaultChannel, WARN_LEVEL, __FILE__, __LINE__, fmt, ##__VA_… macro
115 #define WARN(fmt, ...) macro
/reactos/win32ss/user/ntuser/
H A Dwin32kdebug.h146 …#define WARN(fmt, ...) DBG_PRINT(DBG_GET_PPI, DbgDefaultChannel, WARN_LEVEL,"warn: " fmt, ##__V… macro
173 #define WARN(fmt, ...) macro
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h23 #define WARN(fmt, ...) WARN__(gDebugChannel, fmt, ##__VA_ARGS__) macro
/reactos/sdk/include/reactos/wine/
H A Ddebug.h401 #define WARN WINE_WARN macro
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs_drv.h1210 #define WARN(s, ...) MSG(funcname, __FILE__, __LINE__, s, 2, ##__VA_ARGS__) macro
1221 #define WARN(s, ...) MSG(funcname, s, 2, ##__VA_ARGS__) macro
1232 #define WARN(s, ...) do { } while(0) macro
/reactos/dll/win32/dbghelp/
H A Dcompat.h69 #define WARN(fmt, ...) macro