Home
last modified time | relevance | path

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

12

/lib/liblwip/src/core/
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()
263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
[all …]
Dtcp.c494 tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err) in tcp_accept_null()
1197 tcp_recv_null(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) in tcp_recv_null()
1376 tcp_arg(struct tcp_pcb *pcb, void *arg) in tcp_arg()
/tests/
Dpthreadtest.c19 thread_simple(void *arg) in thread_simple()
27 thread_lock(void *arg) in thread_lock()
44 thread_cond(void *arg) in thread_cond()
Dthreadtest.c11 threadEntry(uint64_t arg) in threadEntry()
/lib/liblwip/src/api/
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)
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()
/lib/liblwip/src/include/lwip/
Dtimers.h71 void *arg; member
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
/sys/kern/
Ddisk.c44 Disk_Read(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Read()
50 Disk_Write(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Write()
56 Disk_Flush(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Flush()
Dthread.c136 Thread_KThreadCreate(void (*f)(void *), void *arg) in Thread_KThreadCreate() argument
148 Thread_UThreadCreate(Thread *oldThr, uint64_t rip, uint64_t arg) in Thread_UThreadCreate()
Dktimer.c41 KTimer_Create(uint64_t timeout, KTimerCB cb, void *arg) in KTimer_Create()
Dsyscall.c73 char *arg; in Syscall_Spawn() local
399 Syscall_ThreadCreate(uint64_t rip, uint64_t arg) in Syscall_ThreadCreate()
445 ThreadWakeupHelper(void *arg) in ThreadWakeupHelper()
/sys/amd64/
Dmp.c29 void *arg; member
168 MP_CrossCall(CrossCallCB cb, void *arg) in MP_CrossCall()
205 MPPing(void *arg) in MPPing()
Dthread.c75 Thread_SetupUThread(Thread *thr, uintptr_t rip, uintptr_t arg) in Thread_SetupUThread()
/sys/include/
Dirq.h10 void *arg; member
Dktimer.h13 void *arg; member
/sys/dev/x86/
Dps2.c167 PS2_KeyboardIntr(void *arg) in PS2_KeyboardIntr()
257 PS2_MouseIntr(void *arg) in PS2_MouseIntr()
Dide.c271 IDE_Read(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Read()
293 IDE_Write(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Write()
315 IDE_Flush(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Flush()
Dsercons.c68 void Serial_Interrupt(void *arg) in Serial_Interrupt()
/lib/liblwip/src/netif/ppp/
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
Dpap.c213 upap_timeout(void *arg) in upap_timeout()
241 upap_reqtimeout(void *arg) in upap_reqtimeout()
615 void *arg in upap_printpkt()
Dauth.c748 check_idle(void *arg) in check_idle()
771 connect_time_expired(void *arg) in connect_time_expired()
/lib/libc/posix/
Dpthread.c28 void *arg; member
98 pthreadCreateHelper(void *arg) in pthreadCreateHelper()
109 void *(*start_routine)(void *), void *arg) in pthread_create() argument
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c167 test_tcp_counters_err(void* arg, err_t err) in test_tcp_counters_err()
197 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv()
/lib/liblwip/src/arch/
Detherif.c296 ethernetif_thread(void *arg) in ethernetif_thread()
/sys/dev/
De1000.c271 E1000_Interrupt(void *arg) in E1000_Interrupt()
317 E1000_Dequeue(NIC *nic, MBuf *mbuf, NICCB cb, void *arg) in E1000_Dequeue()
360 E1000_Enqueue(NIC *nic, MBuf *mbuf, NICCB cb, void *arg) in E1000_Enqueue()

12