gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TAILQ_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_media.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_media.c - 17.2KB - 545 lines
354:                  */
355:                 ep = TAILQ_FIRST(&ifm->ifm_list);
356:                 for (nwords = 0; ep != NULL; ep = TAILQ_NEXT(ep, ifm_list))
373: */ 374: ep = TAILQ_FIRST(&ifm->ifm_list); 375: for (count = 0; ep != NULL && count < minwords;
409: 410: for (next = TAILQ_FIRST(&ifm->ifm_list); next != NULL; 411: next = TAILQ_NEXT(next, ifm_list)) {
436: 437: for (ife = TAILQ_FIRST(&ifm->ifm_list); ife != NULL; 438: ife = nife) {
453: 454: for (ife = TAILQ_FIRST(&ifm->ifm_list); ife != NULL; ife = nife) { 455: nife = TAILQ_NEXT(ife, ifm_list);