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

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_red.h124 struct wtab *w_next; member in struct:wtab
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_red.h123 struct wtab *w_next; member in struct:wtab
H A Daltq_red.c636 for (w = wtab_list; w != NULL; w = w->w_next)
648 w->w_next = wtab_list;
671 wtab_list = w->w_next;
672 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next)
673 if (prev->w_next == w) {
674 prev->w_next = w->w_next;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */ member in struct:work
1618 if (WorkQ->w_next != NULL)
1621 WorkQ->w_next->w_host != NULL)
1624 WorkQ->w_next->w_host) != 0)
1630 WorkQ->w_next->w_host == NULL) ||
1632 WorkQ->w_next->w_host != NULL))
1636 WorkQ = WorkQ->w_next;
1733 if (WorkQ->w_next != NULL)
1736 WorkQ->w_next->w_host != NULL)
1739 WorkQ->w_next
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.func.c438 for (wp = whyles; wp; wp = wp->w_next)
548 nwp->w_next = whyles;
591 nwp->w_next = whyles;
826 whyles = wp->w_next;
1137 nwp = wp->w_next;
H A Dsh.h981 struct whyle *w_next; /* Next (more outer) loop */ member in struct:whyle
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli.c136 LIST_FOREACH(wr, &sc->sc_workers, w_next) {
467 LIST_REMOVE(wr, w_next);
849 LIST_INSERT_HEAD(&sc->sc_workers, wr, w_next);
H A Dg_eli.h164 LIST_ENTRY(g_eli_worker) w_next; member in struct:g_eli_worker
H A Dg_eli_ctl.c728 LIST_FOREACH(wr, &sc->sc_workers, w_next) {

Completed in 84 milliseconds