/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | arp.c | 35 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/ |
D | test_fat_dir.c | 64 struct fs_dirent entry; in test_lsdir() local 105 static struct fs_dirent entry; in test_rmdir() local
|
D | common.c | 15 struct fs_dirent entry; in check_file_dir_exists() local
|
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_dir.c | 69 struct fs_dirent entry; in test_lsdir() local 110 static struct fs_dirent entry; in test_rmdir() local
|
D | common.c | 15 struct fs_dirent entry; in check_file_dir_exists() local
|
/Zephyr-Core-2.7.6/tests/subsys/fs/multi-fs/src/ |
D | test_common_dir.c | 75 struct fs_dirent entry; in test_lsdir() local 116 static struct fs_dirent entry; in test_rmdir() local
|
D | test_utils.c | 16 struct fs_dirent entry; in check_file_dir_exists() local
|
/Zephyr-Core-2.7.6/tests/arch/x86/pagetables/src/ |
D | main.c | 60 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/ |
D | memmap.c | 33 struct x86_memmap_entry *entry = x86_memmap + i; in memmap() local
|
/Zephyr-Core-2.7.6/lib/os/ |
D | thread_entry.c | 30 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry()
|
/Zephyr-Core-2.7.6/drivers/sensor/ |
D | sensor_shell.c | 173 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/ |
D | start.S | 20 entry: label
|
/Zephyr-Core-2.7.6/samples/drivers/i2s/echo/src/ |
D | codec.c | 111 const uint8_t *entry = init[i]; in init_wm8731_i2c() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | rpl.c | 67 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/ |
D | thread.c | 28 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
|
/Zephyr-Core-2.7.6/tests/posix/fs/src/ |
D | test_fs_dir.c | 57 struct dirent *entry; in test_lsdir() local
|
/Zephyr-Core-2.7.6/arch/x86/core/ia32/ |
D | thread.c | 34 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/ |
D | nvs.c | 93 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/ |
D | main.c | 85 static struct fs_dirent entry; in lsdir() local
|
/Zephyr-Core-2.7.6/arch/nios2/core/ |
D | thread.c | 32 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
|
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | thread.c | 29 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
|
/Zephyr-Core-2.7.6/tests/subsys/settings/fs/src/ |
D | settings_test_compress_file.c | 91 struct fs_dirent entry; in file_str_cmp() local
|
/Zephyr-Core-2.7.6/arch/arm64/core/ |
D | thread.c | 70 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
|
/Zephyr-Core-2.7.6/subsys/shell/ |
D | shell_utils.c | 292 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/ |
D | acpi.c | 239 struct acpi_madt_entry *entry; in z_acpi_get_cpu() local 293 struct acpi_dmar_entry *entry; in z_acpi_find_drhds() local
|