Home
last modified time | relevance | path

Searched refs:LOG_E (Results 1 – 25 of 130) sorted by relevance

123456

/components/fal/src/
A Dfal_partition.c125 LOG_E("Initialize failed! No memory for partition table cache"); 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()
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()
388 LOG_E("FAL NOT initialized"); in fal_set_partition_table_temp()
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()
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()
[all …]
A Dfal_rtt.c166 LOG_E("Error: the partition name (%s) is not found.", parition_name); in fal_blk_device_create()
172 LOG_E("Error: the flash device name (%s) is not found.", fal_part->flash_name); in fal_blk_device_create()
206 LOG_E("Error: no memory for create FAL block device"); in fal_blk_device_create()
308 LOG_E("Error: the partition name (%s) is not found.", parition_name); in fal_mtd_nor_device_create()
314 LOG_E("Error: the flash device name (%s) is not found.", fal_part->flash_name); in fal_mtd_nor_device_create()
335 LOG_E("Error: no memory for create FAL MTD NOR device"); in fal_mtd_nor_device_create()
507 LOG_E("Error: the partition name (%s) is not found.", parition_name); in fal_char_device_create()
513 LOG_E("Error: the flash device name (%s) is not found.", fal_part->flash_name); in fal_char_device_create()
549 LOG_E("Error: no memory for create FAL char device"); in fal_char_device_create()
/components/lwp/
A Dlwp_elf.c179 LOG_E("%s : lwp map user failed!", __func__); in file_mmap()
220 LOG_E("%s : error", __func__); in elf_file_length()
273 LOG_E("%s : e_ident error", __func__); in elf_check_ehdr()
279 LOG_E("%s : e_type error", __func__); in elf_check_ehdr()
291 LOG_E("%s : e_phnum error", __func__); in elf_check_ehdr()
297 LOG_E("%s : e_phoff error", __func__); in elf_check_ehdr()
417 LOG_E("%s : alloc phdr failed", __func__); in elf_load_phdr()
666 LOG_E("%s : elf_map failed", __func__); in elf_file_mmap()
756 LOG_E("%s : aux is null", __func__); in elf_aux_fill()
765 LOG_E("lwp map user failed!"); in elf_aux_fill()
[all …]
A Dlwp.c68 LOG_E("%s: lwp_component_init() failed", __func__); in lwp_component_init()
72 LOG_E("%s: lwp_pid_init() failed", __func__); in lwp_component_init()
76 LOG_E("%s: rt_channel_component_init failed", __func__); in lwp_component_init()
80 LOG_E("%s: lwp_futex_init() failed", __func__); in lwp_component_init()
206 LOG_E("%s: Cannot open console tty", __func__); in lwp_execve_setup_stdio()
369 LOG_E("lwp struct out of memory!\n"); in lwp_execve()
/components/drivers/wlan/
A Ddev_wlan_workqueue.c52 LOG_E("F:%s L:%d func is null", __FUNCTION__, __LINE__); in rt_wlan_workqueue_dowork()
58 LOG_E("F:%s L:%d not init wlan work queue", __FUNCTION__, __LINE__); in rt_wlan_workqueue_dowork()
65 LOG_E("F:%s L:%d create work failed", __FUNCTION__, __LINE__); in rt_wlan_workqueue_dowork()
74 LOG_E("F:%s L:%d do work failed", __FUNCTION__, __LINE__); in rt_wlan_workqueue_dowork()
91 LOG_E("F:%s L:%d wlan work queue create failed", __FUNCTION__, __LINE__); in rt_wlan_workqueue_init()
A Ddev_wlan_prot.c125 LOG_E("F:%s L:%d Parameter Wrongful", __FUNCTION__, __LINE__); in rt_wlan_prot_find_by_name()
131 LOG_E("F:%s L:%d not find wlan dev!! name:%s", __FUNCTION__, __LINE__, name); in rt_wlan_prot_find_by_name()
169 LOG_E("F:%s L:%d wlan is null", __FUNCTION__, __LINE__); in rt_wlan_prot_attach_dev()
203 LOG_E("F:%s L:%d not find wlan protocol", __FUNCTION__, __LINE__); in rt_wlan_prot_attach_dev()
248 LOG_E("F:%s L:%d Parameter Wrongful", __FUNCTION__, __LINE__); in rt_wlan_prot_regisetr()
272 LOG_E("F:%s L:%d Space full", __FUNCTION__, __LINE__); in rt_wlan_prot_regisetr()
/components/drivers/audio/utest/
A Dtc_audio_main.c72 LOG_E("Not an audio player device\n"); in player_test()
79 LOG_E("Audio player device failed\n"); in player_test()
215 LOG_E("Not a mic device\n"); in mic_test()
223 LOG_E("Audio player device failed\n"); in mic_test()
231 LOG_E("Mic device read err\n"); in mic_test()
239 LOG_E("The first memory check failed! Buffer dump\n"); in mic_test()
258 LOG_E("Mic device read err\n"); in mic_test()
264 LOG_E("The second memory check failed! Buffer dump\n"); in mic_test()
/components/drivers/sensor/v1/
A Dsensor_cmd.c119 LOG_E("Memory allocation failed!"); in sensor_fifo_rx_entry()
143 LOG_E("Can't find device:%s", argv[1]); in sensor_fifo()
150 LOG_E("open device failed!"); in sensor_fifo()
208 LOG_E("Can't find device:%s", argv[1]); in sensor_int()
235 LOG_E("open device failed!"); in sensor_int()
257 LOG_E("Can't find device:%s", argv[1]); in sensor_polling()
269 LOG_E("open device failed! error code : %d", result); in sensor_polling()
279 LOG_E("read data failed!size is %d", res); in sensor_polling()
467 LOG_E("read data failed!size is %d", res); in sensor()
489 LOG_E("Can't find device:%s", argv[2]); in sensor()
[all …]
/components/dfs/dfs_v2/src/
A Ddfs_file_mmap.c67 LOG_E("failed to map %lx with size %lx with errno %d", map_vaddr, in _do_mmap()
160 LOG_E("%s varea %p mmap failed at vaddr %p", __func__, varea, msg->fault_vaddr); in on_page_fault()
165 LOG_E("%s varea %p not a file, vaddr %p", __func__, varea, varea->start); in on_page_fault()
226 LOG_E("%s varea %p not a file, vaddr %p", __func__, varea, varea->start); in on_varea_close()
282 LOG_E("%s varea %p not a file, vaddr %p", __func__, varea, varea->start); in page_read()
320 LOG_E("%s varea %p not a file, vaddr %p", __func__, varea, varea->start); in page_write()
358 LOG_E("%s varea %p not a file, vaddr %p", __func__, varea, varea->start); in unmap_pages()
470 LOG_E("%s varea %p not a file, vaddr %p", __func__, existed, existed->start); in on_varea_split()
508 LOG_E("%s varea %p not a file, vaddr %p", __func__, merge_from, merge_from->start); in on_varea_merge()
548 LOG_E("failed to map %lx with size %lx with errno %d", vaddr, new_size, ret); in on_varea_mremap()
[all …]
/components/utilities/utest/
A Dutest.c123 LOG_E("no memory, tc_fail_list init failed!"); in utest_init()
239 LOG_E("[ FAILED ] [ result ] testcase init (%s)", tc_table[i].name); in utest_do_run()
255 LOG_E("[ FAILED ] [ result ] testcase (%s)", tc_table[i].name); in utest_do_run()
260 LOG_E("[ FAILED ] [ result ] testcase (%s)", tc_table[i].name); in utest_do_run()
267 LOG_E("[ FAILED ] [ result ] testcase cleanup (%s)", tc_table[i].name); in utest_do_run()
291 LOG_E("[ FAILED ] [ result ] %d tests, listed below:", tc_fail_num); in utest_do_run()
296 LOG_E("[ FAILED ] [ result ] %s", tc_table[i].name); in utest_do_run()
376 LOG_E("[ error ] at (%s:%d), in param error.", __func__, __LINE__); in utest_testcase_run()
421LOG_E("[ ASSERT ] [ unit ] at (%s); func: (%s:%d); msg: (%s)", file_basename(file), func, li… in utest_assert()
474 LOG_E("[ ASSERT ] [ unit ] str-a: (%s); str-b: (%s)", a, b); in utest_assert_string()
/components/drivers/sensor/v2/
A Dsensor_cmd.c370 LOG_E("Memory allocation failed!"); in sensor_fifo_rx_entry()
394 LOG_E("Can't find device:%s", argv[1]); in sensor_fifo()
401 LOG_E("open device failed!"); in sensor_fifo()
455 LOG_E("Can't find device:%s", argv[1]); in sensor_int()
482 LOG_E("open device failed!"); in sensor_int()
501 LOG_E("Can't find device:%s", argv[1]); in sensor_polling()
513 LOG_E("open device failed! error code : %d", result); in sensor_polling()
522 LOG_E("read data failed!size is %d", res); in sensor_polling()
613 LOG_E("read data failed!size is %d", res); in sensor()
680 LOG_E("Can't find device:%s", argv[2]); in sensor()
[all …]
/components/net/at/src/
A Dat_client.c71 LOG_E("AT create response object failed! No memory for response object!"); in at_create_resp()
78 LOG_E("AT create response object failed! No memory for response buffer!"); in at_create_resp()
168 LOG_E("AT response get line failed! Input response line(%d) error!", resp_line); in at_resp_get_line()
306 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_obj_exec_cmd()
384 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_obj_exec_cmd_format()
468 LOG_E("input AT client object is NULL, please create or get AT Client object!"); in at_client_obj_wait_connect()
519 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_client_obj_send()
557 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_client_obj_recv()
605 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_obj_set_end_sign()
625 LOG_E("input AT Client object is NULL, please create or get AT Client object!"); in at_obj_set_urc_table()
[all …]
A Dat_server.c193 LOG_E("input AT Server object is NULL, please create or get AT Server object!"); in at_server_send()
223 LOG_E("input AT Server object is NULL, please create or get AT Server object!"); in at_server_recv()
236 LOG_E("AT Server receive failed, uart device get data error."); in at_server_recv()
567 LOG_E("AT server session initialize failed! No memory for at_server structure !"); in at_server_init()
581 LOG_E("AT server session initialize failed! at_rx_notice semaphore create failed!"); in at_server_init()
609 LOG_E("AT device initialize failed! Not find the device : %s.", AT_SERVER_DEVICE); in at_server_init()
657 LOG_E("RT-Thread AT server (V%s) initialize failed(%d).", AT_SW_VERSION, result); in at_server_init()
666 LOG_E("The reset for AT server is not implement."); in at_port_reset()
671 LOG_E("The factory reset for AT server is not implement."); in at_port_factory_reset()
/components/net/at/at_socket/
A Dat_socket.c126 LOG_E("No memory for receive packet table!"); in at_recvpkt_put()
294 LOG_E("Not supported event (%d)", event); in at_do_event_changes()
318 LOG_E("Not supported event (%d)", event); in at_do_event_clean()
330 LOG_E("No memory for socket allocation lock!"); in free_socket()
393 LOG_E("No memory for socket allocation lock!"); in alloc_socket_by_device()
413 LOG_E("can't find an empty protocol family entry."); in alloc_socket_by_device()
529 LOG_E("Don't support socket type (%d)!", type); in at_socket()
538 LOG_E("Failed to allocate socket"); in at_socket()
1135 LOG_E("AT sendto input data or size error!"); in at_sendto()
1303 LOG_E("AT setsockopt input option value error!"); in at_setsockopt()
[all …]
/components/drivers/spi/
A Ddev_spi_core.c65 LOG_E("CS PIN find error = %s", rt_strerror(result)); in spi_bus_register()
150 LOG_E("SPI device %s configuration failed", device->parent.parent.name); in rt_spi_bus_configure()
243 LOG_E("SPI device %s configuration failed", device->parent.parent.name); in rt_spi_send_then_send()
259 LOG_E("SPI device %s transfer failed", device->parent.parent.name); in rt_spi_send_then_send()
274 LOG_E("SPI device %s transfer failed", device->parent.parent.name); in rt_spi_send_then_send()
318 LOG_E("SPI device %s configuration failed", device->parent.parent.name); in rt_spi_send_then_recv()
334 LOG_E("SPI device %s transfer failed", device->parent.parent.name); in rt_spi_send_then_recv()
349 LOG_E("SPI device %s transfer failed", device->parent.parent.name); in rt_spi_send_then_recv()
392 LOG_E("SPI device %s configuration failed", device->parent.parent.name); in rt_spi_transfer()
409 LOG_E("SPI device %s transfer failed", device->parent.parent.name); in rt_spi_transfer()
A Ddev_spi_dm.c79 LOG_E("Invalid SPI device = %s", rt_ofw_node_full_name(np)); in spi_device_ofw_parse()
92 LOG_E("Find 'reg' failed"); in spi_device_ofw_parse()
/components/drivers/pci/host/dw/
A Dpcie-dw.c175 LOG_E("Read DBI address error = %s", rt_strerror(err)); in dw_pcie_read_dbi()
193 LOG_E("Write DBI address error = %s", rt_strerror(err)); in dw_pcie_write_dbi()
209 LOG_E("Write DBI2 address error = %s", rt_strerror(err)); in dw_pcie_write_dbi2()
225 LOG_E("Read ATU address error = %s", rt_strerror(err)); in dw_pcie_readl_atu()
243 LOG_E("Write ATU address error = %s", rt_strerror(err)); in dw_pcie_writel_atu()
283 LOG_E("Outbound iATU is not being enabled"); in dw_pcie_prog_outbound_atu_unroll()
325 LOG_E("Outbound iATU is not being enabled"); in __dw_pcie_prog_outbound_atu()
385 LOG_E("Inbound iATU is not being enabled"); in dw_pcie_prog_inbound_atu_unroll()
438 LOG_E("Inbound iATU is not being enabled"); in dw_pcie_prog_inbound_atu()
628 LOG_E("Invail num-lanes = %d", pci->num_lanes); in dw_pcie_setup()
A Dpcie-dw_platfrom.c91 LOG_E("Unknown IRQ type = %d", type); in dw_platform_pcie_ep_raise_irq()
130 LOG_E("Failed to initialize host"); in dw_platform_add_pcie_port()
163 LOG_E("Failed to initialize endpoint"); in dw_platform_add_pcie_ep()
232 LOG_E("Invalid device type %d", plat_pcie->soc_data->mode); in dw_platform_pcie_probe()
A Dpcie-dw_ep.c132 LOG_E("No free inbound window"); in dw_pcie_ep_inbound_atu()
139 LOG_E("Failed to program IB window error = %s", rt_strerror(err)); in dw_pcie_ep_inbound_atu()
158 LOG_E("No free outbound window"); in dw_pcie_ep_outbound_atu()
307 LOG_E("Failed to enable address error = %s", rt_strerror(err)); in dw_pcie_ep_map_addr()
496 LOG_E("EP cannot trigger legacy IRQs"); in dw_pcie_ep_raise_legacy_irq()
738 LOG_E("dbi_base/dbi_base2 is not populated"); in dw_pcie_ep_init()
744 LOG_E("Unable to read 'num-ib-windows' property"); in dw_pcie_ep_init()
750 LOG_E("Invalid 'num-ib-windows'"); in dw_pcie_ep_init()
756 LOG_E("Unable to read 'num-ob-windows' property"); in dw_pcie_ep_init()
762 LOG_E("Invalid 'num-ob-windows'"); in dw_pcie_ep_init()
[all …]
/components/dfs/dfs_v1/src/
A Ddfs_fs.c58 LOG_E("There is no space to register this file system (%s).", ops->name); in dfs_register()
308 LOG_E("There is no space to mount this file system (%s).", filesystemtype); in dfs_mount()
444 LOG_E("Device (%s) was not found", device_name); in dfs_mkfs()
466 LOG_E("The file system (%s) mkfs function was not implement", fs_name); in dfs_mkfs()
474 LOG_E("File system (%s) was not found.", fs_name); in dfs_mkfs()
517 LOG_E("mount fs[%s] on %s failed.\n", mount_table[index].filesystemtype, in dfs_mount_table()
550LOG_E("mount fs[%s] device[%s] to %s failed.\n", mount_table[index].filesystemtype, dev->parent.na… in dfs_mount_device()
/components/drivers/i2c/
A Ddev_i2c_core.c51 LOG_E("I2C bus %s not exist", bus_name); in rt_i2c_bus_device_find()
93 LOG_E("I2C bus operation not supported"); in rt_i2c_transfer()
111 LOG_E("I2C bus operation not supported"); in rt_i2c_control()
/components/drivers/sdio/
A Ddev_mmc.c80 LOG_E("unrecognised CSD structure version %d!", csd->csd_structure); in mmcsd_parse_csd()
137 LOG_E("alloc memory failed when get ext csd!"); in mmc_get_ext_csd()
192 LOG_E("emmc parse ext csd fail, invaild args"); in mmc_parse_ext_csd()
392 LOG_E("switch to bus width 1 bit failed!"); in mmc_select_bus_width()
395 LOG_E("switch to bus width 4 bit failed!"); in mmc_select_bus_width()
398 LOG_E("switch to bus width 8 bit failed!"); in mmc_select_bus_width()
646 LOG_E("malloc card failed!"); in mmcsd_mmc_init_card()
707 LOG_E("mmc select buswidth fail"); in mmcsd_mmc_init_card()
714 LOG_E("mmc select timing fail"); in mmcsd_mmc_init_card()
789 LOG_E("init MMC card failed!"); in init_mmc()
/components/libc/posix/libdl/
A Ddlelf.c81 LOG_E("invalid elf: segment %d: p_vaddr: %d, p_memsz: %d\n", in dlmodule_load_shared_object()
90 LOG_E("invalid elf: segment should be sorted and not overlapped\n"); in dlmodule_load_shared_object()
102 LOG_E("invalid elf: " in dlmodule_load_shared_object()
113 LOG_E("Module: size error\n"); in dlmodule_load_shared_object()
124 LOG_E("Module: allocate space failed.\n"); in dlmodule_load_shared_object()
196 LOG_E("Module: can't find %s in kernel symbol table", strtab + sym->st_name); in dlmodule_load_shared_object()
358 LOG_E("Module: allocate space failed.\n"); in dlmodule_load_relocated_object()
519 LOG_E("Module: can't find %s in kernel symbol table", in dlmodule_load_relocated_object()
/components/drivers/pci/
A Dofw.c124 LOG_E("PCI-Device<%s> irq parse failed with err = %s", in pci_ofw_irq_parse()
292 LOG_E("%s: Read dma-ranges error = %s", rt_ofw_node_full_name(dev_np), in rt_pci_ofw_parse_ranges()
504 LOG_E("%s: MSI pic MUST implemented %s", in ofw_msi_pic_init()
511 LOG_E("%s: MSI pic MUST implemented %s", in ofw_msi_pic_init()
518 LOG_E("%s: MSI pic MUST implemented %s", in ofw_msi_pic_init()
/components/mm/
A Dmm_kmem.c50 LOG_E("%s: va NULL is not a valid input", __func__); in rt_kmem_map_phy()
55 LOG_E("%s: misaligned PA(%p) to VA(%p)", __func__, pa, va); in rt_kmem_map_phy()

Completed in 40 milliseconds

123456