Home
last modified time | relevance | path

Searched refs:dbsize (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/fs/adosfs/
H A Dadvnops.c174 fblks = howmany(ap->fsize, amp->dbsize); in adosfs_getattr()
176 vap->va_bytes = fblks * amp->dbsize; in adosfs_getattr()
179 vap->va_blocksize = amp->dbsize; in adosfs_getattr()
261 size = amp->dbsize; in adosfs_read()
309 amp->bsize - amp->dbsize, (int)n, uio); in adosfs_read()
H A Dadosfs.h119 u_long dbsize; /* data bytes per block */ member
H A Dadvfsops.c249 amp->dbsize = amp->bsize - (IS_FFS(amp) ? 0 : OFS_DATA_OFFSET); in adosfs_mountfs()
350 sbp->f_iosize = amp->dbsize; in adosfs_statvfs()
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c978 uint64_t dbsize; in ns_xfr_start()
1045 result = dns_db_getsize(db, ver, NULL, &dbsize); in ns_xfr_start()
1048 if (ratio != 0 && ((100 * jsize) / dbsize) > ratio) { in ns_xfr_start()
1058 jsize, dbsize); in ns_xfr_start()
1067 jsize, dbsize); in ns_xfr_start()
980 uint64_t dbsize; ns_xfr_start() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19921784 * dwarfread.c (dbsize): New variable to hold size of dwarf info.
1785 * dwarfread.c (dwarf_build_psymtabs): Rename dbsize parameter to
1786 dbfsize and use it to initialize new local file scope dbsize.
1787 * dwarfread.c (read_ofile_symtab): Initialize dbsize and use it.
1788 * dwarfread.c (basicdieinfo): Use dbsize to check for oversize
H A DChangeLog-20078637 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19921784 * dwarfread.c (dbsize): New variable to hold size of dwarf info.
1785 * dwarfread.c (dwarf_build_psymtabs): Rename dbsize parameter to
1786 dbfsize and use it to initialize new local file scope dbsize.
1787 * dwarfread.c (read_ofile_symtab): Initialize dbsize and use it.
1788 * dwarfread.c (basicdieinfo): Use dbsize to check for oversize
H A DChangeLog-20078637 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dzone.c11625 uint64_t dbsize; in zone_expire()
11637 result = dns_db_getsize(db, ver, NULL, &dbsize); in zone_refresh()
11644 } else if (dbsize < DNS_JOURNAL_SIZE_MAX / 2) { in zone_refresh()
11645 journalsize = (int32_t)dbsize * 2; in zone_refresh()
11788 uint64_t dbsize; zone_journal_compact() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c11774 uint64_t dbsize; in zone_journal_compact() local
11786 result = dns_db_getsize(db, ver, NULL, &dbsize); in zone_journal_compact()
11793 } else if (dbsize < DNS_JOURNAL_SIZE_MAX / 2) { in zone_journal_compact()
11794 journalsize = (int32_t)dbsize * 2; in zone_journal_compact()