Home
last modified time | relevance | path

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

/titanic_41/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 : (unsigned)(sblock->fs_bsize));
606 (size_t)bytecnt, byteoff);
609 bytes -= bytecnt;
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dstream.c1932 int bytecnt = 0, mblkcnt = 0; in getq_noenab() local
1959 ADD_MBLK_SIZE(mp1, bytecnt); in getq_noenab()
1960 if (bytecnt >= rbytes) in getq_noenab()
1975 if (bytecnt > rbytes) { in getq_noenab()
2001 bytecnt = mblkcnt = 0; in getq_noenab()
2005 mp1->b_wptr -= bytecnt - rbytes; in getq_noenab()
2008 bytecnt = rbytes; in getq_noenab()
2048 bytecnt = mp_cont_len(bp, &mblkcnt); in getq_noenab()
2055 q->q_count -= bytecnt; in getq_noenab()
2077 qbp->qb_count -= bytecnt; in getq_noenab()
[all …]
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c346 uint_t bytecnt = blkcnt * DEV_BSIZE; in raid_pw_read() local
357 bp->b_bufsize = bytecnt; in raid_pw_read()
358 bp->b_bcount = bytecnt; in raid_pw_read()
/titanic_41/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) in ioctl_cmd() argument
203 if (bytecnt) in ioctl_cmd()
204 *bytecnt = ios.ic_len; in ioctl_cmd()
/titanic_41/usr/src/uts/common/netinet/
H A Dip_mroute.h150 uint_t bytecnt; member
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_mroute.c449 req->bytecnt = rt->mfc_byte_cnt; in get_sg_cnt()
453 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffffU; in get_sg_cnt()