| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 82 #if (TRACE_LEVEL < TRACE_DEBUG) 85 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__) 109 #if (TRACE_LEVEL < TRACE_DEBUG) 112 #define DHEXDUMP(buf, len) dhex_dump(__func__, __LINE__, TRACE_DEBUG, \ 144 #if (TRACE_LEVEL < TRACE_DEBUG) 147 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 51 #define TRACE_DEBUG 3 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 64 #if (TRACE_LEVEL < TRACE_DEBUG) 67 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__) 91 #if (TRACE_LEVEL < TRACE_DEBUG) 94 #define DHEXDUMP(buf, len) dhex_dump(__func__, __LINE__, TRACE_DEBUG, \ 126 #if (TRACE_LEVEL < TRACE_DEBUG) 129 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 29 #define TRACE_DEBUG 3 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 64 #if (TRACE_LEVEL < TRACE_DEBUG) 67 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__) 91 #if (TRACE_LEVEL < TRACE_DEBUG) 94 #define DHEXDUMP(buf, len) dhex_dump(__func__, __LINE__, TRACE_DEBUG, \ 126 #if (TRACE_LEVEL < TRACE_DEBUG) 129 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 29 #define TRACE_DEBUG 3 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 57 #define TRACE_DEBUG 3 macro 73 #define DEBUGLEVEL TRACE_DEBUG 107 case TRACE_DEBUG: \ 129 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) 153 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 62 #define TRACE_DEBUG 3 macro 78 #define DEBUGLEVEL TRACE_DEBUG 112 case TRACE_DEBUG: \ 134 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) 158 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 62 #define TRACE_DEBUG 3 macro 78 #define DEBUGLEVEL TRACE_DEBUG 112 case TRACE_DEBUG: \ 134 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) 158 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_trace.h | 14 TRACE_DEBUG = 3, enumerator 26 trace_printf(TRACE_DEBUG, __func__, __LINE__, __VA_ARGS__)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | pass-ptest-env.patch | 37 - TRACE_DEBUG(INFO, "Loading from: '%s'", BUILD_DIR "/extensions"); 40 + TRACE_DEBUG(INFO, "Loading from: '%s'", fullname); 68 + TRACE_DEBUG(INFO, "Loading from: '%s'", fullname);
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_trace.c | 94 case TRACE_DEBUG: in trace_printf() 127 case TRACE_DEBUG: in trace_printf()
|
| /OK3568_Linux_fs/external/security/librkcrypto/ |
| H A D | README.md | 167 等级3 - TRACE_DEBUG:一般的调试信息
|