Home
last modified time | relevance | path

Searched defs:entry (Results 51 – 75 of 185) sorted by relevance

12345678

/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/
Dmain.c27 int dump_descriptors_callback(const struct bindesc_entry *entry, void *user_data) in dump_descriptors_callback()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c166 struct smp_client_transport_entry *entry; in smp_client_transport_get() local
177 void smp_client_transport_register(struct smp_client_transport_entry *entry) in smp_client_transport_register()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c46 struct fs_dirent entry; in write_to_file() local
84 struct fs_dirent entry; in truncate_file() local
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_compress_file.c92 struct fs_dirent entry; in file_str_cmp() local
/Zephyr-latest/arch/sparc/core/
Dthread.c32 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dcommon.c30 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-latest/subsys/net/lib/shell/
Dpmtu.c23 static void pmtu_cb(struct net_pmtu_entry *entry, void *user_data) in pmtu_cb()
Dppp.c197 static void iface_ppp_index_get(size_t idx, struct shell_static_entry *entry) in iface_ppp_index_get()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c202 struct log_frontend_stmesp_demux_active_entry *entry = in log_frontend_stmesp_demux_major() local
237 struct log_frontend_stmesp_demux_active_entry *entry = in log_frontend_stmesp_demux_channel() local
333 struct log_frontend_stmesp_demux_active_entry *entry = in garbage_collector() local
422 struct log_frontend_stmesp_demux_active_entry *entry; in log_frontend_stmesp_demux_packet_start() local
588 struct log_frontend_stmesp_demux_active_entry *entry = in log_frontend_stmesp_demux_reset() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/
Dstat_mgmt.c66 struct stat_mgmt_entry entry; in stat_mgmt_walk_cb() local
111 stat_mgmt_cb_encode(zcbor_state_t *zse, struct stat_mgmt_entry *entry) in stat_mgmt_cb_encode()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c212 struct net_pmtu_entry *entry; in ZTEST() local
230 struct net_pmtu_entry *entry; in ZTEST() local
285 struct net_pmtu_entry *entry; in ZTEST() local
329 struct net_pmtu_entry *entry; in ZTEST() local
373 struct net_pmtu_entry *entry; in ZTEST() local
401 struct net_pmtu_entry *entry; in ZTEST() local
/Zephyr-latest/subsys/net/ip/
Dpmtu.h94 static inline int net_pmtu_update_entry(struct net_pmtu_entry *entry, in net_pmtu_update_entry()
/Zephyr-latest/drivers/usb_c/ppc/
Dshell.c107 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c232 static int temp_readdir(struct fs_dir_t *zdp, struct fs_dirent *entry) in temp_readdir()
285 const char *path, struct fs_dirent *entry) in temp_stat()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c307 static inline uintptr_t get_entry_phys(pentry_t entry, int level) in get_entry_phys()
314 static inline pentry_t *next_table(pentry_t entry, int level) in next_table()
355 static inline bool is_leaf(int level, pentry_t entry) in is_leaf()
373 pentry_t entry = get_entry(table, virt, level); in pentry_get() local
585 pentry_t entry = entries_array[i]; in print_entries() local
681 pentry_t entry = table[j]; in dump_ptables() local
735 static void dump_entry(int level, void *virt, pentry_t entry) in dump_entry()
778 pentry_t entry = 0; in z_x86_dump_mmu_flags() local
1324 pentry_t entry; in identity_map_remove() local
1399 pentry_t entry = get_entry(table, addr, level); in page_validate() local
[all …]
/Zephyr-latest/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.c175 uint16_t entry; in sys_mm_drv_map_page() local
339 uint16_t entry; in sys_mm_drv_unmap_page_wflush() local
430 uint16_t entry; in sys_mm_drv_update_page_flags() local
815 uint16_t entry; in adsp_mm_save_context() local
/Zephyr-latest/subsys/usb/device_next/
Dusbd_shell.c475 static void configuration_speed(size_t idx, struct shell_static_entry *entry) in configuration_speed()
497 static void configuration_lookup(size_t idx, struct shell_static_entry *entry) in configuration_lookup()
518 static void class_node_name_lookup(size_t idx, struct shell_static_entry *entry) in class_node_name_lookup()
540 static void device_context_lookup(size_t idx, struct shell_static_entry *entry) in device_context_lookup()
/Zephyr-latest/arch/riscv/core/
Dthread.c22 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-latest/subsys/llext/
Dshell.c83 static void llext_name_get(size_t idx, struct shell_static_entry *entry) in llext_name_get()
98 static void llext_name_arg_get(size_t idx, struct shell_static_entry *entry) in llext_name_arg_get()
/Zephyr-latest/arch/posix/core/
Dthread.c33 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-latest/subsys/shell/
Dshell_wildcard.c74 struct shell_static_entry const *entry = NULL; in commands_expand() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c95 int8_t entry = 0; in ZTEST() local
/Zephyr-latest/include/zephyr/
Dsmf.h68 const state_execution entry; member
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c141 static void dynamic_cmd_get(size_t idx, struct shell_static_entry *entry) in dynamic_cmd_get()
/Zephyr-latest/drivers/serial/
Duart_shell.c112 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()

12345678