Home
last modified time | relevance | path

Searched refs:sd_sigflags (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c380 stp->sd_sigflags = 0; in stropen()
646 ASSERT(stp->sd_sigflags == 0); in strclose()
925 stp->sd_sigflags = 0; in strclean()
927 stp->sd_sigflags |= ssp->ss_events; in strclean()
956 stp->sd_sigflags = 0; in strcleanall()
1859 if (stp->sd_sigflags & signals) in strrput()
1995 if (stp->sd_sigflags & S_ERROR) in strrput_nondata()
2043 if (stp->sd_sigflags & S_ERROR) in strrput_nondata()
2953 if (stp->sd_sigflags & S_WRNORM) in strwsrv()
2990 if (stp->sd_sigflags & S_WRBAND) in strwsrv()
[all …]
H A Dstrsubr.c939 if (stp->sd_sigflags & event) in str_sendsig()
4164 if (stp->sd_sigflags & S_MSG) in strsignal_nolock()
4183 if (stp->sd_sigflags & S_MSG) in strsignal()
4201 if (stp->sd_sigflags & S_HANGUP) in strhup()
8005 if (stp->sd_sigflags & S_ERROR) in strsetrerror()
8041 if (stp->sd_sigflags & S_ERROR) in strsetwerror()
8072 if (stp->sd_sigflags & (S_INPUT|S_RDNORM)) in strseteof()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h189 int sd_sigflags; /* logical OR of all siglist events */ member
/titanic_50/usr/src/uts/common/io/
H A Dstream.c3577 if (stp->sd_sigflags & S_WRNORM) in strwakeq()
3592 int events = stp->sd_sigflags & (S_INPUT | S_RDNORM); in strwakeq()
3607 if (stp->sd_sigflags & S_WRNORM) in strwakeq()
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1305 if (vp->v_stream->sd_sigflags & (S_INPUT|S_RDNORM|S_WRNORM)) in fifo_fastioctl()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1634 if (stp->sd_sigflags & S_OUTPUT) in strsock_discon_ind()