Searched refs:db_next (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/md/ |
H A D | walk_directory_block.c | 65 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 D | dict.c | 79 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 D | newdata.c | 92 s->s_tlnode->db_next = d;
|
H A D | end.c | 78 t = d->db_next;
|
H A D | rawdata.c | 60 d = d->db_next;
|
H A D | update.c | 234 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 D | getdata.c | 138 d = d->db_next;
|
H A D | decl.h | 110 Dnode *db_next; member in struct:Dnode
|
H A D | clscook.c | 185 d->db_next = 0;
|
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_disk.h | 57 struct nsc_dbuf_s *db_next; /* Link to next buffer */ member in struct:nsc_dbuf_s
|
H A D | nsc_disk.c | 364 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 D | md_mddb.h | 372 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 D | md_mddb.c | 626 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 D | dnode_sync.c | 403 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 D | dbuf.c | 1258 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 D | nsctl.c | 2085 mdb_printf("db_next: 0x%p\n", bh->db_next);
|
Completed in 103 milliseconds