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

  /netvirt/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);
  /netvirt/usr/src/tools/abi/audit/
abi_audit.c 380 char db_size[32]; local
480 db_size[0] = '\0';
483 db_sym_name, db_lib_name, db_type, db_size) != 4) {
564 sym->st_size = atoi(db_size);
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/sys/
dmu.h 184 uint64_t db_size; /* size of buffer in bytes */ member in struct:dmu_buf
296 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus

Completed in 119 milliseconds