Home
last modified time | relevance | path

Searched refs:RMSGD (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h39 #define RMSGD 1 /* read msg discard */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dstropts.h57 #define RMSGD 0x001 /* read msg discard */ macro
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c406 if (ioctl(fd, I_SRDOPT, RMSGD) < 0) { in smc_send_msg()
/titanic_44/usr/src/cmd/ttymon/
H A Dttymon.c670 if (ioctl(PCpipe[0], I_SRDOPT, RMSGD) == -1) in setup_PCpipe()
/titanic_44/usr/src/cmd/utmpd/
H A Dutmpd.c627 (void) ioctl(Pfd, I_SRDOPT, RMSGD); in setup_pipe()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c2287 case RMSGD: in strrput_nondata()
4497 if ((arg & (RMSGD|RMSGN)) == (RMSGD|RMSGN)) in strioctl()
4505 case RMSGD: in strioctl()
4541 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c2171 case RMSGD: str = "RMSGD"; break; in strrdopt()
/titanic_44/usr/src/cmd/init/
H A Dinit.c2253 (void) ioctl(Pfd, I_SRDOPT, RMSGD); in setup_pipe()