gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:SLIST_INSERT_HEAD (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
136: 
137: #define SLIST_INSERT_HEAD(head, elm, field) do {                        \
138:         (elm)->field.sle_next = (head)->slh_first;                     \
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
204: 
205: #define SLIST_INSERT_HEAD(head, elm, field) do {                        \
206:         (elm)->field.sle_next = (head)->slh_first;                     \