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

/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_red.h123 struct wtab *w_next; member in struct:wtab
H A Daltq_red.c643 for (w = wtab_list; w != NULL; w = w->w_next)
654 w->w_next = wtab_list;
677 wtab_list = w->w_next;
678 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next)
679 if (prev->w_next == w) {
680 prev->w_next = w->w_next;
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */ member in struct:work
1617 if (WorkQ->w_next != NULL)
1620 WorkQ->w_next->w_host != NULL)
1623 WorkQ->w_next->w_host) != 0)
1629 WorkQ->w_next->w_host == NULL) ||
1631 WorkQ->w_next->w_host != NULL))
1635 WorkQ = WorkQ->w_next;
1732 if (WorkQ->w_next != NULL)
1735 WorkQ->w_next->w_host != NULL)
1738 WorkQ->w_next
[all...]
/freebsd-10.2-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-10.2-release/sys/geom/eli/
H A Dg_eli.c173 LIST_FOREACH(wr, &sc->sc_workers, w_next) {
504 LIST_REMOVE(wr, w_next);
892 LIST_INSERT_HEAD(&sc->sc_workers, wr, w_next);
H A Dg_eli.h170 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 63 milliseconds