gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:SLIST_INIT (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
127:  */
128: #define SLIST_INIT(head) {                                              \
129:         SLIST_FIRST(head) = SLIST_END(head);                           \
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
195:  */
196: #define SLIST_INIT(head) do {                                           \
197:         (head)->slh_first = NULL;                                      \