Searched refs:dprintf (Results 1 – 1 of 1) sorted by relevance
| /optee_client/public/ |
| A D | teec_trace.h | 97 #define dprintf(level, x...) do { \ macro 104 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) 105 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) 106 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) 107 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__)
|
Completed in 2 milliseconds