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