| /Zephyr-latest/tests/subsys/llext/src/ | 
| D | threads_kernel_objects_ext.c | 29 void test_thread(void *arg0, void *arg1, void *arg2)  in test_thread()
 | 
| /Zephyr-latest/tests/kernel/threads/thread_apis/src/ | 
| D | test_threads_suspend_resume.c | 77 void suspend_myself(void *arg0, void *arg1, void *arg2)  in suspend_myself()109 void sleep_suspended(void *arg0, void *arg1, void *arg2)  in sleep_suspended()
 
 | 
| /Zephyr-latest/modules/trusted-firmware-m/interface/ | 
| D | interface.c | 28 				  uint32_t arg0, uint32_t arg1,  in tfm_ns_interface_dispatch()
 | 
| /Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ | 
| D | akm09918c_async.c | 74 void akm09918_after_start_cb(struct rtio *rtio_ctx, const struct rtio_sqe *sqe, void *arg0)  in akm09918_after_start_cb()152 void akm09918_complete_cb(struct rtio *rtio_ctx, const struct rtio_sqe *sqe, void *arg0)  in akm09918_complete_cb()
 
 | 
| /Zephyr-latest/drivers/pm_cpu_ops/ | 
| D | pm_cpu_ops_psci.c | 133 					  unsigned long arg0,  in __invoke_psci_fn_hvc()144 					  unsigned long arg0,  in __invoke_psci_fn_smc()
 
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | sysview.c | 81 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1)  in sys_trace_named_event()
 | 
| /Zephyr-latest/tests/modules/thrift/ThriftTest/src/ | 
| D | server.hpp | 259 	void testMulti(Xtruct &hello, const int8_t arg0, const int32_t arg1, const int64_t arg2,  in testMulti()291 	void testMultiException(Xtruct &result, const std::string &arg0,  in testMultiException()
 
 | 
| /Zephyr-latest/drivers/sip_svc/ | 
| D | sip_smc_intel_socfpga.c | 168 					  unsigned long arg0, unsigned long arg1,  in intel_sip_secure_monitor_call()
 | 
| /Zephyr-latest/tests/subsys/logging/log_stress/src/ | 
| D | main.c | 34 static void handle_msg(uint32_t arg0)  in handle_msg()
 | 
| /Zephyr-latest/tests/net/socket/tls_ext/src/ | 
| D | main.c | 147 static void server_thread_fn(void *arg0, void *arg1, void *arg2)  in server_thread_fn()
 | 
| /Zephyr-latest/samples/drivers/i2c/rtio_loopback/src/ | 
| D | main.c | 266 static void rtio_write_read_done_callback(struct rtio *r, const struct rtio_sqe *sqe, void *arg0)  in rtio_write_read_done_callback()
 | 
| /Zephyr-latest/tests/kernel/smp/src/ | 
| D | main.c | 1103 static void process_events(void *arg0, void *arg1, void *arg2)  in process_events()1124 static void signal_raise(void *arg0, void *arg1, void *arg2)  in signal_raise()
 1185 static void check_affinity(void *arg0, void *arg1, void *arg2)  in check_affinity()
 
 | 
| /Zephyr-latest/tests/subsys/rtio/rtio_api/src/ | 
| D | test_rtio_api.c | 697 void rtio_callback_chaining_cb(struct rtio *r, const struct rtio_sqe *sqe, void *arg0)  in rtio_callback_chaining_cb()702 void rtio_callback_chaining_cb_no_cqe(struct rtio *r, const struct rtio_sqe *sqe, void *arg0)  in rtio_callback_chaining_cb_no_cqe()
 
 | 
| /Zephyr-latest/subsys/logging/ | 
| D | log_msg.c | 230 				      const char *fmt, uint32_t arg0, uint32_t arg1)  in z_impl_z_log_msg_simple_create_2()
 | 
| /Zephyr-latest/include/zephyr/drivers/sip_svc/ | 
| D | sip_svc_driver.h | 125 					       unsigned long arg0, unsigned long arg1,  in z_impl_sip_supervisory_call()
 | 
| /Zephyr-latest/include/zephyr/rtio/ | 
| D | rtio.h | 329 			void *arg0; /**< Last argument given to callback */  member668 					  void *arg0,  in rtio_sqe_prep_callback()
 692 						 void *arg0,  in rtio_sqe_prep_callback_no_cqe()
 
 | 
| /Zephyr-latest/tests/kernel/context/src/ | 
| D | main.c | 735 static void k_yield_entry(void *arg0, void *arg1, void *arg2)  in k_yield_entry()
 | 
| /Zephyr-latest/subsys/logging/frontends/ | 
| D | log_frontend_stmesp.c | 540 void log_frontend_simple_2(const void *source, uint32_t level, const char *fmt, uint32_t arg0,  in log_frontend_simple_2()
 | 
| /Zephyr-latest/include/zephyr/logging/ | 
| D | log_msg.h | 243 #define LOG_MSG_SIMPLE_ARG_TYPE_CHECK_2(fmt, arg0, arg1) \  argument
 | 
| /Zephyr-latest/tests/drivers/tee/optee/src/ | 
| D | main.c | 1158 static void wait_handler(void *arg0, void *arg1, void *arg2)  in wait_handler()
 | 
| /Zephyr-latest/subsys/tracing/ctf/ | 
| D | ctf_top.c | 761 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1)  in sys_trace_named_event()
 | 
| D | ctf_top.h | 688 static inline void ctf_named_event(ctf_bounded_string_t name, uint32_t arg0,  in ctf_named_event()
 | 
| /Zephyr-latest/subsys/tracing/user/ | 
| D | tracing_user.h | 459 #define sys_trace_named_event(name, arg0, arg1)  argument
 | 
| /Zephyr-latest/include/zephyr/tracing/ | 
| D | tracing.h | 2502 #define sys_trace_named_event(name, arg0, arg1)  argument
 | 
| /Zephyr-latest/subsys/tracing/test/ | 
| D | tracing_test.h | 784 #define sys_trace_named_event(name, arg0, arg1)  argument
 |