/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | errno.h | 24 #define errno grub_errno macro
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | holds.py | 29 import errno namespace 74 raise zfs.util.ZFSError(errno.ENOENT, _("no matching datasets"))
|
H A D | userspace.py | 31 import errno namespace
|
H A D | allow.py | 33 import errno namespace 251 raise zfs.util.ZFSError(errno.EINVAL, permname,
|
H A D | dataset.py | 31 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 D | util.py | 29 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 D | pkgexecv.c | 32 #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 D | gpkglist.c | 36 #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 D | dstream.c | 39 #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 D | pkgtrans.c | 33 #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 D | err.c | 34 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 D | seterror.c | 70 /* 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 D | common.c | 77 /* 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 D | linktest_stand.c | 71 int errno; variable
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | menulst.py | 29 import errno namespace 382 if ose.errno != errno.EEXIST:
|
H A D | sbb.py | 29 import errno namespace 352 if oserr.errno != errno.EEXIST:
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | err.c | 70 ** - 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 D | error.h | 44 #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 D | error.h | 35 #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 D | error.h | 44 #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 D | error.h | 44 #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 D | error.h | 44 #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 D | pysol.py | 30 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 D | common.c | 1607 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 D | thr.c | 47 #undef errno macro 48 extern int errno; 1396 self->ul_errnop = &errno;
|