Home
last modified time | relevance | path

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

/titanic_41/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 …]
/titanic_41/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 …]
/titanic_41/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];
/titanic_41/usr/src/cmd/mandoc/
H A Dman_term.c981 size_t rm, rmax; in print_man_node() local
1042 rmax = p->maxrmargin; in print_man_node()
1049 if (rm < rmax && n->parent->tok == MAN_HP) { in print_man_node()
1051 p->rmargin = rmax; in print_man_node()
1054 p->maxrmargin = rmax; in print_man_node()
H A Dmdoc_term.c1622 size_t tabwidth, rm, rmax; in termp_bd_pre() local
1651 rmax = p->maxrmargin; in termp_bd_pre()
1690 p->maxrmargin = rmax; in termp_bd_pre()
1699 size_t rm, rmax; in termp_bd_post() local
1705 rmax = p->maxrmargin; in termp_bd_post()
1715 p->maxrmargin = rmax; in termp_bd_post()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4704 ssize_t iosize, rmax, maxblk; in sostream_direct() local
4741 rmax = stp->sd_qn_maxpsz; in sostream_direct()
4742 ASSERT(rmax >= 0 || rmax == INFPSZ); in sostream_direct()
4743 if (rmax == 0 || uiop->uio_resid <= 0) in sostream_direct()
4746 if (rmax == INFPSZ) in sostream_direct()
4747 rmax = uiop->uio_resid; in sostream_direct()
4752 iosize = MIN(uiop->uio_resid, rmax); in sostream_direct()
/titanic_41/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()