Searched refs:di_next (Results 1 – 10 of 10) sorted by relevance
73 dhead.di_next = dhead.di_prev = dp; in dinit()74 dp->di_next = dp->di_prev = &dhead; in dinit()150 dcwd->di_prev->di_next = dcwd->di_next; in dochngd()151 dcwd->di_next->di_prev = dcwd->di_prev; in dochngd()158 dp->di_next = dcwd->di_next; in dochngd()160 dp->di_prev->di_next = dp; in dochngd()161 dp->di_next->di_prev = dp; in dochngd()388 dp->di_prev->di_next = dp->di_next; in dopushd()389 dp->di_next->di_prev = dp->di_prev; in dopushd()390 dp->di_next = dcwd->di_next; in dopushd()[all …]
19 struct directory *di_next; /* next in loop */ member
211 if (pp->p_cwd->di_next == 0) in pwait()
677 next = idp->di_next; in dt_idhash_destroy()684 next = idp->di_next; in dt_idhash_destroy()701 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) { in dt_idhash_update()726 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_lookup()774 idp->di_next = dhp->dh_hash[h]; in dt_idhash_insert()794 idp->di_next = dhp->dh_hash[h]; in dt_idhash_xinsert()812 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) { in dt_idhash_delete()816 pp = &idp->di_next; in dt_idhash_delete()820 *pp = idp->di_next; in dt_idhash_delete()856 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) in dt_idhash_iter()[all …]
53 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()
41 struct dt_irnode *di_next; /* next instruction */ member
80 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member
1356 ndp = idp->di_next; in dtrace_close()
63 dip->di_next = NULL; in dt_cg_node_alloc()
2787 idp->di_next = dtp->dt_externs; in dt_xcook_ident()