gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:SLIST_REMOVE_HEAD (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
145: 
146: #define SLIST_REMOVE_HEAD(head, field) do {                             \
147:         (head)->slh_first = (head)->slh_first->field.sle_next;         \
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
209: 
210: #define SLIST_REMOVE_HEAD(head, field) do {                             \
211:         (head)->slh_first = (head)->slh_first->field.sle_next;         \