Searched refs:bytecnt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c520 u_offset_t bytecnt = 0; local
555 bytecnt = diff % (unsigned)(sblock->fs_bsize);
557 byteoff = bytecnt % (off_t)(sblock->fs_fsize);
559 tpblkoff = d_howmany(bytecnt,
562 fragoff = bytecnt / (off_t)(sblock->fs_fsize);
563 bytecnt = (unsigned)(sblock->fs_bsize) - bytecnt;
598 bytecnt = MIN(bytes, bytecnt ?
599 bytecnt
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1932 int bytecnt = 0, mblkcnt = 0; local
1959 ADD_MBLK_SIZE(mp1, bytecnt);
1960 if (bytecnt >= rbytes)
1975 if (bytecnt > rbytes) {
1984 * OK to use the existing bytecnt and the
2001 bytecnt = mblkcnt = 0;
2005 mp1->b_wptr -= bytecnt - rbytes;
2008 bytecnt = rbytes;
2048 bytecnt = mp_cont_len(bp, &mblkcnt);
2055 q->q_count -= bytecnt;
2221 int bytecnt = 0, mblkcnt = 0; local
2610 int bytecnt = 0, mblkcnt = 0; local
2799 int bytecnt = 0, mblkcnt = 0; local
2990 int bytecnt = 0, mblkcnt = 0; local
[all...]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h150 uint_t bytecnt; member in struct:sioc_sg_req
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c346 uint_t bytecnt = blkcnt * DEV_BSIZE; local
357 bp->b_bufsize = bytecnt;
358 bp->b_bcount = bytecnt;
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c192 ioctl_cmd(vnode_t *avp, int cmd, void *data, int datasize, int *bytecnt) argument
203 if (bytecnt)
204 *bytecnt = ios.ic_len;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c449 req->bytecnt = rt->mfc_byte_cnt;
453 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffffU;

Completed in 79 milliseconds