Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c4539 int rdopt; in strioctl() local
4541 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
4543 rdopt |= ((stp->sd_read_opt & RD_PROTDAT) ? RPROTDAT : in strioctl()
4546 return (strcopyout(&rdopt, (void *)arg, sizeof (int), in strioctl()