Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c4540 int rdopt; in strioctl() local
4542 rdopt = ((stp->sd_read_opt & RD_MSGDIS) ? RMSGD : in strioctl()
4544 rdopt |= ((stp->sd_read_opt & RD_PROTDAT) ? RPROTDAT : in strioctl()
4547 return (strcopyout(&rdopt, (void *)arg, sizeof (int), in strioctl()