Home
last modified time | relevance | path

Searched defs:TLOGD (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/include/user/
Dtrusty_log.h62 #define TLOGD(x...) \ macro
/trusty/kernel/include/
Dtrusty_log.h31 #define TLOGD(fmt, x...) _tlog(SPEW, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro