Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Darp.c35 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()
58 struct arp_entry *entry; in arp_entry_find() local
81 struct arp_entry *entry; in arp_entry_find_move_first() local
114 struct arp_entry *entry; in arp_entry_get_pending() local
165 static void arp_entry_register_pending(struct arp_entry *entry) in arp_entry_register_pending()
183 struct arp_entry *entry, *next; in arp_request_timeout() local
235 struct arp_entry *entry, in arp_prepare()
327 struct arp_entry *entry; in net_arp_prepare() local
410 struct arp_entry *entry; in arp_gratuitous() local
432 struct arp_entry *entry; in arp_update() local
[all …]
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_dir.c64 struct fs_dirent entry; in test_lsdir() local
105 static struct fs_dirent entry; in test_rmdir() local
Dcommon.c15 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c69 struct fs_dirent entry; in test_lsdir() local
110 static struct fs_dirent entry; in test_rmdir() local
Dcommon.c15 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-Core-2.7.6/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c75 struct fs_dirent entry; in test_lsdir() local
116 static struct fs_dirent entry; in test_rmdir() local
Dtest_utils.c16 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-Core-2.7.6/tests/arch/x86/pagetables/src/
Dmain.c60 pentry_t entry; in get_entry() local
81 pentry_t entry, flags, expected; in test_ram_perms() local
206 pentry_t entry; in test_null_map() local
/Zephyr-Core-2.7.6/tests/arch/x86/info/src/
Dmemmap.c33 struct x86_memmap_entry *entry = x86_memmap + i; in memmap() local
/Zephyr-Core-2.7.6/lib/os/
Dthread_entry.c30 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry()
/Zephyr-Core-2.7.6/drivers/sensor/
Dsensor_shell.c173 static void channel_name_get(size_t idx, struct shell_static_entry *entry) in channel_name_get()
197 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/telink_b91/
Dstart.S20 entry: label
/Zephyr-Core-2.7.6/samples/drivers/i2s/echo/src/
Dcodec.c111 const uint8_t *entry = init[i]; in init_wm8731_i2c() local
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Drpl.c67 static void schedule_rpl_store(struct bt_mesh_rpl *entry, bool force) in schedule_rpl_store()
232 struct bt_mesh_rpl *entry; in rpl_set() local
281 static void store_rpl(struct bt_mesh_rpl *entry) in store_rpl()
/Zephyr-Core-2.7.6/arch/posix/core/
Dthread.c28 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-2.7.6/tests/posix/fs/src/
Dtest_fs_dir.c57 struct dirent *entry; in test_lsdir() local
/Zephyr-Core-2.7.6/arch/x86/core/ia32/
Dthread.c34 k_thread_entry_t entry; member
76 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-2.7.6/subsys/fs/nvs/
Dnvs.c93 static int nvs_flash_ate_wrt(struct nvs_fs *fs, const struct nvs_ate *entry) in nvs_flash_ate_wrt()
117 struct nvs_ate *entry) in nvs_flash_ate_rd()
243 static void nvs_ate_crc8_update(struct nvs_ate *entry) in nvs_ate_crc8_update()
254 static int nvs_ate_crc8_check(const struct nvs_ate *entry) in nvs_ate_crc8_check()
269 static int nvs_ate_cmp_const(const struct nvs_ate *entry, uint8_t value) in nvs_ate_cmp_const()
287 static int nvs_ate_valid(struct nvs_fs *fs, const struct nvs_ate *entry) in nvs_ate_valid()
308 static int nvs_close_ate_valid(struct nvs_fs *fs, const struct nvs_ate *entry) in nvs_close_ate_valid()
330 struct nvs_ate entry; in nvs_flash_wrt_entry() local
/Zephyr-Core-2.7.6/samples/subsys/fs/fat_fs/src/
Dmain.c85 static struct fs_dirent entry; in lsdir() local
/Zephyr-Core-2.7.6/arch/nios2/core/
Dthread.c32 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-2.7.6/arch/x86/core/intel64/
Dthread.c29 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-2.7.6/tests/subsys/settings/fs/src/
Dsettings_test_compress_file.c91 struct fs_dirent entry; in file_str_cmp() local
/Zephyr-Core-2.7.6/arch/arm64/core/
Dthread.c70 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_utils.c292 const struct shell_static_entry *entry; in z_shell_find_cmd() local
317 const struct shell_static_entry *entry, in z_shell_get_last_command()
358 const struct shell_static_entry *entry; in shell_set_root_cmd() local
/Zephyr-Core-2.7.6/arch/x86/core/
Dacpi.c239 struct acpi_madt_entry *entry; in z_acpi_get_cpu() local
293 struct acpi_dmar_entry *entry; in z_acpi_find_drhds() local

1234