Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h286 #define STREOF 0x10000000 /* End-of-file indication */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c1203 if (stp->sd_flag & (STRHUP|STREOF)) { in strread()
1582 if (stp->sd_flag == STREOF) { in strrput()
5305 if (stp->sd_flag & (STRHUP|STREOF)) { in strioctl()
6664 if ((stp->sd_flag & (STRHUP|STREOF)) || (mctl->maxlen == 0 && in strgetmsg()
7219 if ((stp->sd_flag & (STRHUP|STREOF)) || in kstrgetmsg()
8309 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_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c161 { SF(STREOF), "End-of-file indication" },