HomeSort by relevance Sort by last modified time
    Searched defs:db_size (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dis/
dis_main.c 67 size_t db_size; /* size of data */ member in struct:dis_buffer
121 db.db_size = datalen;
128 while (addr < db.db_addr + db.db_size) {
145 db.db_nextaddr = db.db_addr + db.db_size;
147 if (next > db.db_size)
149 db.db_size;
272 if (addr < db->db_addr || addr >= db->db_addr + db->db_size)
276 len = MIN(len, db->db_size - offset);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
dmu.h 188 uint64_t db_size; /* size of buffer in bytes */ member in struct:dmu_buf
322 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus

Completed in 120 milliseconds