Lines Matching defs:set_errno
197 (void) set_errno(EFAULT);
346 (void) set_errno(EINTR); /* forces post_sys */
363 (void) set_errno(error);
867 return (set_errno(ENOSYS));
1101 return ((int64_t)set_errno(EFAULT));
1109 return ((longlong_t)set_errno(error));
1220 rval = set_errno(error);
1245 * set_errno - set an error return from the current system call.
1248 * use tail-recursion-elimination and do return (set_errno(ERRNO));
1251 set_errno(uint_t error)