Home | History | Annotate | Download | only in port

Lines Matching refs:rstatus

49           __TYPE lo, __TYPE hi, int * rstatus)
61 if (rstatus == NULL)
62 rstatus = &rep;
69 *rstatus = errno;
72 if (*rstatus == 0) {
75 *rstatus = ECANCELED;
78 *rstatus = ENOTSUP;
82 if (*rstatus == 0)
83 *rstatus = ERANGE;
87 if (*rstatus == 0)
88 *rstatus = ERANGE;