Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h304 #define STREOF 0x10000000 /* End-of-file indication */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1273 if (stp->sd_flag & (STRHUP|STREOF)) { in strread()
1652 if (stp->sd_flag == STREOF) { in strrput()
5431 if (stp->sd_flag & (STRHUP|STREOF)) { in strioctl()
6790 if ((stp->sd_flag & (STRHUP|STREOF)) || (mctl->maxlen == 0 && in strgetmsg()
7345 if ((stp->sd_flag & (STRHUP|STREOF)) || in kstrgetmsg()
8447 if (sd_flags & STREOF) in strpoll()
H A Dstrsubr.c7987 !(stp->sd_flag & (STRATMARK|STRNOTATMARK|STREOF))) { in strwaitmark()
8091 stp->sd_flag &= ~STREOF; in strseteof()
8095 stp->sd_flag |= STREOF; in strseteof()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c165 { SF(STREOF), "End-of-file indication" },