Lines Matching refs:di_next
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()
923 idp->di_next = NULL; in dt_ident_create()