Home
last modified time | relevance | path

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

/trusty/user/base/include/user/
Dtrusty_log.h78 #define TLOGW(x...) \ macro
/trusty/kernel/include/
Dtrusty_log.h37 #define TLOGW(fmt, x...) _tlog(INFO, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro