Searched defs:errno (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Derrno.h24 #define errno grub_errno macro
/osnet-11/usr/src/lib/pyzfs/common/
H A Dholds.py29 import errno namespace
74 raise zfs.util.ZFSError(errno.ENOENT, _("no matching datasets"))
H A Duserspace.py31 import errno namespace
H A Dallow.py33 import errno namespace
251 raise zfs.util.ZFSError(errno.EINVAL, permname,
H A Ddataset.py31 import errno namespace
122 e = zfs.util.ZFSError(errno.EINVAL,
216 raise zfs.util.ZFSError(errno.EINVAL,
223 if not recursive or e.errno != errno.ENOENT:
233 if e.errno != errno.ENOENT:
H A Dutil.py29 import errno namespace
36 errno.ECANCELED = 47
37 errno.ENOTSUP = 48
63 errno -- the error number (eg, from ioctl(2))."""
65 __slots__ = "why", "task", "errno"
70 eno -- the error number (errno)
75 self.errno = eno
90 errno.EPERM: _("permission denied"),
91 errno.ECANCELED:
93 errno
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgexecv.c32 #include <errno.h>
182 progerr(pkg_gt(ERR_FORK_FAILED), errno, strerror(errno)); local
258 if (errno == EAGAIN) {
262 if (errno == EINTR) {
297 errno, strerror(errno)); local
442 progerr(pkg_gt(ERR_EX_FAIL), arg[0], errno); local
H A Dgpkglist.c36 #include <errno.h>
83 progerr(pkg_gt(ERR_MEMORY), errno); local
84 errno = ENOMEM;
128 errno = ENOPKG; /* contains no valid packages */
141 errno = EFAULT;
152 errno = EFAULT;
165 errno = ((n == 3) ? EINTR : EFAULT);
215 errno = ESRCH;
234 errno = ESRCH;
H A Ddstream.c39 #include <errno.h>
216 logerr(pkg_gt(MSG_OPEN), device, errno); local
319 logerr(pkg_gt(MSG_OPEN), device, errno); local
334 logerr(pkg_gt(MSG_OPEN), device, errno); local
373 logerr(pkg_gt(MSG_OPEN), device, errno); local
382 logerr(pkg_gt(MSG_OPEN), device, errno); local
613 logerr(pkg_gt(MSG_STATFS), errno); local
908 device, errno); local
937 errno = ENODEV;
957 logerr(pkg_gt(MSG_POPEN), cmd, errno); local
[all...]
H A Dpkgtrans.c33 #include <errno.h>
954 logerr(pkg_gt(MSG_OPEN), device, errno); local
960 logerr(pkg_gt(MSG_OPEN), device, errno); local
1335 logerr(pkg_gt(MSG_POPEN), cmd, errno); local
1349 logerr(pkg_gt(MSG_PCLOSE), cmd, errno); local
1413 cmd, errno); local
1429 cmd, errno); local
1491 errno); local
1497 errno); local
1567 logerr(pkg_gt(MSG_STATVFS), dstdir, errno); local
1657 dstdev.cdevice, errno); local
1663 dstdev.cdevice, errno); local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Derr.c34 grub_err_t errno; member in struct:__anon482
74 grub_error_stack_items[grub_error_stack_pos].errno = grub_errno;
90 active errno to GRUB_ERR_NONE. */
102 grub_errno = grub_error_stack_items[grub_error_stack_pos].errno;
/osnet-11/usr/src/lib/libsasl/lib/
H A Dseterror.c70 /* need to handle the fact that errno has been defined as a function
72 # ifdef errno
73 # undef errno macro
74 # endif /* errno */
98 * of an errno error)
247 case 'm': /* insert the errno string */
H A Dcommon.c77 /* need to handle the fact that errno has been defined as a function
79 # ifdef errno
80 # undef errno macro
81 # endif /* errno */
1718 * %m will parse the value in the next argument as an errno string
1865 case 'm': /* insert the errno string */
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c71 int errno; variable
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py29 import errno namespace
382 if ose.errno != errno.EEXIST:
H A Dsbb.py29 import errno namespace
352 if oserr.errno != errno.EEXIST:
/osnet-11/usr/src/cmd/sendmail/src/
H A Derr.c70 ** - syserr decides what class of error this is by looking at errno.
77 errno = ENOMEM;
94 ** reply code defaults to 451 or 554, depending on errno.
129 int save_errno = errno;
254 errno = 0;
459 errno = 0; local
514 errno = 0; local
659 shortenstring(msg, MAXSHORTSTR), sm_errstring(errno));
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h44 #include <errno.h>
48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno) macro
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */
139 int last_errno; /* last reported errno */
159 #ifndef errno
160 extern __MANGLE__ int errno; /* system call error status */
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h35 #include <errno.h>
39 #if !defined(errno) && defined(__DYNAMIC__)
40 #define errno __DYNAMIC__(errno) macro
70 #define ERROR_SYSTEM 0x0100 /* report system errno message */
130 int last_errno; /* last reported errno */
150 #ifndef errno
151 extern int errno; /* system call error status */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h44 #include <errno.h>
48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno) macro
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */
139 int last_errno; /* last reported errno */
159 #ifndef errno
160 extern __MANGLE__ int errno; /* system call error status */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h44 #include <errno.h>
48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno) macro
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */
139 int last_errno; /* last reported errno */
159 #ifndef errno
160 extern __MANGLE__ int errno; /* system call error status */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h44 #include <errno.h>
48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno) macro
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */
139 int last_errno; /* last reported errno */
159 #ifndef errno
160 extern __MANGLE__ int errno; /* system call error status */
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py30 import errno namespace
741 if e == errno.ENXIO:
775 # No exception is raised on error, because there is no errno
845 if e.errno == errno.ENXIO:
1035 self.errno = errcode
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c1607 int rc, lderr, errno; local
1640 errno = 0;
1642 if ( pw_secs > 0 && errno != ERANGE ) {
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c47 #undef errno macro
48 extern int errno;
1396 self->ul_errnop = &errno;

Completed in 59 milliseconds

12