| /components/dfs/dfs_v2/src/ |
| A D | dfs_file_mmap.c | 141 LOG_I("%s varea: %p", __func__, varea); in on_page_fault() 144 LOG_I("fault vaddr: %p", msg->fault_vaddr); in on_page_fault() 202 LOG_I("%s varea: %p", __func__, varea); in on_varea_close() 266 LOG_I("%s varea: %p", __func__, varea); in page_read() 304 LOG_I("%s varea: %p", __func__, varea); in page_write() 384 LOG_I("%s varea: %p", __func__, varea); in on_varea_shrink() 387 LOG_I("new_vaddr: %p size: %p", new_vaddr, size); in on_varea_shrink() 416 LOG_I("%s varea: %p", __func__, varea); in on_varea_expand() 419 LOG_I("new_vaddr: %p size: %p", new_vaddr, size); in on_varea_expand() 448 LOG_I("%s varea: %p", __func__, existed); in on_varea_split() [all …]
|
| A D | dfs_vnode.c | 61 LOG_I("create a vnode: %p", vnode); in dfs_vnode_create() 84 LOG_I("free a vnode: %p", vnode); in dfs_vnode_destroy() 158 LOG_I("free a vnode: %p", vnode); in dfs_vnode_unref()
|
| A D | dfs_fs.c | 475 LOG_I("the file system is busy!"); in dfs_umount() 481 LOG_I("the path:%s is not a mountpoint!", fullpath); in dfs_umount() 487 LOG_I("no filesystem found."); in dfs_umount()
|
| /components/drivers/sensor/v1/ |
| A D | sensor_cmd.c | 47 …LOG_I("num:%3d, press:%5d pa, timestamp:%5d", num, sensor_data->data.baro, sensor_data->timestamp); in sensor_show_data() 50 …LOG_I("num:%3d, light:%5d lux, timestamp:%5d", num, sensor_data->data.light, sensor_data->timestam… in sensor_show_data() 60 …LOG_I("num:%3d, tvoc:%5d ppb, timestamp:%5d", num, sensor_data->data.tvoc, sensor_data->timestamp); in sensor_show_data() 63 … LOG_I("num:%3d, noise:%5d, timestamp:%5d", num, sensor_data->data.noise, sensor_data->timestamp); in sensor_show_data() 66 … LOG_I("num:%3d, step:%5d, timestamp:%5d", num, sensor_data->data.step, sensor_data->timestamp); in sensor_show_data() 69 … LOG_I("num:%3d, force:%5d, timestamp:%5d", num, sensor_data->data.force, sensor_data->timestamp); in sensor_show_data() 75 …LOG_I("num:%3d, eco2:%5d ppm, timestamp:%5d", num, sensor_data->data.eco2, sensor_data->timestamp); in sensor_show_data() 87 …LOG_I("num:%3d, voltage:%5d mV, timestamp:%5d", num, sensor_data->data.mv, sensor_data->timestamp); in sensor_show_data() 90 …LOG_I("num:%3d, current:%5d mA, timestamp:%5d", num, sensor_data->data.ma, sensor_data->timestamp); in sensor_show_data() 93 … LOG_I("num:%3d, power:%5d mW, timestamp:%5d", num, sensor_data->data.mv, sensor_data->timestamp); in sensor_show_data() [all …]
|
| /components/utilities/utest/ |
| A D | utest.c | 116 LOG_I("utest is initialize success."); in utest_init() 117 LOG_I("total utest testcase num: (%d)", tc_num); in utest_init() 134 LOG_I("Commands list : "); in utest_tc_list() 210 LOG_I("[==========] [ utest ] loop %d/%d", index + 1, tc_loop); in utest_do_run() 211 LOG_I("[==========] [ utest ] started"); in utest_do_run() 234 LOG_I("[----------] [ testcase ] (%s) started", tc_table[i].name); in utest_do_run() 273 LOG_I("[----------] [ testcase ] (%s) finished", tc_table[i].name); in utest_do_run() 281 LOG_I("[==========] [ utest ] Not find (%s)", utest_name); in utest_do_run() 282 LOG_I("[==========] [ utest ] finished"); in utest_do_run() 301 LOG_I("[==========] [ utest ] finished"); in utest_do_run() [all …]
|
| /components/lwp/ |
| A D | lwp_internal.c | 114 LOG_I("%s: release failed with code %ld", __func__, rc); in lwp_mutex_release_safe() 131 LOG_I("%s: unexpected return code = %ld", __func__, rc); in lwp_critical_enter() 152 LOG_I("%s: unexpected return code = %ld", __func__, rc); in lwp_pgrp_critical_enter() 173 LOG_I("%s: unexpected return code = %ld", __func__, rc); in lwp_sess_critical_enter()
|
| A D | lwp_user_mm.c | 203 LOG_I("lwp_map_user: failed to map %lx with size %lx with errno %d", map_va, in _lwp_map_user() 304 LOG_I("lwp_map_user: failed to map %lx with size %lx with errno %d", map_va, in _lwp_map_user_varea() 431 LOG_I("%s: low of system memory", __func__); in _memory_threshold_ok() 492 … LOG_I("%s(length=0x%lx,attr=0x%lx,flags=0x%lx): do map failed", __func__, length, kattr, kflag); in lwp_user_memory_remap_to_kernel() 1036 … LOG_I("lwp_data_get(lwp=%p,dst=0x%lx,src=0x%lx,size=0x1000) failed", lwp, temp_buf, addr_start); in lwp_user_strlen_ext() 1052 … LOG_I("lwp_data_get(lwp=%p,dst=0x%lx,src=0x%lx,size=0x1000): user data unaccessible", in lwp_user_strlen_ext() 1061 … LOG_I("lwp_data_get(lwp=%p,dst=0x%lx,src=0x%lx,size=0x1000): user data unaccessible", in lwp_user_strlen_ext()
|
| A D | lwp_pgrp.c | 83 …LOG_I("cannot find(pgid:%d)() by (pid:%d, pgid:%d)", pgid, lwp_getpid(), lwp_pgid_get_byprocess(lw… in lwp_pgrp_find() 113 LOG_I("create(ptr:%p, pgid:%d)() by pid:%d", group, group->pgid, lwp_getpid()); in lwp_pgrp_create() 133 LOG_I("delete(ptr:%p, pgid:%d)() by pid:%d", group, group->pgid, lwp_getpid()); in lwp_pgrp_delete()
|
| /components/fal/src/ |
| A D | fal_partition.c | 93 LOG_I("==================== FAL partition table ===================="); in fal_show_part_table() 94 …LOG_I("| %-*.*s | %-*.*s | offset | length |", part_name_max, FAL_DEV_NAME_MAX, item1, fla… in fal_show_part_table() 96 LOG_I("-------------------------------------------------------------"); in fal_show_part_table() 106 …LOG_I("| %-*.*s | %-*.*s | 0x%08lx | 0x%08x |", part_name_max, FAL_DEV_NAME_MAX, part->name, flash… in fal_show_part_table() 109 LOG_I("============================================================="); in fal_show_part_table()
|
| A D | fal.c | 52 LOG_I("RT-Thread Flash Abstraction Layer initialize success."); in fal_init()
|
| /components/mm/ |
| A D | mm_fault.c | 70 LOG_I("%s: fix private failure", __func__); in _write_fault() 74 LOG_I("%s: No permission on %s(attr=0x%lx,writable=%s,fault_type=%d)", in _write_fault() 85 LOG_I("%s: page fault failure", __func__); in _write_fault()
|
| A D | mm_memblock.c | 352 LOG_I("System memory:"); in rt_memblock_setup_memory_environment() 356 …LOG_I(" %-*.s [0x%.*lx, 0x%.*lx]", RT_NAME_MAX, iter->memreg.name, MIN_BIT, iter->memreg.start, M… in rt_memblock_setup_memory_environment() 359 LOG_I("Reserved memory:"); in rt_memblock_setup_memory_environment() 363 …LOG_I(" %-*.s [0x%.*lx, 0x%.*lx]", RT_NAME_MAX, iter->memreg.name, MIN_BIT, iter->memreg.start, M… in rt_memblock_setup_memory_environment() 381 LOG_I("physical memory region [%p-%p] installed to system page", reg.start, reg.end); in rt_memblock_setup_memory_environment() 397 LOG_I("%ld MB memory installed to system page", mem/1000000); in rt_memblock_setup_memory_environment()
|
| A D | mm_aspace.c | 615 LOG_I("%s: failed to prefetch page into varea(%s)", in _mm_aspace_map() 684 LOG_I("%s(%p, %p, %lx, %lx, %lx, %p, %lx): Invalid input", in rt_aspace_map() 694 LOG_I("%s: no support flags 0x%lx", __func__, flags); in rt_aspace_map() 892 LOG_I("%s: Invalid input", __func__); in rt_aspace_unmap() 897 LOG_I("%s: %lx not in range of aspace[%lx:%lx]", __func__, addr, in rt_aspace_unmap() 1041 LOG_I("%s: Invalid input", __func__); in rt_aspace_unmap_range() 1046 LOG_I("%s: %lx not in range of aspace[%lx:%lx]", __func__, addr, in rt_aspace_unmap_range() 1052 LOG_I("%s(addr=%p): Unaligned address", __func__, addr); in rt_aspace_unmap_range() 1078 LOG_I("%s: Invalid input", __func__); in rt_aspace_mremap_range() 1794 LOG_I("%s: Operation not allowed", __func__); in rt_aspace_page_put() [all …]
|
| A D | mm_anon.c | 543 LOG_I("%s: out of memory", __func__); in _override_map() 604 LOG_I("%s: page read(va=%p) fault from %s(start=%p,size=%p)", __func__, in rt_varea_fix_private_locked() 615 LOG_I("%s: pages allocation failed", __func__); in rt_varea_fix_private_locked() 620 LOG_I("%s: no page read method provided from %s", __func__, VAREA_NAME(ex_varea)); in rt_varea_fix_private_locked() 625 LOG_I("%s: unavailable memory object", __func__); in rt_varea_fix_private_locked()
|
| /components/drivers/core/ |
| A D | mnt.c | 129 LOG_I("Mount root %s%s type=%s %s", in rootfs_mnt_init() 166 LOG_I("File system initialization done"); in fstab_mnt_init()
|
| /components/drivers/spi/sfud/inc/ |
| A D | sfud_cfg.h | 50 #define SFUD_INFO(...) LOG_I(__VA_ARGS__)
|
| /components/drivers/pic/ |
| A D | pic-gic-common.c | 36 LOG_I("Enable workaround for %s", quirks->desc); in gic_common_init_quirk_ofw() 56 LOG_I("Enable workaround for %s", quirks->desc); in gic_common_init_quirk_hw()
|
| /components/utilities/ulog/ |
| A D | ulog_def.h | 38 #undef LOG_I 137 #define log_i LOG_I
|
| A D | ulog.h | 45 #define LOG_I(...) ulog_i(LOG_TAG, __VA_ARGS__) macro
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_arch.c | 149 LOG_I("User frame corrupted during signal handling\nexiting..."); in arch_signal_ucontext_restore() 188 LOG_I("%s: User stack overflow", __func__); in arch_signal_ucontext_save()
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 200 LOG_I("User frame corrupted during signal handling\nexiting..."); in arch_signal_ucontext_restore() 236 LOG_I("%s: User stack overflow", __func__); in arch_signal_ucontext_save()
|
| /components/drivers/sdio/ |
| A D | dev_mmc.c | 236 LOG_I("emmc card capacity %d KB, card sec count:%d.", card->card_capacity, card->card_sec_cnt); in mmc_parse_ext_csd() 589 LOG_I("emmc: switch to HS400 mode\n"); in mmc_select_timing() 594 LOG_I("emmc: switch to HS200 mode\n"); in mmc_select_timing() 599 LOG_I("emmc: switch to HIGH Speed DDR mode\n"); in mmc_select_timing() 605 LOG_I("emmc: switch to HIGH Speed mode\n"); in mmc_select_timing()
|
| A D | dev_sd.c | 134 LOG_I("SD card capacity %d KB.", card->card_capacity); in mmcsd_parse_csd() 277 LOG_I("sd: switch to SDR104 mode\n"); in mmcsd_switch() 285 LOG_I("sd: switch to SDR50 mode\n"); in mmcsd_switch() 293 LOG_I("sd: switch to DDR50 mode\n"); in mmcsd_switch() 299 LOG_I("sd: switch to High Speed / SDR25 mode \n"); in mmcsd_switch()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink_hw.c | 264 LOG_I("link layer hardware environment init successful."); in rt_link_hw_init() 294 LOG_I("rtlink hardware deinit successful."); in rt_link_hw_deinit()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 272 LOG_I("User frame corrupted during signal handling\nexiting..."); in arch_signal_ucontext_restore() 314 LOG_I("%s: User stack overflow", __func__); in arch_signal_ucontext_save()
|