Home
last modified time | relevance | path

Searched refs:S_MSG (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h56 #define S_MSG 010 /* signal msg at front of read Q */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h146 #define S_MSG 0x0008 /* signal msg at front of read Q */ macro
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2184 if (arg & ~(S_INPUT|S_HIPRI|S_OUTPUT|S_MSG|S_ERROR|S_HANGUP)) in strevents()
2194 if (arg & S_MSG) in strevents()
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c1011 if (sevent & S_MSG) { in dosendsig()
1012 sevent &= ~S_MSG; in dosendsig()
4164 if (stp->sd_sigflags & S_MSG) in strsignal_nolock()
4165 strsendsig(stp->sd_siglist, S_MSG, band, 0); in strsignal_nolock()
4183 if (stp->sd_sigflags & S_MSG) in strsignal()
4184 strsendsig(stp->sd_siglist, S_MSG, (uchar_t)band, 0); in strsignal()
H A Dstreamio.c1722 #define ALLSIG (S_INPUT|S_HIPRI|S_OUTPUT|S_MSG|S_ERROR|S_HANGUP|S_RDNORM|\ in strrput()
4620 if (arg & ~(S_INPUT|S_HIPRI|S_MSG|S_HANGUP|S_ERROR| in strioctl()
4769 ~(S_INPUT|S_HIPRI|S_MSG|S_HANGUP|S_ERROR| in strioctl()