Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.dir.c68 dhead.di_next = dhead.di_prev = dp; in dinit()
69 dp->di_next = dp->di_prev = &dhead; in dinit()
145 dcwd->di_prev->di_next = dcwd->di_next; in dochngd()
146 dcwd->di_next->di_prev = dcwd->di_prev; in dochngd()
153 dp->di_next = dcwd->di_next; in dochngd()
155 dp->di_prev->di_next = dp; in dochngd()
156 dp->di_next->di_prev = dp; in dochngd()
383 dp->di_prev->di_next = dp->di_next; in dopushd()
384 dp->di_next->di_prev = dp->di_prev; in dopushd()
385 dp->di_next = dcwd->di_next; in dopushd()
[all …]
H A Dsh.dir.h21 struct directory *di_next; /* next in loop */ member
H A Dsh.proc.c205 if (pp->p_cwd->di_next == 0) in pwait()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_ident.c675 next = idp->di_next; in dt_idhash_destroy()
682 next = idp->di_next; in dt_idhash_destroy()
699 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) { in dt_idhash_update()
724 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_lookup()
772 idp->di_next = dhp->dh_hash[h]; in dt_idhash_insert()
792 idp->di_next = dhp->dh_hash[h]; in dt_idhash_xinsert()
810 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_delete()
814 pp = &idp->di_next; in dt_idhash_delete()
818 *pp = idp->di_next; in dt_idhash_delete()
854 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) in dt_idhash_iter()
[all …]
H A Ddt_as.h43 struct dt_irnode *di_next; /* next instruction */ member
H A Ddt_as.c53 nip = dip->di_next; in dt_irlist_destroy()
62 dlp->dl_last->di_next = dip; in dt_irlist_append()
286 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
409 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
H A Ddt_ident.h82 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member
H A Ddt_open.c1352 ndp = idp->di_next; in dtrace_close()
H A Ddt_cg.c60 dip->di_next = NULL; in dt_cg_node_alloc()
H A Ddt_parser.c2775 idp->di_next = dtp->dt_externs; in dt_xcook_ident()