Home
last modified time | relevance | path

Searched refs:sd_anchor (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c228 stp->sd_anchor = stp->sd_pushcnt; in push_mod()
4008 stp->sd_pushcnt == stp->sd_anchor && in strioctl()
4058 if (stp->sd_pushcnt < stp->sd_anchor) { in strioctl()
4059 stp->sd_anchor = 0; in strioctl()
4161 if (stp->sd_anchor != 0 && in strioctl()
4209 if (stp->sd_anchor != 0) { in strioctl()
4216 if (pos > (stp->sd_pushcnt - stp->sd_anchor) && in strioctl()
4281 if (stp->sd_anchor != 0) { in strioctl()
4283 if (pos >= (stp->sd_pushcnt - stp->sd_anchor)) in strioctl()
4284 stp->sd_anchor++; in strioctl()
[all …]
H A Dstrsubr.c3313 stp->sd_anchor = 0; in shalloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h236 int sd_anchor; /* position of anchor in stream */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c708 sd.sd_pushcnt, sd.sd_anchor, sd.sd_refcnt); in stdata()