Searched refs:erropt (Results 1 – 1 of 1) sorted by relevance
4589 int erropt = 0; in strioctl() local4591 erropt |= (stp->sd_flag & STRDERRNONPERSIST) ? RERRNONPERSIST : in strioctl()4593 erropt |= (stp->sd_flag & STWRERRNONPERSIST) ? WERRNONPERSIST : in strioctl()4595 return (strcopyout(&erropt, (void *)arg, sizeof (int), in strioctl()