gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:LIST_INSERT_HEAD (0.03 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
220: 
221: #define LIST_INSERT_HEAD(head, elm, field) do {                         \
222:         if (((elm)->field.le_next = (head)->lh_first) != NULL)         \
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
146: 
147: #define LIST_INSERT_HEAD(head, elm, field) do {                         \
148:         QUEUEDEBUG_LIST_INSERT_HEAD((head), (elm), field)              \