Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c303 uchar_t *rptr, *rmax; in z_compress() local
318 while (rptr >= rmax) { \ in z_compress()
324 rmax = mp->b_wptr; \ in z_compress()
341 rmax = mp->b_wptr; in z_compress()
537 uchar_t *rptr, *rmax; in z_incomp() local
546 rmax = mp->b_wptr; in z_incomp()
773 uchar_t *rptr, *rmax; in z_decompress() local
791 rmax = mi->b_wptr; in z_decompress()
792 if (rptr > rmax) { in z_decompress()
810 while (rptr >= rmax) { \ in z_decompress()
[all …]
H A Dbsd-comp.c571 uchar_t *rptr, *rmax; in bsd_compress() local
614 while (rptr >= rmax) { \ in bsd_compress()
620 rmax = mp->b_wptr; \ in bsd_compress()
640 rmax = mp->b_wptr; in bsd_compress()
914 uchar_t *rptr, *rmax; in bsd_incomp() local
923 rmax = mp->b_wptr; in bsd_incomp()
1110 uchar_t *rptr, *rmax; in bsd_decompress() local
1132 rmax = cmsg->b_wptr; in bsd_decompress()
1140 while (rptr >= rmax) { \ in bsd_decompress()
1148 rmax = cmsg->b_wptr; \ in bsd_decompress()
[all …]
/onnv-gate/usr/src/uts/common/os/
H A Dstreamio.c245 ssize_t rmin, rmax; in stropen() local
571 rmax = stp->sd_wrq->q_next->q_maxpsz; in stropen()
576 if (rmax == INFPSZ) in stropen()
577 rmax = strmsgsz; in stropen()
579 rmax = MIN(strmsgsz, rmax); in stropen()
584 stp->sd_qn_maxpsz = rmax; in stropen()
2730 ssize_t rmin, rmax; in strwrite_common() local
2761 rmax = stp->sd_qn_maxpsz; in strwrite_common()
2770 ASSERT((rmax >= 0) || (rmax == INFPSZ)); in strwrite_common()
2771 if (rmax == 0) { in strwrite_common()
[all …]
/onnv-gate/usr/src/cmd/sendmail/libsm/
H A Drpool.c388 SM_RESOURCE_T *r, *rmax; local
403 rmax = rpool->sm_rptr;
406 for (r = rl->sm_rvec; r < rmax; ++r)
416 rmax = &rl->sm_rvec[SM_RLIST_MAX];
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4700 ssize_t iosize, rmax, maxblk; in sostream_direct() local
4737 rmax = stp->sd_qn_maxpsz; in sostream_direct()
4738 ASSERT(rmax >= 0 || rmax == INFPSZ); in sostream_direct()
4739 if (rmax == 0 || uiop->uio_resid <= 0) in sostream_direct()
4742 if (rmax == INFPSZ) in sostream_direct()
4743 rmax = uiop->uio_resid; in sostream_direct()
4748 iosize = MIN(uiop->uio_resid, rmax); in sostream_direct()
/onnv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c1836 int rmax; in __hal_device_rth_it_configure() local
1856 rmax=0; in __hal_device_rth_it_configure()
1860 rings[rmax++] = rnum; in __hal_device_rth_it_configure()
1867 if (rnum == rmax) in __hal_device_rth_it_configure()