Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1456 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()
2354 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()
2359 ((stp->sd_read_opt & ~RD_MSGNODIS) | in strrput_nondata()
2366 RD_MSGNODIS); in strrput_nondata()
4629 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strioctl()
4632 stp->sd_read_opt = (stp->sd_read_opt & ~RD_MSGNODIS) | in strioctl()
4637 RD_MSGNODIS; in strioctl()
4668 ((stp->sd_read_opt & RD_MSGNODIS) ? RMSGN : RNORM)); in strioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h336 #define RD_MSGNODIS 0x00000002 /* read msg no discard */ macro