Home
last modified time | relevance | path

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

/optee_client/public/
A Dteec_trace.h104 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) argument
105 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) argument
106 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) argument
107 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) argument
109 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) argument
110 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__) argument
124 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__) argument
125 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__) argument
126 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__) argument
127 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__) argument
/optee_client/libteec/src/
A Dteec_trace.c71 const char *fmt, ...) in _dprintf()

Completed in 3 milliseconds