Home
last modified time | relevance | path

Searched refs:FMSG (Results 1 – 1 of 1) sorted by relevance

/optee_client-3.20.0/public/
A Dteec_trace.h107 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) macro
109 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__)
110 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__)

Completed in 2 milliseconds