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