Searched defs:WARN (Results 1 – 10 of 10) sorted by relevance
/reactos/drivers/network/dd/dc21x4/ |
H A D | debug.h | 56 #define WARN(fmt, ...) \ macro 63 #define WARN macro 91 #define WARN macro
|
/reactos/drivers/storage/partmgr/ |
H A D | debug.h | 11 #define WARN(fmt, ...) WARN__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) macro
|
/reactos/sdk/lib/crt/ |
H A D | precomp.h | 64 #define WARN DPRINT1 macro
|
/reactos/base/shell/cmd/ |
H A D | precomp.h | 61 #define WARN(fmt, ...) \ macro
|
/reactos/boot/freeldr/freeldr/include/ |
H A D | debug.h | 69 …#define WARN(fmt, ...) DbgPrint2(DbgDefaultChannel, WARN_LEVEL, __FILE__, __LINE__, fmt, ##__VA_… macro 115 #define WARN(fmt, ...) macro
|
/reactos/win32ss/user/ntuser/ |
H A D | win32kdebug.h | 146 …#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 D | kernel32.h | 23 #define WARN(fmt, ...) WARN__(gDebugChannel, fmt, ##__VA_ARGS__) macro
|
/reactos/sdk/include/reactos/wine/ |
H A D | debug.h | 401 #define WARN WINE_WARN macro
|
/reactos/drivers/filesystems/btrfs/ |
H A D | btrfs_drv.h | 1210 #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 D | compat.h | 69 #define WARN(fmt, ...) macro
|