Lines Matching refs:sd_pushcnt
203 if (stp->sd_pushcnt >= nstrpush) { in push_mod()
223 if (anchor == stp->sd_pushcnt) { in push_mod()
224 stp->sd_anchor = stp->sd_pushcnt; in push_mod()
391 stp->sd_pushcnt = 0; in stropen()
3797 if (stp->sd_pushcnt >= nstrpush) { in strioctl()
3881 if (stp->sd_pushcnt > 0 && in strioctl()
3882 stp->sd_pushcnt == stp->sd_anchor && in strioctl()
3932 if (stp->sd_pushcnt < stp->sd_anchor) { in strioctl()
4076 if (stp->sd_pushcnt >= nstrpush || pos < 0 || in strioctl()
4077 pos > stp->sd_pushcnt) { in strioctl()
4090 if (pos > (stp->sd_pushcnt - stp->sd_anchor) && in strioctl()
4157 if (pos >= (stp->sd_pushcnt - stp->sd_anchor)) in strioctl()
4243 if (pos >= (stp->sd_pushcnt - stp->sd_anchor) && in strioctl()
4296 if (pos == stp->sd_pushcnt - stp->sd_anchor + 1) in strioctl()
4298 else if (pos > (stp->sd_pushcnt - stp->sd_anchor + 1)) in strioctl()
4326 stp->sd_anchor = stp->sd_pushcnt; in strioctl()
5448 *rvalp = stp->sd_pushcnt; in strioctl()
5450 *rvalp = stp->sd_pushcnt + 1; in strioctl()