Searched defs:recsize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c84 ulog_resize(kdb_hlog_t *ulog, uint32_t ulogentries, int ulogfd, uint_t recsize) argument
93 new_block = (recsize / ULOG_BLOCK) + 1;
144 uint_t i, recsize; local
166 recsize = sizeof (kdb_ent_header_t) + upd_size;
168 if (recsize > ulog->kdb_block) {
169 if (retval = ulog_resize(ulog, ulogentries, ulogfd, recsize)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h139 unsigned int recsize; /* size of this record */ member in struct:nfslog_lr
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c560 size_t recsize = sizeof (lr_setattr_t); local
572 recsize = sizeof (*lr) + ZIL_XVAT_SIZE(xvap->xva_mapsize);
575 recsize += fuidp->z_domain_str_sz;
577 itx = zil_itx_create(txtype, recsize);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c136 int rval, i, recsize = sizeof (trap_trace_rec_t); local
151 ttc->ttc_current = ttc->ttc_limit - recsize;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c85 long recsize,
91 long recsize,
1761 long recsize,
1769 NDMP_LOG(LOG_DEBUG, "HUGE Record found: %d", recsize);
1772 if (recsize == 0) {
1782 recsize = RECORDSIZE;
1785 if (input_mem(lib, drv, local_commands, name, recsize) != recsize) {
1816 long recsize,
1823 NDMP_LOG(LOG_DEBUG, "LONGNAME Record found rs %d bs %d", recsize,
1759 get_humongus_file_header(int lib, int drv, long recsize, longlong_t *size, char *name, tlm_cmd_t *local_commands) argument
1814 get_long_name(int lib, int drv, long recsize, char *name, long *buf_spot, tlm_cmd_t *local_commands) argument
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c2403 size_t recsize; local
2411 recsize = dep->de_recsize;
2412 dep->de_rb = (mddb_rb32_t *)kmem_zalloc(recsize, KM_SLEEP);
2414 crbp = (mddb_rb32_t *)kmem_zalloc(recsize, KM_SLEEP);
2458 kmem_free((caddr_t)crbp, recsize);
2461 bzero((caddr_t)rbp, recsize);
2467 kmem_free((caddr_t)crbp, recsize);
8842 size_t recsize; local
8875 recsize = roundup((sizeof (*rbp) - sizeof (rbp->rb_data)) +
8877 blkcnt = btodb(recsize);
9420 size_t recsize; local
10943 size_t recsize; local
[all...]

Completed in 94 milliseconds