Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c379 stp->sd_sigflags = 0; in stropen()
645 ASSERT(stp->sd_sigflags == 0); in strclose()
924 stp->sd_sigflags = 0; in strclean()
926 stp->sd_sigflags |= ssp->ss_events; in strclean()
955 stp->sd_sigflags = 0; in strcleanall()
1858 if (stp->sd_sigflags & signals) in strrput()
1994 if (stp->sd_sigflags & S_ERROR) in strrput_nondata()
2042 if (stp->sd_sigflags & S_ERROR) in strrput_nondata()
2952 if (stp->sd_sigflags & S_WRNORM) in strwsrv()
2989 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_41/usr/src/uts/common/sys/
H A Dstrsubr.h189 int sd_sigflags; /* logical OR of all siglist events */ member
/titanic_41/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_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1303 if (vp->v_stream->sd_sigflags & (S_INPUT|S_RDNORM|S_WRNORM)) in fifo_fastioctl()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1634 if (stp->sd_sigflags & S_OUTPUT) in strsock_discon_ind()