Searched refs:db_buf (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.h51 nsc_buf_t db_buf; /* Generic buffer header */ member in struct:nsc_dbuf_s
62 #define db_fd db_buf.sb_fd
63 #define db_pos db_buf.sb_pos
64 #define db_len db_buf.sb_len
65 #define db_flag db_buf.sb_flag
66 #define db_error db_buf.sb_error
67 #define db_vec db_buf.sb_vec
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dend.c70 if (d->db_buf != 0)
71 free(d->db_buf);
73 if (t->db_buf != 0)
74 free(t->db_buf);
H A Drawdata.c118 raw->db_buf = (Elf_Void *)_elf_read(elf->ed_fd,
120 if (raw->db_buf == 0) {
125 raw->db_data.d_buf = raw->db_buf;
H A Dgetdata.c273 if ((d->db_buf = malloc(d->db_data.d_size)) == 0) {
277 d->db_data.d_buf = d->db_buf;
H A Ddecl.h94 * db_buf is a pointer to an allocated buffer. The same value
96 * it. If the data buffer is not to be freed, db_buf is null.
116 Elf_Void *db_buf; /* allocated data buffer */ member in struct:Dnode
H A Dclscook.c182 d->db_buf = 0;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c725 ASSERT(dr == NULL || dr->dt.dl.dr_data == db->db_buf);
759 (db->db_buf == NULL || db->db_buf->b_data) &&
821 ASSERT3P(db->db_buf, ==, NULL);
833 db->db_buf = buf;
848 if (arc_released(db->db_buf) || refcount_count(&db->db_holds) > 1) {
856 abuf = db->db_buf;
858 db->db_buf = NULL;
911 ASSERT(db->db_buf == NULL);
926 ASSERT3P(db->db_buf,
[all...]
H A Ddnode_sync.c66 ASSERT(arc_released(db->db_buf));
70 arc_buf_freeze(db->db_buf);
315 arc_buf_freeze(db->db_buf);
474 dr->dt.dl.dr_data == db->db_buf);
561 ASSERT(dn->dn_dbuf == NULL || arc_released(dn->dn_dbuf->db_buf));
H A Dsa.c1239 arc_release(db->db_buf, NULL);
1240 arc_buf_thaw(db->db_buf);
1261 arc_buf_freeze(((dmu_buf_impl_t *)hdl->sa_spill)->db_buf);
H A Ddmu.c1125 arc_buf_t *dbuf_abuf = dbi->db_buf;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_disasm.c193 uchar_t db_buf[DISBUFSZ]; member in struct:dis_buf
270 if (mdb_tgt_aread(db->db_tgt, db->db_as, db->db_buf,
271 sizeof (db->db_buf), pc) != -1) {
272 db->db_bufsize = sizeof (db->db_buf);
273 } else if (mdb_tgt_aread(db->db_tgt, db->db_as, db->db_buf,
290 (void) memcpy(buf, (char *)db->db_buf + offset, len);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h218 arc_buf_t *db_buf; member in struct:dmu_buf_impl

Completed in 64 milliseconds