Searched defs:cookie (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/userspace/prod_consumer/src/ |
D | app_syscall.c | 19 int z_impl_magic_syscall(unsigned int *cookie) in z_impl_magic_syscall() 33 static int z_vrfy_magic_syscall(unsigned int *cookie) in z_vrfy_magic_syscall()
|
/Zephyr-latest/tests/lib/hash_map/src/ |
D | foreach.c | 12 static void foreach_callback(uint64_t key, uint64_t value, void *cookie) in foreach_callback()
|
D | clear.c | 27 static void clear_callback(uint64_t key, uint64_t value, void *cookie) in clear_callback()
|
/Zephyr-latest/arch/riscv/core/ |
D | stacktrace.c | 99 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() 172 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() 214 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk()
|
/Zephyr-latest/arch/arm64/core/ |
D | fatal.c | 204 static void walk_stackframe(arm64_stacktrace_cb cb, void *cookie, const struct arch_esf *esf, in walk_stackframe() 245 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk()
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 129 __pinned_func static void walk_stackframe(stack_trace_callback_fn cb, void *cookie, in walk_stackframe() 187 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk()
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 146 void *cookie) in sys_hashmap_foreach() 166 void *cookie) in sys_hashmap_clear()
|
D | rb.h | 166 void *cookie) in rb_walk()
|
/Zephyr-latest/lib/hash/ |
D | hash_map_cxx.cpp | 48 static void sys_hashmap_cxx_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_cxx_clear()
|
D | hash_map_sc.c | 191 static void sys_hashmap_sc_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_sc_clear()
|
D | hash_map_oa_lp.c | 210 void *cookie) in sys_hashmap_oa_lp_clear()
|
/Zephyr-latest/tests/unit/rbtree/ |
D | main.c | 77 void visit_node(struct rbnode *node, void *cookie) in visit_node()
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 504 void z_rb_walk(struct rbnode *node, rb_visit_t visit_fn, void *cookie) in z_rb_walk()
|
/Zephyr-latest/tests/net/dhcpv4/server/src/ |
D | main.c | 135 static const uint8_t cookie[4] = { 0x63, 0x82, 0x53, 0x63 }; variable
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 961 uint8_t cookie[4]; in dhcpv4_parse_options() local
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 1385 int cookie) in nrf_wifi_nl80211_send_mlme()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 217 mbedtls_ssl_cookie_ctx cookie; member
|