Searched refs:w_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_red.h124 struct wtab *w_next; member in struct:wtab
H A Daltq_red.c639 for (w = wtab_list; w != NULL; w = w->w_next)
650 w->w_next = wtab_list;
673 wtab_list = w->w_next;
674 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next)
675 if (prev->w_next == w) {
676 prev->w_next = w->w_next;
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */ member in struct:work
1639 if (WorkQ->w_next != NULL)
1642 WorkQ->w_next->w_host != NULL)
1645 WorkQ->w_next->w_host) != 0)
1651 WorkQ->w_next->w_host == NULL) ||
1653 WorkQ->w_next->w_host != NULL))
1657 WorkQ = WorkQ->w_next;
1754 if (WorkQ->w_next != NULL)
1757 WorkQ->w_next->w_host != NULL)
1760 WorkQ->w_next
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c434 for (wp = whyles; wp; wp = wp->w_next)
544 nwp->w_next = whyles;
587 nwp->w_next = whyles;
830 whyles = wp->w_next;
1151 nwp = wp->w_next;
H A Dsh.h1001 struct whyle *w_next; /* Next (more outer) loop */ member in struct:whyle
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.c195 LIST_FOREACH(wr, &sc->sc_workers, w_next) {
551 LIST_REMOVE(wr, w_next);
859 LIST_INSERT_HEAD(&sc->sc_workers, wr, w_next);
H A Dg_eli_ctl.c866 LIST_FOREACH(wr, &sc->sc_workers, w_next) {
H A Dg_eli.h182 LIST_ENTRY(g_eli_worker) w_next; member in struct:g_eli_worker

Completed in 107 milliseconds