Lines Matching refs:sd_pushcnt
204 if (stp->sd_pushcnt >= nstrpush) { in push_mod()
224 if (anchor == stp->sd_pushcnt) { in push_mod()
225 stp->sd_anchor = stp->sd_pushcnt; in push_mod()
392 stp->sd_pushcnt = 0; in stropen()
3798 if (stp->sd_pushcnt >= nstrpush) { in strioctl()
3882 if (stp->sd_pushcnt > 0 && in strioctl()
3883 stp->sd_pushcnt == stp->sd_anchor && in strioctl()
3933 if (stp->sd_pushcnt < stp->sd_anchor) { in strioctl()
4077 if (stp->sd_pushcnt >= nstrpush || pos < 0 || in strioctl()
4078 pos > stp->sd_pushcnt) { in strioctl()
4091 if (pos > (stp->sd_pushcnt - stp->sd_anchor) && in strioctl()
4158 if (pos >= (stp->sd_pushcnt - stp->sd_anchor)) in strioctl()
4244 if (pos >= (stp->sd_pushcnt - stp->sd_anchor) && in strioctl()
4297 if (pos == stp->sd_pushcnt - stp->sd_anchor + 1) in strioctl()
4299 else if (pos > (stp->sd_pushcnt - stp->sd_anchor + 1)) in strioctl()
4327 stp->sd_anchor = stp->sd_pushcnt; in strioctl()
5449 *rvalp = stp->sd_pushcnt; in strioctl()
5451 *rvalp = stp->sd_pushcnt + 1; in strioctl()