Home
last modified time | relevance | path

Searched defs:ent (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_backend_fs/src/
Dlog_fs_test.c69 struct fs_dirent ent = { 0 }; in ZTEST() local
175 struct fs_dirent ent = { 0 }; in ZTEST() local
196 struct fs_dirent ent; in ZTEST() local
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c113 struct fs_dirent ent; in check_log_file_exist() local
228 static int get_log_file_id(struct fs_dirent *ent) in get_log_file_id()
264 struct fs_dirent ent; in allocate_new_file() local
/Zephyr-latest/samples/subsys/usb/mass/src/
Dmain.c190 struct fs_dirent ent = { 0 }; in setup_disk() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_dw_ace.c153 struct _isr_table_entry *ent = &_sw_isr_table[offset]; in dwint_isr() local
/Zephyr-latest/scripts/build/
Dgen_isr_tables_parser_local.py232 def __shared_entry_section(irq, ent): argument
/Zephyr-latest/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.c516 uintptr_t ent; in sys_mm_drv_page_phys_get() local
558 uint16_t ent; in sys_mm_drv_page_flag_get() local
Dmm_drv_intel_adsp_tlb.c212 uintptr_t ent; in sys_mm_drv_page_phys_get() local
/Zephyr-latest/arch/xtensa/core/
Dmpu.c683 struct xtensa_mpu_entry ent = {0}; in xtensa_mpu_init() local
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c801 int ext2_get_direntry(struct ext2_file *dir, struct fs_dirent *ent) in ext2_get_direntry()