| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 55 #define TRACE_ERROR 1 macro 61 #define DEBUGLEVEL TRACE_ERROR 65 #define DEBUGLEVEL TRACE_ERROR 101 case TRACE_ERROR: \ 127 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) 151 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 60 #define TRACE_ERROR 1 macro 66 #define DEBUGLEVEL TRACE_ERROR 70 #define DEBUGLEVEL TRACE_ERROR 106 case TRACE_ERROR: \ 132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) 156 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 60 #define TRACE_ERROR 1 macro 66 #define DEBUGLEVEL TRACE_ERROR 70 #define DEBUGLEVEL TRACE_ERROR 106 case TRACE_ERROR: \ 132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) 156 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 68 #if (TRACE_LEVEL < TRACE_ERROR) 71 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 130 #if (TRACE_LEVEL < TRACE_ERROR) 133 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) 166 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 49 #define TRACE_ERROR TRACE_MIN macro 56 #define TRACE_PRINTF_LEVEL TRACE_ERROR
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 50 #if (TRACE_LEVEL < TRACE_ERROR) 53 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 112 #if (TRACE_LEVEL < TRACE_ERROR) 115 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) 148 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 27 #define TRACE_ERROR 1 macro 34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 50 #if (TRACE_LEVEL < TRACE_ERROR) 53 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 112 #if (TRACE_LEVEL < TRACE_ERROR) 115 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) 148 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 27 #define TRACE_ERROR 1 macro 34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_trace.c | 27 if (trace_level >= TRACE_ERROR && trace_level <= TRACE_VERBOSE) in rkcrypto_get_trace_level() 42 if (trace_level < TRACE_ERROR || trace_level > TRACE_VERBOSE) in rkcrypto_get_trace_level() 50 if (level < TRACE_ERROR || level > TRACE_VERBOSE) in rkcrypto_set_trace_level() 88 case TRACE_ERROR: in trace_printf() 121 case TRACE_ERROR: in trace_printf()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_trace.h | 12 TRACE_ERROR = 1, enumerator 32 trace_printf(TRACE_ERROR, __func__, __LINE__, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/ |
| H A D | README.md | 163 等级1 - TRACE_ERROR:错误信息
|