Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h54 #define S_HIPRI 002 /* high priority msg on read Q */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dstropts.h144 #define S_HIPRI 0x0002 /* high priority msg on read Q */ macro
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c2184 if (arg & ~(S_INPUT|S_HIPRI|S_OUTPUT|S_MSG|S_ERROR|S_HANGUP)) in strevents()
2190 if (arg & S_HIPRI) in strevents()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c1511 *firstmsgsigs = S_HIPRI; in strrput_proto()
1722 #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()
H A Dstrsubr.c975 if (sevent & S_HIPRI) { in dosendsig()
976 sevent &= ~S_HIPRI; in dosendsig()