Searched refs:RMSGD (Results 1 – 8 of 8) sorted by relevance
39 #define RMSGD 1 /* read msg discard */ macro
57 #define RMSGD 0x001 /* read msg discard */ macro
406 if (ioctl(fd, I_SRDOPT, RMSGD) < 0) { in smc_send_msg()
670 if (ioctl(PCpipe[0], I_SRDOPT, RMSGD) == -1) in setup_PCpipe()
627 (void) ioctl(Pfd, I_SRDOPT, RMSGD); in setup_pipe()
2288 case RMSGD: in strrput_nondata()4498 if ((arg & (RMSGD|RMSGN)) == (RMSGD|RMSGN)) in strioctl()4506 case RMSGD: in strioctl()4542 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
2181 case RMSGD: str = "RMSGD"; break; in strrdopt()
2253 (void) ioctl(Pfd, I_SRDOPT, RMSGD); in setup_pipe()