Searched refs:recsize (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-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)) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h139 unsigned int recsize; /* size of this record */ member in struct:nfslog_lr
H A Dreadbuf.c315 xdrmem_create(&xdrs, buffer, lbp->bh_lrp->recsize, XDR_FREE);
402 lrp->recsize = record_size;
403 next_rec = lbp->next_rec + lrp->recsize;
420 if ((lrp->buffer = malloc(lrp->recsize)) == NULL) {
426 lrp->recsize - BYTES_PER_XDR_UNIT) <= 0) {
456 xdrmem_create(&lrp->xdrs, buffer, lrp->recsize, XDR_DECODE);
642 prp->len = lrp->recsize;
870 xdrmem_create(&lrp->xdrs, buffer, lrp->recsize, XDR_FREE);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c83 long recsize,
89 long recsize,
1709 long recsize,
1717 NDMP_LOG(LOG_DEBUG, "HUGE Record found: %d", recsize);
1720 if (recsize == 0) {
1730 recsize = RECORDSIZE;
1733 if (input_mem(lib, drv, local_commands, name, recsize) != recsize) {
1764 long recsize,
1771 NDMP_LOG(LOG_DEBUG, "LONGNAME Record found rs %d bs %d", recsize,
1707 get_humongus_file_header(int lib, int drv, long recsize, longlong_t *size, char *name, tlm_cmd_t *local_commands) argument
1762 get_long_name(int lib, int drv, long recsize, char *name, long *buf_spot, tlm_cmd_t *local_commands) argument
[all...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c131 int rval, i, recsize = sizeof (trap_trace_rec_t); local
146 ttc->ttc_current = ttc->ttc_limit - recsize;
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c773 size_t recsize = RECSIZE(*rec); local
776 retval = pnwrite(fd, rec, recsize, recoff);
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c6121 I32 recsize; local
6181 recsize = SvIV(SvRV(PL_rs));
6182 buffer = SvGROW(sv, (STRLEN)(recsize + append + 1)) + append;
6190 bytesread = PerlLIO_read(PerlIO_fileno(fp), buffer, recsize);
6192 bytesread = PerlIO_read(fp, buffer, recsize);

Completed in 210 milliseconds