Home
last modified time | relevance | path

Searched refs:RMSGN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h40 #define RMSGN 2 /* read msg no discard */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h58 #define RMSGN 0x002 /* read msg no discard */ macro
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c2293 case RMSGN: in strrput_nondata()
4497 if ((arg & (RMSGD|RMSGN)) == (RMSGD|RMSGN)) in strioctl()
4509 case RMSGN: in strioctl()
4542 ((stp->sd_read_opt & RD_MSGNODIS) ? RMSGN : RNORM)); in strioctl()
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c795 strop->so_readopt = RMSGN; in ldtermopen()
4797 optbuf.so_readopt = RMSGN; in chgstropts()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2172 case RMSGN: str = "RMSGN"; break; in strrdopt()