/lib/liblwip/src/core/ |
D | timers.c | 79 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 …]
|
D | tcp.c | 494 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/ |
D | pthreadtest.c | 19 thread_simple(void *arg) in thread_simple() 27 thread_lock(void *arg) in thread_lock() 44 thread_cond(void *arg) in thread_cond()
|
D | threadtest.c | 11 threadEntry(uint64_t arg) in threadEntry()
|
/lib/liblwip/src/api/ |
D | api_msg.c | 78 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)
|
D | tcpip.c | 74 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/ |
D | timers.h | 71 void *arg; member 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/sys/kern/ |
D | disk.c | 44 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()
|
D | thread.c | 136 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()
|
D | ktimer.c | 41 KTimer_Create(uint64_t timeout, KTimerCB cb, void *arg) in KTimer_Create()
|
D | syscall.c | 73 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/ |
D | mp.c | 29 void *arg; member 168 MP_CrossCall(CrossCallCB cb, void *arg) in MP_CrossCall() 205 MPPing(void *arg) in MPPing()
|
D | thread.c | 75 Thread_SetupUThread(Thread *thr, uintptr_t rip, uintptr_t arg) in Thread_SetupUThread()
|
/sys/include/ |
D | irq.h | 10 void *arg; member
|
D | ktimer.h | 13 void *arg; member
|
/sys/dev/x86/ |
D | ps2.c | 167 PS2_KeyboardIntr(void *arg) in PS2_KeyboardIntr() 257 PS2_MouseIntr(void *arg) in PS2_MouseIntr()
|
D | ide.c | 271 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()
|
D | sercons.c | 68 void Serial_Interrupt(void *arg) in Serial_Interrupt()
|
/lib/liblwip/src/netif/ppp/ |
D | chap.c | 228 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
|
D | pap.c | 213 upap_timeout(void *arg) in upap_timeout() 241 upap_reqtimeout(void *arg) in upap_reqtimeout() 615 void *arg in upap_printpkt()
|
D | auth.c | 748 check_idle(void *arg) in check_idle() 771 connect_time_expired(void *arg) in connect_time_expired()
|
/lib/libc/posix/ |
D | pthread.c | 28 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/ |
D | tcp_helper.c | 167 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/ |
D | etherif.c | 296 ethernetif_thread(void *arg) in ethernetif_thread()
|
/sys/dev/ |
D | e1000.c | 271 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()
|