Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h286 #define STREOF 0x10000000 /* End-of-file indication */ macro
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c1204 if (stp->sd_flag & (STRHUP|STREOF)) { in strread()
1583 if (stp->sd_flag == STREOF) { in strrput()
5306 if (stp->sd_flag & (STRHUP|STREOF)) { in strioctl()
6665 if ((stp->sd_flag & (STRHUP|STREOF)) || (mctl->maxlen == 0 && in strgetmsg()
7220 if ((stp->sd_flag & (STRHUP|STREOF)) || in kstrgetmsg()
8327 if (sd_flags & STREOF) in strpoll()
H A Dstrsubr.c7954 !(stp->sd_flag & (STRATMARK|STRNOTATMARK|STREOF))) { in strwaitmark()
8058 stp->sd_flag &= ~STREOF; in strseteof()
8062 stp->sd_flag |= STREOF; in strseteof()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c161 { SF(STREOF), "End-of-file indication" },