Searched refs:LOG_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | syslog.h | 58 #define LOG_DEBUG 7 /* debug-level messages */ macro 78 { "debug", LOG_DEBUG },
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | ULog.h | 146 #define ULOGD(tag,fmt,...) ALOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 158 #define ULOGD(tag,fmt,...) LOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | ULog.h | 163 #define ULOGD(tag,fmt,...) ALOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 175 #define ULOGD(tag,fmt,...) LOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 57912 #define ULOGD(tag,fmt,...) ALOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 57924 #define ULOGD(tag,fmt,...) LOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
|