Searched defs:TLOGW (Results 1 – 2 of 2) sorted by relevance
/trusty/user/base/include/user/ | ||
D | trusty_log.h | 78 #define TLOGW(x...) \ macro |
/trusty/kernel/include/ | ||
D | trusty_log.h | 37 #define TLOGW(fmt, x...) _tlog(INFO, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro |