Home
last modified time | relevance | path

Searched refs:w_next (Results 1 – 8 of 8) sorted by last modified time

/freebsd/sys/geom/eli/
H A Dg_eli.c250 LIST_FOREACH(wr, &sc->sc_workers, w_next) { in g_eli_crypto_rerun()
691 LIST_REMOVE(wr, w_next); in g_eli_worker()
1134 LIST_INSERT_HEAD(&sc->sc_workers, wr, w_next); in g_eli_create()
H A Dg_eli_ctl.c885 LIST_FOREACH(wr, &sc->sc_workers, w_next) { in g_eli_suspend_one()
H A Dg_eli.h177 LIST_ENTRY(g_eli_worker) w_next;
/freebsd/contrib/sendmail/src/
H A Dqueue.c1677 if (WorkQ->w_next != NULL)
1683 WorkQ->w_next->w_host))
1695 WorkQ = WorkQ->w_next;
1792 if (WorkQ->w_next != NULL)
1801 WorkQ = WorkQ->w_next;
1811 WorkQ = WorkQ->w_next;
1815 WorkQ = WorkQ->w_next;
1822 WorkQ = WorkQ->w_next;
2269 WorkQ = WorkQ->w_next;
3040 nw = w->w_next;
[all …]
/freebsd/sys/net/altq/
H A Daltq_red.c556 for (w = wtab_list; w != NULL; w = w->w_next) in wtab_alloc()
567 w->w_next = wtab_list; in wtab_alloc()
590 wtab_list = w->w_next; in wtab_destroy()
591 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next) in wtab_destroy()
592 if (prev->w_next == w) { in wtab_destroy()
593 prev->w_next = w->w_next; in wtab_destroy()
H A Daltq_red.h63 struct wtab *w_next; member
/freebsd/contrib/tcsh/
H A Dsh.func.c434 for (wp = whyles; wp; wp = wp->w_next) in gotolab()
544 nwp->w_next = whyles; in doforeach()
587 nwp->w_next = whyles; in dowhile()
830 whyles = wp->w_next; in search()
1151 nwp = wp->w_next; in wfree()
H A Dsh.h997 struct whyle *w_next; /* Next (more outer) loop */ member