gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:SLIST_NEXT (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
117:             (var) != SLIST_END(head);                                  \
118:             (var) = SLIST_NEXT(var, field))
119: 
More results from queue.h
bsd_source/lib/libc/src_bsd/search/hcreate.c - 5.7KB - 186 lines
169:                         break;
170:                 ie = SLIST_NEXT(ie, link);
171:         }
bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c - 30.3KB - 961 lines
790:                  */
791:                 next = SLIST_NEXT(sip, sel_chain);
792:                 membar_exit();
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c - 12.9KB - 420 lines
315:                 return;
316:         while ((q = SLIST_NEXT(p, m_tag_link)) != NULL)
317:                 m_tag_delete(m, q);
More results from uipc_mbuf2.c
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
228:         (slistelm)->field.sle_next =                                   \
229:             SLIST_NEXT(SLIST_NEXT((slistelm), field), field);          \
230: } while (/*CONSTCOND*/0)
More results from _queue.h