Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c4588 int erropt = 0; in strioctl() local
4590 erropt |= (stp->sd_flag & STRDERRNONPERSIST) ? RERRNONPERSIST : in strioctl()
4592 erropt |= (stp->sd_flag & STWRERRNONPERSIST) ? WERRNONPERSIST : in strioctl()
4594 return (strcopyout(&erropt, (void *)arg, sizeof (int), in strioctl()