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