Searched refs:di_next (Results 1 – 10 of 10) sorted by relevance
134 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 …]
41 struct directory *di_next; /* next in loop */ member
247 if (pp->p_cwd->di_next == 0) in pwait()
685 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 …]
53 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()
43 struct dt_irnode *di_next; /* next instruction */ member
82 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member
1721 ndp = idp->di_next; in dtrace_close()
60 dip->di_next = NULL; in dt_cg_node_alloc()
2781 idp->di_next = dtp->dt_externs; in dt_xcook_ident()