Lines Matching refs:LOG_E
125 LOG_E("Initialize failed! No memory for partition table cache"); in check_and_update_part_cache()
141 LOG_E("Initialize failed! Partition(%s) offset address(%ld) out of flash bound(<%d).", in check_and_update_part_cache()
183 LOG_E("Initialize failed! Flash device (%s) NOT found.", FAL_PART_TABLE_FLASH_DEV_NAME); in fal_partition_init()
190 …LOG_E("Setting partition table end offset address(%ld) out of flash bound(<%d).", part_table_offse… in fal_partition_init()
198 LOG_E("Initialize failed! No memory for table buffer."); in fal_partition_init()
263 LOG_E("Initialize failed! Flash device (%s) read error!", flash_dev->name); in fal_partition_init()
276 LOG_E("Initialize failed! No memory for partition table"); in fal_partition_init()
288 …LOG_E("Partition table NOT found on flash: %s (len: %d) from offset: 0x%08x.", FAL_PART_TABLE_FLAS… in fal_partition_init()
388 LOG_E("FAL NOT initialized"); in fal_set_partition_table_temp()
419 …LOG_E("Partition read error! Partition(%s) address(0x%08x) out of bound(0x%08x).", part->name, add… in fal_partition_read()
426 …LOG_E("Partition read error! Don't found flash device(%s) of the partition(%s).", part->flash_name… in fal_partition_read()
433 LOG_E("Partition read error! Flash device(%s) read error!", part->flash_name); in fal_partition_read()
460 LOG_E("Partition write error! Partition address out of bound."); in fal_partition_write()
467 …LOG_E("Partition write error! Don't found flash device(%s) of the partition(%s).", part->flash_na… in fal_partition_write()
474 LOG_E("Partition write error! Flash device(%s) write error!", part->flash_name); in fal_partition_write()
499 LOG_E("Partition erase error! Partition address out of bound."); in fal_partition_erase()
506 …LOG_E("Partition erase error! Don't found flash device(%s) of the partition(%s).", part->flash_nam… in fal_partition_erase()
513 LOG_E("Partition erase error! Flash device(%s) erase error!", part->flash_name); in fal_partition_erase()