Lines Matching refs:OSI_TRACE_ERROR
57 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()
442 …OSI_TRACE_ERROR("%s, memcpy size (w_cnt + w_cnt_total = %d) is larger than buffer size (config_siz… in config_save()
455 OSI_TRACE_ERROR("snprintf error w_cnt %d.",w_cnt); in config_save()
460 …OSI_TRACE_ERROR("%s, memcpy size (w_cnt + w_cnt_total = %d) is larger than buffer size.(config_siz… in config_save()
531 OSI_TRACE_ERROR("%s, err_code: 0x%x\n", __func__, err_code); in config_save()
661 OSI_TRACE_ERROR("%s returned with err code: %d\n", __func__, err_code); in config_parse()