Searched refs:errno (Results 1 - 25 of 4983) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsparc_data.s32 .global errno
33 .common errno,4,4
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsparc_data.s32 .global errno
33 .common errno,4,4
/illumos-gate/usr/src/lib/libast/common/comp/
H A Derrno.c28 NoN(errno)
35 * errno in the same .o
38 int errno;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Derrno.c36 int errno; local
40 errno = EPERM;
44 errno = EOVERFLOW;
49 errno = EIO;
53 errno = EINVAL;
57 errno = ESTALE;
61 errno = ENXIO;
65 errno = ENOENT;
69 errno = ENOMEM;
73 errno
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s30 / global symbol errno
32 / int errno;
34 .globl errno
35 .comm errno,4
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s33 / global symbol errno
35 / int errno;
37 .globl errno
38 .comm errno,4
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Derrno.c30 #include <errno.h>
32 int errno; variable
/illumos-gate/usr/src/stand/lib/sa/
H A Derrno.h33 * Exported interfaces for standalone's subset of libc's <errno.h>.
37 #include <sys/errno.h>
43 extern int errno;
H A Derrno.c30 #include <errno.h>
32 int errno; variable
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Derrno.h34 #include <sys/errno.h>
35 extern int errno;
/illumos-gate/usr/src/boot/include/
H A Derrno.h3 #include <sys/errno.h>
/illumos-gate/usr/src/head/
H A Derrno.h41 #include <sys/errno.h>
56 #define errno (*(___errno())) macro
58 extern int errno;
59 /* ANSI C++ requires that errno be a macro */
61 #define errno errno macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dposix_sigwait.c31 #include <errno.h>
43 int oerrno = errno;
45 errno = 0;
47 if (errno == 0)
48 errno = EINVAL;
50 nerrno = errno;
52 errno = oerrno;
H A Dset_errno.c30 #include <errno.h>
35 * the global (or per-thread) errno. It returns the mapped error number.
38 * set errno and does not deal with ERESTART; it just returns the error
46 errno = error;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dmaperror.c28 * Include the SVR4/5.0 errno.h
150 extern int errno;
152 if (errno == 0)
155 switch (errno) {
157 errno = XENOMSG; /* No message of desired type */
160 errno = XEIDRM; /* Identifier removed */
163 errno = XEDEADLK; /* Deadlock condition. */
166 errno = XENOLCK; /* No record locks available. */
169 errno = XENOSTR; /* Device not a stream */
172 errno
[all...]
H A Dshutdown.c29 #include <sys/errno.h>
33 extern int errno;
43 if (errno == N_ENOTCONN) {
44 errno = 0;
47 maperror(errno);
H A Dlisten.c29 #include <errno.h>
36 maperror(errno);
H A Dsetregid.c29 #include <errno.h>
35 errno = EINVAL;
H A Dsetreuid.c29 #include <errno.h>
35 errno = EINVAL;
/illumos-gate/usr/src/lib/libbc/libc/compat/sys5/
H A Dnice.c32 #include <errno.h>
46 errno = EPERM;
50 serrno = errno;
51 errno = 0;
53 if (prio == -1 && errno)
66 if (errno == EACCES)
67 errno = EPERM;
70 errno = serrno;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_page_sun4v.c27 #include <errno.h>
38 errno = ldom_fmri_status(cma_lhp, nvl);
40 if (errno == 0 || errno == EINVAL)
42 if (errno == EAGAIN)
52 errno = ldom_fmri_retire(cma_lhp, nvl);
54 if (errno == 0 || errno == EIO || errno == EINVAL)
56 if (errno
[all...]
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/
H A Dnice.c41 extern int errno;
44 serrno = errno;
45 errno = 0;
47 if (prio == -1 && errno)
51 errno = serrno;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnice.c47 #include <errno.h>
58 serrno = errno;
59 errno = 0;
61 if (prio == -1 && errno)
65 errno = serrno;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Disatty.c34 extern int errno;
43 err = errno;
46 errno = err;
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmopen.c33 # include <errno.h>
50 errno = EEXIST;

Completed in 113 milliseconds

1234567891011>>