HomeSort by relevance Sort by last modified time
    Searched refs:errno (Results 1 - 25 of 5207) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
sparc_data.s 32 .global errno
33 .common errno,4,4
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
sparc_data.s 32 .global errno
33 .common errno,4,4
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
errno.c 28 NoN(errno)
35 * errno in the same .o
38 int errno;
rename.c 45 oerrno = errno;
54 errno = oerrno;
58 errno = EPERM;
70 ooerrno = errno;
74 if (errno == EPERM)
76 errno = ooerrno;
80 oerrno = errno;
84 if (errno == EPERM)
86 errno = ooerrno;
90 errno = oerrno
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/
errno.c 30 #include <errno.h>
32 int errno; variable
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
errno.h 34 #include <sys/errno.h>
35 extern int errno;
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
amd64_data.s 30 / global symbol errno
32 / int errno;
34 .globl errno
35 .comm errno,4
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
i386_data.s 33 / global symbol errno
35 / int errno;
37 .globl errno
38 .comm errno,4
  /onnv/onnv-gate/usr/src/stand/lib/sa/
errno.h 33 * Exported interfaces for standalone's subset of libc's <errno.h>.
37 #include <sys/errno.h>
43 extern int errno;
errno.c 30 #include <errno.h>
32 int errno; variable
43 (void) snprintf(errmsgbuf, sizeof (errmsgbuf), "ERRNO: %d", errnum);
  /onnv/onnv-gate/usr/src/head/
errno.h 41 #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
  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
posix_sigwait.c 31 #include <errno.h>
43 int oerrno = errno;
45 errno = 0;
47 if (errno == 0)
48 errno = EINVAL;
50 nerrno = errno;
52 errno = oerrno;
set_errno.c 30 #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;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
maperror.c 28 * 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 = XETIME; /* timer expired *
    [all...]
shutdown.c 29 #include <sys/errno.h>
33 extern int errno;
43 if (errno == N_ENOTCONN) {
44 errno = 0;
47 maperror(errno);
listen.c 29 #include <errno.h>
36 maperror(errno);
setregid.c 29 #include <errno.h>
35 errno = EINVAL;
setreuid.c 29 #include <errno.h>
35 errno = EINVAL;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/sys5/
nice.c 32 #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;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
cma_page_sun4v.c 27 #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 == EAGAIN
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/4.1/
nice.c 41 extern int errno;
44 serrno = errno;
45 errno = 0;
47 if (prio == -1 && errno)
51 errno = serrno;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
nice.c 47 #include <errno.h>
58 serrno = errno;
59 errno = 0;
61 if (prio == -1 && errno)
65 errno = serrno;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
isatty.c 34 extern int errno;
43 err = errno;
46 errno = err;
  /onnv/onnv-gate/usr/src/cmd/lp/lib/msgs/
mopen.c 33 # include <errno.h>
50 errno = EEXIST;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
rmdir.c 38 if (errno == EEXIST)
39 errno = ENOTEMPTY;

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>