Searched refs:db_next (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dwalk_directory_block.c65 status = wsp->walk_callback(wsp->walk_addr, (&db_entry)->db_next,
68 wsp->walk_addr = (uintptr_t)db_entry.db_next;
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c79 struct dict_bucket *db_next; /* next bucket */ member in struct:dict_bucket
255 next = this->db_next;
300 bucket = bucket->db_next)
319 bucket = bucket->db_next)
327 bucket->db_next = hdl->dh_buckets[i];
350 pbucket = &(*pbucket)->db_next) {
355 *pbucket = bucket->db_next;
380 bucket = bucket->db_next) {
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewdata.c92 s->s_tlnode->db_next = d;
H A Dend.c78 t = d->db_next;
H A Drawdata.c60 d = d->db_next;
H A Dupdate.c234 for (d = s->s_hdnode; d != 0; d = d->db_next) {
404 for (d = s->s_hdnode; d != 0; d = d->db_next) {
600 for (; d != 0; prevd = d, d = d->db_next)
615 d != 0; prevd = d, d = d->db_next) {
920 d != 0; prevd = d, d = d->db_next) {
H A Dgetdata.c138 d = d->db_next;
H A Ddecl.h110 Dnode *db_next; member in struct:Dnode
H A Dclscook.c185 d->db_next = 0;
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.h57 struct nsc_dbuf_s *db_next; /* Link to next buffer */ member in struct:nsc_dbuf_s
H A Dnsc_disk.c364 h->db_next = iodev->si_active;
370 for (hp = h->db_next; hp; hp = hp->db_next)
401 for (; *hpp; hpp = &hp->db_next) {
403 *hpp = h->db_next;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h372 struct mddb_did_db *db_next; /* Ptr to next in list */ member in struct:mddb_did_db
622 struct mddb_db *db_next; member in struct:mddb_db
711 to->db_next = (struct mddb_db *)(uintptr_t)from->db32_next; \
722 to->db32_next = (uint32_t)(uintptr_t)from->db_next; \
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c626 for (dbp = s->s_dbp; dbp != 0; dbp = dbp->db_next) {
694 did_dbp = did_dbp->db_next;
708 for (dbp = s->s_dbp; dbp != 0; dbp = dbp->db_next) {
916 dbp = dbp->db_next;
963 dbp->db_next = s->s_did_icp->did_ic_dbp;
1205 did_dbp2 = did_dbp1->db_next;
1527 did_dbp = did_dbp->db_next;
2037 dbp->db_next = dbp1;
2101 dbp->db_next = NULL;
2116 dbp1 = dbp->db_next;
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c403 dmu_buf_impl_t *db, *db_next; local
406 for (db = avl_first(&dn->dn_dbufs); db != NULL; db = db_next) {
425 db_next = AVL_NEXT(&dn->dn_dbufs, &db_marker);
430 db_next = AVL_NEXT(&dn->dn_dbufs, db);
H A Ddbuf.c1258 dmu_buf_impl_t *db, *db_next; local
1277 for (; db != NULL; db = db_next) {
1278 db_next = AVL_NEXT(&dn->dn_dbufs, db);
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c2085 mdb_printf("db_next: 0x%p\n", bh->db_next);

Completed in 108 milliseconds