Searched defs:db_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c69 size_t db_size; /* size of data */ member in struct:dis_buffer
142 db.db_size = datalen;
151 while (addr < db.db_addr + db.db_size) {
178 db.db_nextaddr = db.db_addr + db.db_size;
180 if (next > db.db_size)
182 db.db_size;
312 if (addr < db->db_addr || addr >= db->db_addr + db->db_size)
316 len = MIN(len, db->db_size - offset);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h219 u16 db_size; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Dvfpf_if.h136 u16 db_size; member in struct:pf_vf_msg_acquire_resp::sw_pf_vf_pfdev_info
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h295 uint64_t db_size; /* size of buffer in bytes */ member in struct:dmu_buf
427 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus

Completed in 51 milliseconds