Searched defs:set_errno (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_err.c259 set_errno(int err) function
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c152 set_errno( int Errno ) function
265 set_errno( int err ) function
284 (void (*)(int))set_errno,
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c339 return ((int64_t)set_errno(ENOSYS));
449 (void) set_errno(EINTR); /* sets post-sys processing */
933 return ((int64_t)set_errno(EFAULT));
940 return ((int64_t)set_errno(error));
1074 return ((int64_t)set_errno(EFAULT));
1086 * set_errno - set an error return from the current system call.
1089 * use tail-recursion-elimination and do return (set_errno(ERRNO));
1092 set_errno(uint_t error) function
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c197 (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_ function
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c303 set_errno(int err) function
334 tfns.ltf_set_errno = set_errno;

Completed in 65 milliseconds