Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 129) sorted by relevance

123456

/components/finsh/
A Dcmd.c165 rt_list_t *next = (rt_list_t *)RT_NULL; in list_thread() local
281 rt_list_t *next = (rt_list_t *)RT_NULL; in list_sem() local
349 rt_list_t *next = (rt_list_t *)RT_NULL; in list_event() local
415 rt_list_t *next = (rt_list_t *)RT_NULL; in list_mutex() local
490 rt_list_t *next = (rt_list_t *)RT_NULL; in list_mailbox() local
562 rt_list_t *next = (rt_list_t *)RT_NULL; in list_msgqueue() local
630 rt_list_t *next = (rt_list_t *)RT_NULL; in list_memheap() local
688 rt_list_t *next = (rt_list_t *)RT_NULL; in list_mempool() local
768 rt_list_t *next = (rt_list_t *)RT_NULL; in list_timer() local
868 rt_list_t *next = (rt_list_t *)RT_NULL; in list_device() local
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_in.c1051 tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next)
1091 struct tcp_seg *next; local
1503 struct tcp_seg *next = pcb->ooseq; local
1676 struct tcp_seg *next, *prev = NULL; local
1831 struct tcp_seg *next, *prev = NULL; local
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Detharp.h71 struct etharp_q_entry *next; member
A Dpbuf.h144 struct pbuf *next; member
182 struct pbuf *next; member
A Dmld6.h60 struct mld_group *next; member
A Draw.h75 struct raw_pcb *next; member
A Ddns.h77 struct local_hostlist_entry *next; member
A Digmp.h76 struct igmp_group *next; member
A Dip4_frag.h62 struct ip_reassdata *next; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Detharp.h71 struct etharp_q_entry *next; member
A Dmld6.h60 struct mld_group *next; member
A Ddns.h78 struct local_hostlist_entry *next; member
A Digmp.h76 struct igmp_group *next; member
A Dip4_frag.h62 struct ip_reassdata *next; member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Draw.h67 struct raw_pcb *next; member
A Dtimers.h68 struct sys_timeo *next; member
/components/libc/posix/ipc/
A Dsemaphore.h28 struct posix_sem* next; member
/components/dfs/dfs_v2/src/
A Ddfs_pcache.c841 rt_list_t *next; in _dfs_aspace_dump() local
957 rt_list_t *next; in dfs_page_unmap() local
1131 struct util_avl_struct **next = &(aspace->avl_root.root_node); in _dfs_page_insert() local
1232 rt_list_t *next = aspace->list_active.next; in dfs_page_insert() local
1723 rt_list_t *next; in dfs_aspace_flush() local
1779 rt_list_t *next = aspace->list_active.next; in dfs_aspace_clean() local
1898 rt_list_t *next; in dfs_aspace_unmap() local
/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dfsdata.h39 const struct fsdata_file *next; member
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_in.c800 tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next) in tcp_oos_insert_segment()
849 struct tcp_seg *next; in tcp_receive() local
A Dmem.c158 mem_size_t next; member
424 mem_size_t next; in mem_trim() local
/components/net/lwip-dhcpd/
A Ddhcp_server_raw.c109 struct dhcp_client_node *next; member
120 struct dhcp_server *next; member
757 struct dhcp_client_node *node, *next; in dhcpd_stop() local
/components/drivers/usb/cherryusb/common/
A Dusb_list.h27 struct usb_slist_node *next; /**< point to next node. */ member
60 static inline void usb_slist_insert(usb_slist_t *l, usb_slist_t *next, usb_slist_t *n) in usb_slist_insert()
207 #define usb_slist_for_each_safe(pos, next, head) \ argument
232 struct usb_dlist_node *next; /**< point to next node. */ member
/components/libc/posix/io/poll/
A Dpoll.c47 struct rt_poll_node *next; /**< Pointer to the next poll node. */ member
322 struct rt_poll_node *node, *next; in poll_teardown() local
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip_frag.h55 struct ip_reassdata *next; member

Completed in 38 milliseconds

123456