Lines Matching refs:rmin
246 ssize_t rmin, rmax; in stropen() local
571 rmin = stp->sd_wrq->q_next->q_minpsz; in stropen()
584 stp->sd_qn_minpsz = rmin; in stropen()
2731 ssize_t rmin, rmax; in strwrite_common() local
2761 rmin = stp->sd_qn_minpsz; in strwrite_common()
2775 if (rmin > 0) { in strwrite_common()
2776 if (uiop->uio_resid < rmin) { in strwrite_common()
3203 ssize_t rmin, rmax; in strioctl() local
3831 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
3847 stp->sd_qn_minpsz = rmin; in strioctl()
3912 rmin = wrq->q_next->q_minpsz; in strioctl()
3928 stp->sd_qn_minpsz = rmin; in strioctl()
4133 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
4147 stp->sd_qn_minpsz = rmin; in strioctl()
4266 rmin = wrq->q_next->q_minpsz; in strioctl()
4282 stp->sd_qn_minpsz = rmin; in strioctl()
5197 rmin = stp->sd_qn_minpsz; in strioctl()
5214 if ((msgsize < rmin) || in strioctl()
7735 ssize_t rmin, rmax; in strputmsg() local
7793 rmin = stp->sd_qn_minpsz; in strputmsg()
7814 rmin = 0; /* no range check for NULL data part */ in strputmsg()
7816 if ((msgsize < rmin) || in strputmsg()
7937 ssize_t rmin, rmax; in kstrputmsg() local
7990 rmin = stp->sd_qn_minpsz; in kstrputmsg()
8012 rmin = -1; /* no range check for NULL data part */ in kstrputmsg()
8017 if ((msgsize < rmin) || in kstrputmsg()