Home
last modified time | relevance | path

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

/trusty/user/base/lib/libc-trusty/
Dlogging.c26 int _tlog(const char* fmt, ...) { in _tlog() function
/trusty/kernel/include/
Dtrusty_log.h25 #define _tlog(level, fmt, x...) dprintf(level, fmt, ##x) macro