Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c77 struct dict_bucket *db_next; /* next bucket */ member
253 next = this->db_next; in dict_free()
298 bucket = bucket->db_next) in dict_get()
317 bucket = bucket->db_next) in dict_put()
325 bucket->db_next = hdl->dh_buckets[i]; in dict_put()
348 pbucket = &(*pbucket)->db_next) { in dict_remove()
353 *pbucket = bucket->db_next; in dict_remove()
378 bucket = bucket->db_next) { in dict_map()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c237 for (d = s->s_hdnode; d != 0; d = d->db_next) { in _elf_upd_lib()
406 for (d = s->s_hdnode; d != 0; d = d->db_next) { in _elf_upd_usr()
601 for (; d != 0; prevd = d, d = d->db_next) in wrt()
616 d != 0; prevd = d, d = d->db_next) { in wrt()
918 d != 0; prevd = d, d = d->db_next) { in _elfxx_swap_wrimage()
H A Dnewdata.c89 s->s_tlnode->db_next = d; in elf_newdata()
H A Drawdata.c58 d = d->db_next; in elf_rawdata()
H A Dend.c75 t = d->db_next; in elf_end()
H A Dgetdata.c136 d = d->db_next; in _elf_locked_getdata()
H A Ddecl.h109 Dnode *db_next; member
H A Dclscook.c180 d->db_next = 0; in _elf_cookscn()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c461 dmu_buf_impl_t *db, *db_next; in dnode_evict_dbufs() local
464 for (db = avl_first(&dn->dn_dbufs); db != NULL; db = db_next) { in dnode_evict_dbufs()
496 db_next = AVL_NEXT(&dn->dn_dbufs, &db_marker); in dnode_evict_dbufs()
501 db_next = AVL_NEXT(&dn->dn_dbufs, db); in dnode_evict_dbufs()
H A Ddbuf.c1505 dmu_buf_impl_t *db, *db_next; in dbuf_free_range() local
1524 for (; db != NULL; db = db_next) { in dbuf_free_range()
1525 db_next = AVL_NEXT(&dn->dn_dbufs, db); in dbuf_free_range()