Searched refs:e_next (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Delf_rand.c63 ar->e_u.e_ar.e_next = offset;
H A Delf_next.c57 * Setup the 'e_next' field of the archive descriptor for the
60 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ?
64 * Return an error if the 'e_next' field falls outside the current
68 * 'e_next' field so that the next call to elf_begin(3) will terminate
H A Dlibelf_ar_util.c239 e->e_u.e_ar.e_next = (off_t) -1;
348 e->e_u.e_ar.e_next = (off_t) (s - e->e_rawfile);
H A D_libelf.h111 off_t e_next; /* set by elf_rand()/elf_next() */ member in struct:_Elf::__anon1240::__anon1241
H A Dlibelf_ar.c217 next = elf->e_u.e_ar.e_next;
/freebsd-12-stable/sbin/restore/
H A Dsymtab.c91 for (ep = entry[inum % entrytblsize]; ep != NULL; ep = ep->e_next)
109 np->e_next = *epp;
112 for (np = np->e_next; np != NULL; np = np->e_next)
129 for (next = *prev; next != NULL; next = next->e_next) {
132 *prev = next->e_next;
135 prev = &next->e_next;
228 freelist = np->e_next;
305 ep->e_next = freelist;
490 if (ep->e_next !
[all...]
H A Drestore.h82 struct entry *e_next; /* hash chain list */ member in struct:entry
H A Drestore.c191 ep->e_next = removelist;
436 ip->e_next = removelist;
538 for (ep = removelist; ep != NULL; ep = ep->e_next) {
574 prev = &ep->e_next;
577 *prev = ep->e_next;
583 for (ep = removelist; ep != NULL; ep = ep->e_next)
H A Dutilities.c334 if (ep->e_next != NULL)
336 "next hashchain name: %s\n", myname(ep->e_next));
/freebsd-12-stable/usr.bin/find/
H A Dfind.h165 #define e_next p_un.ex._e_next macro
H A Dfunction.c757 new->e_next = lastexecplus;
811 p = p->e_next;
/freebsd-12-stable/sys/dev/usb/controller/
H A Duhci.h150 struct uhci_td *e_next; member in struct:uhci_qh
H A Duhci.c526 qh_x->e_next = NULL;
543 qh_intr->e_next = 0;
572 qh_ls->e_next = 0;
587 qh_ctl->e_next = 0;
595 qh_blk->e_next = 0;
603 qh_lst->e_next = td_lst;
797 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh,
801 (((sqh->e_next != NULL) && !(qh_e_next & UHCI_PTR_T)) ? 2 : 0));
1929 qh->e_next = td;
1986 qh->e_next
[all...]
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c95 SLIST_ENTRY(ggd_export) e_next;
229 SLIST_INSERT_HEAD(&exports, ex, e_next);
242 SLIST_REMOVE_HEAD(&exports, e_next);
382 SLIST_FOREACH(ex, &exports, e_next) {
/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.c637 TAILQ_INSERT_TAIL(&sc->sc_events, ep, e_next);
666 TAILQ_FOREACH_SAFE(ep, &sc->sc_events, e_next, tmpep) {
669 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
689 TAILQ_FOREACH(ep, &sc->sc_events, e_next) {
1519 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
1597 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
H A Dg_raid.h141 TAILQ_ENTRY(g_raid_event) e_next; member in struct:g_raid_event
/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.h163 TAILQ_ENTRY(g_mirror_event) e_next; member in struct:g_mirror_event
H A Dg_mirror.c202 TAILQ_INSERT_TAIL(&sc->sc_events, ep, e_next);
239 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
253 TAILQ_FOREACH_SAFE(ep, &sc->sc_events, e_next, tmpep) {
258 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
/freebsd-12-stable/sys/geom/raid3/
H A Dg_raid3.h163 TAILQ_ENTRY(g_raid3_event) e_next; member in struct:g_raid3_event
H A Dg_raid3.c310 TAILQ_INSERT_TAIL(&sc->sc_events, ep, e_next);
349 TAILQ_REMOVE(&sc->sc_events, ep, e_next);
363 TAILQ_FOREACH_SAFE(ep, &sc->sc_events, e_next, tmpep) {
368 TAILQ_REMOVE(&sc->sc_events, ep, e_next);

Completed in 195 milliseconds