Searched refs:RD_MSGNODIS (Results 1 – 2 of 2) sorted by relevance
1456 (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()
336 #define RD_MSGNODIS 0x00000002 /* read msg no discard */ macro