Searched refs:RD_MSGDIS (Results 1 – 2 of 2) sorted by relevance
1314 if (stp->sd_read_opt & RD_MSGDIS) { in strread()1386 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()2284 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()2290 RD_MSGDIS); in strrput_nondata()2295 ((stp->sd_read_opt & ~RD_MSGDIS) | in strrput_nondata()4503 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strioctl()4507 RD_MSGDIS; in strioctl()4510 stp->sd_read_opt = (stp->sd_read_opt & ~RD_MSGDIS) | in strioctl()4541 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
317 #define RD_MSGDIS 0x00000001 /* read msg discard */ macro