HomeSort by: relevance | last modified time | path
    Searched defs:e_next (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/lib/libsa/
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
ls.c 166 struct lsentry *e_next; member in struct:lsentry
192 for (np = names; *np; np = &(*np)->e_next) {
196 n->e_next = *np;
209 names = n->e_next;
219 names = n->e_next;
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
efifs_ls.c 76 entry_t *e_next; member in struct:entry_t
211 for (np = &names; *np; np = &(*np)->e_next) {
215 n->e_next = *np;
225 names = n->e_next;
  /src/usr.sbin/npf/npfctl/
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
npf_var.c 49 struct npf_element *e_next; member in struct:npf_element
124 vp->v_last->e_next = el;
144 vp->v_last->e_next = vp2->v_elements;
162 npfvar_free_elements(el->e_next);
257 el = el->e_next;
  /src/sbin/restore/
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
restore.h 99 struct entry *e_next; /* hash chain list */ member in struct:entry
  /src/games/hunt/huntd/
hunt.h 125 EXPL *e_next; member in struct:expl_def

Completed in 68 milliseconds

1 2