Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c1387 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()
2285 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()
2290 ((stp->sd_read_opt & ~RD_MSGNODIS) | in strrput_nondata()
2297 RD_MSGNODIS); in strrput_nondata()
4504 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strioctl()
4507 stp->sd_read_opt = (stp->sd_read_opt & ~RD_MSGNODIS) | in strioctl()
4512 RD_MSGNODIS; in strioctl()
4543 ((stp->sd_read_opt & RD_MSGNODIS) ? RMSGN : RNORM)); in strioctl()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h318 #define RD_MSGNODIS 0x00000002 /* read msg no discard */ macro