Home
last modified time | relevance | path

Searched refs:RD_MSGDIS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1384 if (stp->sd_read_opt & RD_MSGDIS) { in strread()
1456 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()
2354 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()
2360 RD_MSGDIS); in strrput_nondata()
2365 ((stp->sd_read_opt & ~RD_MSGDIS) | in strrput_nondata()
4629 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strioctl()
4633 RD_MSGDIS; in strioctl()
4636 stp->sd_read_opt = (stp->sd_read_opt & ~RD_MSGDIS) | in strioctl()
4667 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h335 #define RD_MSGDIS 0x00000001 /* read msg discard */ macro