Home
last modified time | relevance | path

Searched refs:OSI_TRACE_ERROR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/
Dallocator.c75 OSI_TRACE_ERROR("%s invalid !!\n", __func__); in osi_mem_dbg_record()
91 OSI_TRACE_ERROR("%s full %s %d !!\n", __func__, func, line); in osi_mem_dbg_record()
113 OSI_TRACE_ERROR("%s invalid\n", __func__); in osi_mem_dbg_clean()
130 OSI_TRACE_ERROR("%s full %s %d !!\n", __func__, func, line); in osi_mem_dbg_clean()
140OSI_TRACE_ERROR("--> p %p, s %d, f %s, l %d\n", mem_dbg_info[i].p, mem_dbg_info[i].size, mem_dbg_i… in osi_mem_dbg_show()
143 OSI_TRACE_ERROR("--> count %d\n", mem_dbg_count); in osi_mem_dbg_show()
144 OSI_TRACE_ERROR("--> size %dB\n--> max size %dB\n", mem_dbg_current_size, mem_dbg_max_size); in osi_mem_dbg_show()
160 OSI_TRACE_ERROR("Then range of index should be between 0 and %d, current index is %d.\n", in osi_men_dbg_set_section_start()
176 OSI_TRACE_ERROR("Then range of index should be between 0 and %d, current index is %d.\n", in osi_men_dbg_set_section_end()
182 OSI_TRACE_ERROR("This index(%d) has not been started.\n", index); in osi_men_dbg_set_section_end()
[all …]
Dalarm.c86 OSI_TRACE_ERROR("%s, malloc failed\n", __func__); in osi_alarm_init()
163 OSI_TRACE_ERROR("%s, invalid state %d\n", __func__, alarm_state); in osi_alarm_new()
171 OSI_TRACE_ERROR("%s alarm_cbs exhausted\n", __func__); in osi_alarm_new()
188 OSI_TRACE_ERROR("%s failed to create timer, err 0x%x\n", __func__, stat); in osi_alarm_new()
201 OSI_TRACE_ERROR("%s null\n", __func__); in alarm_free()
207 OSI_TRACE_ERROR("%s failed to delete timer, err 0x%x\n", __func__, stat); in alarm_free()
221 OSI_TRACE_ERROR("%s, invalid state %d\n", __func__, alarm_state); in osi_alarm_free()
238 OSI_TRACE_ERROR("%s, invalid state %d\n", __func__, alarm_state); in alarm_set()
244 OSI_TRACE_ERROR("%s null\n", __func__); in alarm_set()
257 OSI_TRACE_ERROR("%s failed to start timer, err 0x%x\n", __func__, stat); in alarm_set()
[all …]
Dfuture.c30 OSI_TRACE_ERROR("%s unable to allocate memory for return value.", __func__); in future_new()
35 OSI_TRACE_ERROR("%s unable to allocate memory for the semaphore.", __func__); in future_new()
50 OSI_TRACE_ERROR("%s unable to allocate memory for return value.", __func__); in future_new_immediate()
Dconfig.c57 OSI_TRACE_ERROR("%s unable to allocate memory for config_t.\n", __func__); in config_new_empty()
63 OSI_TRACE_ERROR("%s unable to allocate list for sections.\n", __func__); in config_new_empty()
88 OSI_TRACE_ERROR("%s: NVS not initialized. " in config_new()
91 OSI_TRACE_ERROR("%s unable to open NVS namespace '%s'\n", __func__, filename); in config_new()
366 OSI_TRACE_ERROR("%s, malloc error\n", __func__); in get_config_size_from_flash()
379 OSI_TRACE_ERROR("%s, error %d\n", __func__, err); in get_config_size_from_flash()
393 OSI_TRACE_ERROR("%s, error %d\n", __func__, err); in get_config_size_from_flash()
425 OSI_TRACE_ERROR("%s: NVS not initialized. " in config_save()
437 OSI_TRACE_ERROR("snprintf error w_cnt %d.",w_cnt); in config_save()
442OSI_TRACE_ERROR("%s, memcpy size (w_cnt + w_cnt_total = %d) is larger than buffer size (config_siz… in config_save()
[all …]
Dbuffer.c36 OSI_TRACE_ERROR("%s unable to allocate buffer of %zu bytes.", __func__, size); in buffer_new()
61OSI_TRACE_ERROR("%s unable to allocate new buffer for slice of length %zu.", __func__, slice_size); in buffer_new_slice()
Dlist.c120 OSI_TRACE_ERROR("%s osi_calloc failed.\n", __FUNCTION__ ); in list_insert_after()
139 OSI_TRACE_ERROR("%s osi_calloc failed.\n", __FUNCTION__ ); in list_prepend()
158 OSI_TRACE_ERROR("%s osi_calloc failed.\n", __FUNCTION__ ); in list_append()
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h151 #define OSI_TRACE_ERROR(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && … macro
177 #define OSI_TRACE_ERROR(fmt, args...) macro