Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 111) sorted by relevance

12345

/lk-master/external/lib/lwip/core/
A Dtimers.c79 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer()
119 ip_reass_timer(void *arg) in ip_reass_timer()
135 arp_timer(void *arg) in arp_timer()
151 dhcp_timer_coarse(void *arg) in dhcp_timer_coarse()
165 dhcp_timer_fine(void *arg) in dhcp_timer_fine()
181 autoip_timer(void *arg) in autoip_timer()
197 igmp_timer(void *arg) in igmp_timer()
213 dns_timer(void *arg) in dns_timer()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
364 void *arg; in sys_check_timeouts() local
[all …]
/lk-master/app/tests/
A Dthread_tests.c22 static int sleep_thread(void *arg) { in sleep_thread()
113 static int mutex_thread(void *arg) { in mutex_thread()
140 static int mutex_timeout_thread(void *arg) { in mutex_timeout_thread()
222 static int event_signaler(void *arg) { in event_signaler()
236 static int event_waiter(void *arg) { in event_waiter()
302 static int quantum_tester(void *arg) { in quantum_tester()
375 static int atomic_tester(void *arg) { in atomic_tester()
423 static int preempt_tester(void *arg) { in preempt_tester()
471 static int join_tester(void *arg) { in join_tester()
481 static int join_tester_server(void *arg) { in join_tester_server()
[all …]
/lk-master/lib/bootargs/
A Dbootargs.c60 struct lk_boot_arg *arg = (struct lk_boot_arg *)ptr; in find_end() local
80 struct lk_boot_arg *arg = (struct lk_boot_arg *)buf; in bootargs_start() local
88 struct lk_boot_arg *arg = find_end(buf, buf_len); in bootargs_add_command_line() local
101 struct lk_boot_arg *arg = find_end(buf, buf_len); in bootargs_add_bootimage_pointer() local
174 struct lk_boot_arg *arg = boot_args; in find_tag() local
187 struct lk_boot_arg *arg = find_tag(LK_BOOT_ARG_TYPE_COMMAND_LINE); in bootargs_get_command_line() local
197 struct lk_boot_arg *arg = find_tag(LK_BOOT_ARG_TYPE_BOOTIMAGE); in bootargs_get_bootimage_pointer() local
/lk-master/external/lib/lwip/api/
A Dapi_msg.c78 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw()
144 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p,
216 recv_tcp(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
277 poll_tcp(void *arg, struct tcp_pcb *pcb)
313 sent_tcp(void *arg, struct tcp_pcb *pcb, u16_t len)
347 err_tcp(void *arg, err_t err)
432 accept_function(void *arg, struct tcp_pcb *newpcb, err_t err)
937 do_connected(void *arg, struct tcp_pcb *pcb, err_t err)
1526 do_dns_found(const char *name, ip_addr_t *ipaddr, void *arg)
1552 do_gethostbyname(void *arg)
A Dtcpip.c74 tcpip_thread(void *arg) in tcpip_thread()
247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
455 tcpip_init(tcpip_init_done_fn initfunc, void *arg) in tcpip_init()
/lk-master/lib/dpc/
A Ddpc.c22 void *arg; member
30 status_t dpc_queue(dpc_callback cb, void *arg, uint flags) { in dpc_queue()
48 static int dpc_thread_routine(void *arg) { in dpc_thread_routine()
/lk-master/kernel/
A Dtimer.c71 … timer_set(timer_t *timer, lk_time_t delay, lk_time_t period, timer_callback callback, void *arg) { in timer_set()
121 void timer_set_oneshot(timer_t *timer, lk_time_t delay, timer_callback callback, void *arg) { in timer_set_oneshot()
141 void timer_set_periodic(timer_t *timer, lk_time_t period, timer_callback callback, void *arg) { in timer_set_periodic()
196 static enum handler_return timer_tick(void *arg, lk_time_t now) { in timer_tick()
/lk-master/lib/tftp/
A Dtftp.c56 void *arg; member
102 void *arg) { in udp_wrq_callback()
162 void *arg) { in udp_svc_callback()
226 int tftp_set_write_client(const char *file_name, tftp_callback_t cb, void *arg) { in tftp_set_write_client()
256 int tftp_server_init(void *arg) { in tftp_server_init()
/lk-master/platform/pc/
A Dtimer.c44 status_t platform_set_periodic_timer(platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_periodic_timer()
71 static enum handler_return os_timer_tick(void *arg) { in os_timer_tick()
149 void *arg, lk_time_t interval) { in platform_set_oneshot_timer()
/lk-master/app/inetsrv/
A Dinetsrv.c61 static int chargen_server(void *arg) { in chargen_server()
119 static int discard_server(void *arg) { in discard_server()
172 static int echo_server(void *arg) { in echo_server()
/lk-master/arch/arm64/
A Dmp.c52 static enum handler_return arm_ipi_generic_handler(void *arg) { in arm_ipi_generic_handler()
58 static enum handler_return arm_ipi_reschedule_handler(void *arg) { in arm_ipi_reschedule_handler()
/lk-master/arch/arm/arm/
A Dmp.c57 enum handler_return arm_ipi_generic_handler(void *arg) { in arm_ipi_generic_handler()
64 enum handler_return arm_ipi_reschedule_handler(void *arg) { in arm_ipi_reschedule_handler()
/lk-master/platform/armemu/
A Dtimer.c19 status_t platform_set_periodic_timer(platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_periodic_timer()
49 static enum handler_return platform_tick(void *arg) { in platform_tick()
A Dinterrupts.c22 void *arg; member
83 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/external/lib/lwip/include/lwip/
A Dtimers.h71 void *arg; member
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
/lk-master/platform/mediatek/mt6797/
A Dtimer.c27 static enum handler_return timer_irq(void *arg) { in timer_irq()
51 status_t platform_set_periodic_timer(platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_periodic_timer()
/lk-master/dev/timer/arm_cortex_a9/
A Darm_cortex_a9_timer.c98 status_t platform_set_periodic_timer(platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_periodic_timer()
125 status_t platform_set_oneshot_timer (platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_oneshot_timer()
157 static enum handler_return platform_tick(void *arg) { in platform_tick()
/lk-master/external/lib/lwip/netif/ppp/
A Dchap.c228 ChapChallengeTimeout(void *arg) in ChapChallengeTimeout()
255 ChapResponseTimeout(void *arg) in ChapResponseTimeout()
272 ChapRechallenge(void *arg) in ChapRechallenge()
849 ChapPrintPkt( u_char *p, int plen, void (*printer) (void *, char *, ...), void *arg) in ChapPrintPkt() argument
/lk-master/dev/interrupt/or1k_pic/
A Dor1k_pic.c24 void *arg; member
29 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/app/lkboot/
A Dcommands.c64 static int do_reboot(void *arg) { in do_reboot()
75 static int chainload_thread(void *arg) { in chainload_thread()
261 int lkb_handle_command(lkb_t *lkb, const char *cmd, const char *arg, size_t len, const char **resul… in lkb_handle_command()
/lk-master/lib/libc/
A Deabi.c37 int __cxa_atexit(void (*destructor)(void *), void *arg, void *dso_handle) { in __cxa_atexit() argument
41 int __aeabi_atexit(void *arg, void (*func)(void *), void *d) { in __aeabi_atexit() argument
/lk-master/platform/mediatek/mt6735/
A Dtimer.c30 static enum handler_return timer_irq(void *arg) { in timer_irq()
57 status_t platform_set_periodic_timer(platform_timer_callback callback, void *arg, lk_time_t interva… in platform_set_periodic_timer()
/lk-master/top/
A Dmain.c115 static int bootstrap2(void *arg) { in bootstrap2()
157 static int secondary_cpu_bootstrap2(void *arg) { in secondary_cpu_bootstrap2()
/lk-master/tools/
A Dmkimage.c55 int process(bootimage *img, char *cmd, char *arg) { in process()
88 char *arg = strchr(cmd, ':'); in main() local
/lk-master/lib/watchdog/
A Dwatchdog.c29 static enum handler_return watchdog_timer_callback(struct timer *timer, lk_time_t now, void *arg) { in watchdog_timer_callback()
91 static enum handler_return hw_watchdog_timer_callback(struct timer *timer, lk_time_t now, void *arg in hw_watchdog_timer_callback()

Completed in 48 milliseconds

12345