/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 220 …_TRACE_ERROR(fmt, args...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_C… argument 221 …ACE_WARNING(fmt, args...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING && BT_LOG_LEVEL_CH… argument 222 …BTM_TRACE_API(fmt, args...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API && BT_LOG_LEVEL_… argument 223 …_TRACE_EVENT(fmt, args...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_LOG_LEVEL_C… argument 224 …_TRACE_DEBUG(fmt, args...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG && BT_LOG_LEVEL_C… argument 228 …ACE_ERROR(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CH… argument 229 …_WARNING(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING && BT_LOG_LEVEL_CHE… argument 230 …_TRACE_API(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API && BT_LOG_LEVEL_C… argument 231 …ACE_EVENT(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT && BT_LOG_LEVEL_CH… argument 232 …ACE_DEBUG(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG && BT_LOG_LEVEL_CH… argument [all …]
|
/hal_espressif-3.7.0/components/bt/common/include/ |
D | bt_common.h | 111 …RACE_ERROR(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL… argument 112 …E_WARNING(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNING && BT_LOG_LEVEL_… argument 113 …C_TRACE_API(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_API && BT_LOG_LEVE… argument 114 …RACE_EVENT(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT && BT_LOG_LEVEL… argument 115 …RACE_DEBUG(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_DEBUG && BT_LOG_LEVEL… argument 116 …E_VERBOSE(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_VERBOSE && BT_LOG_LEVEL_… argument 119 …RACE_ERROR(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL… argument 120 …E_WARNING(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNING && BT_LOG_LEVEL_… argument 121 …I_TRACE_API(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_API && BT_LOG_LEVE… argument 122 …RACE_EVENT(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT && BT_LOG_LEVEL… argument [all …]
|
/hal_espressif-3.7.0/components/esp_hw_support/port/include/ |
D | esp_hw_log.h | 20 #define ESP_HW_LOGE(tag, fmt, ...) ESP_EARLY_LOGE(tag, fmt, ##__VA_ARGS__) argument 21 #define ESP_HW_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__) argument 22 #define ESP_HW_LOGI(tag, fmt, ...) ESP_EARLY_LOGI(tag, fmt, ##__VA_ARGS__) argument 23 #define ESP_HW_LOGD(tag, fmt, ...) ESP_EARLY_LOGD(tag, fmt, ##__VA_ARGS__) argument 24 #define ESP_HW_LOGV(tag, fmt, ...) ESP_EARLY_LOGV(tag, fmt, ##__VA_ARGS__) argument 28 #define ESP_HW_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__) argument 29 #define ESP_HW_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) argument 30 #define ESP_HW_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__) argument 31 #define ESP_HW_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) argument 32 #define ESP_HW_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) argument
|
/hal_espressif-3.7.0/zephyr/port/include/boot/ |
D | esp_log.h | 16 #define ESP_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) argument 17 #define ESP_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__) argument 18 #define ESP_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__) argument 19 #define ESP_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) argument 20 #define ESP_LOGV(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) argument 22 #define ESP_EARLY_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) argument 23 #define ESP_EARLY_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__) argument 24 #define ESP_EARLY_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__) argument 25 #define ESP_EARLY_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) argument 26 #define ESP_EARLY_LOGV(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) argument
|
D | soc_log.h | 12 #define SOC_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) argument 13 #define SOC_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__) argument 14 #define SOC_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__) argument 15 #define SOC_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) argument
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_trace.h | 84 …fmt, args...) do {if ((BLE_MESH_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_ERROR) && BLE_MESH_LOG_LEVEL_CH… argument 85 …fmt, args...) do {if ((BLE_MESH_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_WARN) && BLE_MESH_LOG_LEVEL_CHE… argument 86 …fmt, args...) do {if ((BLE_MESH_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_INFO) && BLE_MESH_LOG_LEVEL_CHE… argument 87 …fmt, args...) do {if ((BLE_MESH_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_DEBUG) && BLE_MESH_LOG_LEVEL_CH… argument 89 #define BT_ERR(fmt, args...) 90 #define BT_WARN(fmt, args...) 91 #define BT_INFO(fmt, args...) 92 #define BT_DBG(fmt, args...) 96 …fmt, args...) do {if ((BLE_MESH_NET_BUF_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_ERROR) && BLE_MESH_LOG_L… argument 97 …fmt, args...) do {if ((BLE_MESH_NET_BUF_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_WARN) && BLE_MESH_LOG_LE… argument [all …]
|
/hal_espressif-3.7.0/components/hal/platform_port/include/hal/ |
D | log.h | 43 #define HAL_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__) argument 45 #define HAL_LOGE(tag, fmt, ...) argument 49 #define HAL_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) argument 51 #define HAL_LOGW(tag, fmt, ...) argument 55 #define HAL_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__) argument 57 #define HAL_LOGI(tag, fmt, ...) argument 61 #define HAL_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) argument 63 #define HAL_LOGD(tag, fmt, ...) argument 67 #define HAL_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) argument 69 #define HAL_LOGV(tag, fmt, ...) argument
|
/hal_espressif-3.7.0/components/esp_rom/linux/ |
D | esp_rom_sys.c | 52 static int esp_rom_vprintf(void (*putc)(char c), const char *fmt, va_list ap) in esp_rom_vprintf() argument 67 while ((c = *fmt++) != '\0') { in esp_rom_vprintf() 69 c = *fmt++; in esp_rom_vprintf() 72 c = *fmt++; in esp_rom_vprintf() 77 c = *fmt++; in esp_rom_vprintf() 83 c = *fmt++; in esp_rom_vprintf() 86 c = *fmt++; in esp_rom_vprintf() 90 c = *fmt++; in esp_rom_vprintf() 97 c = *fmt++; in esp_rom_vprintf() 100 c = *fmt++; in esp_rom_vprintf() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/include/utils/ |
D | wpa_debug.h | 65 #define wpa_printf(level,fmt, args...) ESP_LOG_LEVEL_LOCAL(level, TAG, fmt, ##args) argument 66 #define wpa_dbg(ctx, level, fmt, args...) wpa_printf(level, fmt, ##args) argument 153 #define wpa_printf(level,fmt, args...) do {} while(0) argument 195 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
|
D | wpabuf.h | 45 void wpabuf_printf(struct wpabuf *buf, const char *fmt, ...) PRINTF_FORMAT(2, 3);
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/ |
D | wpa_debug.c | 25 const char *fmt = uppercase ? (whitespace ? fmt_upper_ws : fmt_upper) : in _wpa_snprintf_hex() local 32 ret = snprintf(pos, end - pos, fmt, data[i]); in _wpa_snprintf_hex()
|
D | wpabuf.c | 301 void wpabuf_printf(struct wpabuf *buf, const char *fmt, ...) in wpabuf_printf() argument 307 va_start(ap, fmt); in wpabuf_printf() 308 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap); in wpabuf_printf()
|
/hal_espressif-3.7.0/components/esp_rom/include/ |
D | esp_rom_sys.h | 42 int esp_rom_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_at.h | 55 UINT8 fmt; /* whether arg is int or string */ member
|
/hal_espressif-3.7.0/zephyr/port/include/boot/mcuboot_config/ |
D | mcuboot_logging.h | 12 extern int ets_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_server.c | 24 void tlsv1_server_log(struct tlsv1_server *conn, const char *fmt, ...) in tlsv1_server_log() argument 30 va_start(ap, fmt); in tlsv1_server_log() 31 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in tlsv1_server_log() 37 va_start(ap, fmt); in tlsv1_server_log() 38 vsnprintf(buf, buflen, fmt, ap); in tlsv1_server_log()
|
D | tlsv1_server_i.h | 74 void tlsv1_server_log(struct tlsv1_server *conn, const char *fmt, ...)
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_at.h | 33 UINT8 fmt; /* whether arg is int or string */ member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | ets_sys.h | 118 int ets_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | ets_sys.h | 118 int ets_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | ets_sys.h | 118 int ets_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | ets_sys.h | 118 int ets_printf(const char *fmt, ...);
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_server/ |
D | eap_i.h | 199 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...)
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_at.c | 120 if (arg_type == BTA_AG_AT_SET && p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT) { in bta_ag_process_at()
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | ets_sys.h | 120 int ets_printf(const char *fmt, ...);
|