Searched refs:__set_errno (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dset_errno.c34 * __set_errno() takes an error number, maps ERESTART into EINTR, and sets
36 * __set_errno(error) is designed to be used after calling __systemcall()
42 __set_errno(int error) function
H A Dreadlink.c39 (void) __set_errno(error);
53 (void) __set_errno(error);
H A Dshmsys.c54 (void) __set_errno(error);
62 (void) __set_errno(EINVAL);
72 (void) __set_errno(EINVAL);
H A Dmsgsys.c57 (void) __set_errno(EINVAL);
68 (void) __set_errno(EINVAL);
90 (void) __set_errno(error);
107 (void) __set_errno(error);
H A Dsidsys.c45 (void) __set_errno(e);
H A Dexacctsys.c47 (void) __set_errno(error);
H A Dsemsys.c94 (void) __set_errno(EINVAL);
111 (void) __set_errno(EINVAL);
H A Drctlsys.c63 (void) __set_errno(error);
H A Dzone.c93 (void) __set_errno(error);
/illumos-gate/usr/src/lib/libsendfile/common/
H A Dsendfile.c56 (void) __set_errno(error);
81 (void) __set_errno(error);
105 (void) __set_errno(error);
130 (void) __set_errno(error);
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h517 extern int __set_errno(int);

Completed in 56 milliseconds