Home
last modified time | relevance | path

Searched refs:di_next (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/bin/csh/
Ddir.c134 dhead.di_next = dhead.di_prev = dp; in dinit()
135 dp->di_next = dp->di_prev = &dhead; in dinit()
358 dcwd->di_prev->di_next = dcwd->di_next; in dochngd()
359 dcwd->di_next->di_prev = dcwd->di_prev; in dochngd()
369 dp->di_next = dcwd->di_next; in dochngd()
371 dp->di_prev->di_next = dp; in dochngd()
372 dp->di_next->di_prev = dp; in dochngd()
495 dp->di_prev->di_next = dp->di_next; in dopushd()
496 dp->di_next->di_prev = dp->di_prev; in dopushd()
497 dp->di_next = dcwd->di_next; in dopushd()
[all …]
Ddir.h41 struct directory *di_next; /* next in loop */ member
Dproc.c247 if (pp->p_cwd->di_next == 0) in pwait()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_ident.c685 next = idp->di_next; in dt_idhash_destroy()
692 next = idp->di_next; in dt_idhash_destroy()
709 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) { in dt_idhash_update()
734 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_lookup()
782 idp->di_next = dhp->dh_hash[h]; in dt_idhash_insert()
802 idp->di_next = dhp->dh_hash[h]; in dt_idhash_xinsert()
820 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_delete()
824 pp = &idp->di_next; in dt_idhash_delete()
828 *pp = idp->di_next; in dt_idhash_delete()
864 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) in dt_idhash_iter()
[all …]
Ddt_as.c53 nip = dip->di_next; in dt_irlist_destroy()
62 dlp->dl_last->di_next = dip; in dt_irlist_append()
288 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
411 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
Ddt_as.h43 struct dt_irnode *di_next; /* next instruction */ member
Ddt_ident.h82 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member
Ddt_open.c1721 ndp = idp->di_next; in dtrace_close()
Ddt_cg.c60 dip->di_next = NULL; in dt_cg_node_alloc()
Ddt_parser.c2781 idp->di_next = dtp->dt_externs; in dt_xcook_ident()