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

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.cpp19 errno = errno_ENOMEM;
H A Dsanitizer_syscall_generic.inc34 *rverrno = errno;
/freebsd-current/contrib/mandoc/
H A Dtest-EFTYPE.c1 #include <errno.h>
/freebsd-current/contrib/libdiff/compat/
H A Dgetprogname_linux.c2 #include <errno.h>
/freebsd-current/lib/libc/gen/
H A Dnice.c35 #include <errno.h>
46 saverrno = errno;
47 errno = 0;
49 if (prio == -1 && errno != 0)
52 if (errno == EACCES)
53 errno = EPERM;
56 errno = saverrno;
H A Dpmadvise.c8 #include <errno.h>
15 saved_errno = errno;
17 ret = errno;
18 errno = saved_errno;
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d242 * Error strings from <sys/errno.h>
245 inline string strerror[int errno] =
246 errno == 0 ? "Success" :
247 errno == EPERM ? "Operation not permitted" :
248 errno == ENOENT ? "No such file or directory" :
249 errno == ESRCH ? "No such process" :
250 errno == EINTR ? "Interrupted system call" :
251 errno == EIO ? "Input/output error" :
252 errno == ENXIO ? "Device not configured" :
253 errno
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-setres_id.c34 errno = ENOSYS;
39 saved_errno = errno;
40 error("setregid %lu: %.100s", (u_long)rgid, strerror(errno));
41 errno = saved_errno;
46 saved_errno = errno;
47 error("setegid %lu: %.100s", (u_long)egid, strerror(errno));
48 errno = saved_errno;
52 saved_errno = errno;
53 error("setgid %lu: %.100s", (u_long)rgid, strerror(errno));
54 errno
[all...]
/freebsd-current/crypto/openssl/crypto/
H A DLPdir_nyi.c48 errno = EINVAL;
54 errno = EINVAL;
/freebsd-current/lib/libsys/
H A D__error.c34 int errno; variable
40 return (&errno);
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py22 import errno namespace
39 errno = None variable in class:ZFSError
46 self.errno, self.message, self.name)
48 return "[Errno %d] %s" % (self.errno, self.message)
52 self.__class__.__name__, self.errno, self.message)
57 def __init__(self, errno, name, message):
58 self.errno = errno
66 def __init__(self, errno):
67 self.errno
97 errno = errno.ENOENT variable in class:DatasetNotFound
111 errno = errno.EEXIST variable in class:DatasetExists
119 errno = errno.EINVAL variable in class:NotClone
141 errno = errno.ENOENT variable in class:ParentNotFound
149 errno = ZFS_ERR_WRONG_PARENT variable in class:WrongParent
171 errno = errno.EEXIST variable in class:SnapshotNotLatest
179 errno = errno.EEXIST variable in class:SnapshotIsCloned
187 errno = errno.EBUSY variable in class:SnapshotIsHeld
195 errno = errno.EXDEV variable in class:DuplicateSnapshots
218 errno = errno.EEXIST variable in class:BookmarkExists
226 errno = errno.ENOENT variable in class:BookmarkNotFound
234 errno = errno.EINVAL variable in class:BookmarkMismatch
242 errno = errno.EINVAL variable in class:BookmarkSourceInvalid
250 errno = errno.ENOTSUP variable in class:BookmarkNotSupported
273 errno = errno.EBADF variable in class:BadHoldCleanupFD
278 errno = errno.EEXIST variable in class:HoldExists
286 errno = errno.ENOENT variable in class:HoldNotFound
308 errno = errno.ENODEV variable in class:SnapshotMismatch
316 errno = errno.ENODEV variable in class:StreamMismatch
324 errno = errno.ETXTBSY variable in class:DestinationModified
332 errno = ECKSUM variable in class:BadStream
337 errno = errno.ENOTSUP variable in class:StreamFeatureNotSupported
342 errno = errno.ENOTSUP variable in class:UnknownStreamFeature
347 errno = errno.EINVAL variable in class:StreamFeatureInvalid
352 errno = errno.EINVAL variable in class:StreamFeatureIncompatible
357 errno = zfs_errno.ZFS_ERR_STREAM_TRUNCATED variable in class:StreamTruncated
376 errno = errno.EIO variable in class:ZIOError
384 errno = errno.ENOSPC variable in class:NoSpace
392 errno = errno.EDQUOT variable in class:QuotaExceeded
400 errno = errno.EBUSY variable in class:DatasetBusy
408 errno = errno.ENAMETOOLONG variable in class:NameTooLong
416 errno = errno.EINVAL variable in class:NameInvalid
445 errno = errno.EROFS variable in class:ReadOnlyPool
453 errno = errno.EAGAIN variable in class:SuspendedPool
461 errno = errno.EXDEV variable in class:PoolNotFound
469 errno = errno.EXDEV variable in class:PoolsDiffer
477 errno = errno.ENOTSUP variable in class:FeatureNotSupported
485 errno = errno.ENOTSUP variable in class:PropertyNotSupported
493 errno = errno.EINVAL variable in class:PropertyInvalid
501 errno = errno.EINVAL variable in class:DatasetTypeInvalid
509 errno = errno.EINVAL variable in class:UnknownCryptCommand
517 errno = errno.EACCES variable in class:EncryptionKeyNotLoaded
522 errno = errno.EEXIST variable in class:EncryptionKeyAlreadyLoaded
527 errno = errno.EACCES variable in class:EncryptionKeyInvalid
532 errno = None variable in class:ZCPError
537 errno = errno.EINVAL variable in class:ZCPSyntaxError
545 errno = ECHRNG variable in class:ZCPRuntimeError
553 errno = errno.EINVAL variable in class:ZCPLimitInvalid
558 errno = ETIME variable in class:ZCPTimeout
563 errno = errno.ENOSPC variable in class:ZCPSpaceError
568 errno = errno.ENOMEM variable in class:ZCPMemoryError
573 errno = errno.EPERM variable in class:ZCPPermissionError
578 errno = ZFS_ERR_CHECKPOINT_EXISTS variable in class:CheckpointExists
583 errno = ZFS_ERR_NO_CHECKPOINT variable in class:CheckpointNotFound
588 errno = ZFS_ERR_DISCARDING_CHECKPOINT variable in class:CheckpointDiscarding
593 errno = ZFS_ERR_DEVRM_IN_PROGRESS variable in class:DeviceRemovalRunning
598 errno = ZFS_ERR_VDEV_TOO_BIG variable in class:DeviceTooBig
603 errno = ZFS_ERR_RAIDZ_EXPAND_IN_PROGRESS variable in class:RaidzExpansionRunning
[all...]
/freebsd-current/stand/efi/libefi/
H A Derrno.c31 errno_to_efi_status(int errno) argument
35 switch (errno) {
96 int errno; local
100 errno = EPERM;
104 errno = EOVERFLOW;
109 errno = EIO;
113 errno = EINVAL;
117 errno = ESTALE;
121 errno = ENXIO;
125 errno
[all...]
/freebsd-current/contrib/elftoolchain/libpe/
H A Dpe_cntl.c27 #include <errno.h>
38 errno = EINVAL;
49 errno = EACCES;
57 errno = EINVAL;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.errno.d31 * collect errno at every fbt probe and at every firing of a
37 @a[errno] = count();
42 @a[errno] = count();
/freebsd-current/stand/libsa/
H A Dioctl.c70 errno = EBADF;
74 errno = (f->f_dev->dv_ioctl)(f, cmd, arg);
75 if (errno)
79 errno = EIO;
H A Dfstat.c41 errno = EBADF;
47 errno = EOPNOTSUPP;
51 errno = (f->f_ops->fo_stat)(f, sb);
52 if (errno)
/freebsd-current/lib/libc/sys/
H A Dvadvise.c34 #include <sys/errno.h>
/freebsd-current/usr.sbin/pw/
H A Dstrtounum.c28 #include <errno.h>
44 errno = EINVAL;
48 errno = 0;
51 errno = EINVAL;
56 errno = ERANGE;
60 if (errno == ERANGE || ret > maxval) {
61 errno = ERANGE;
/freebsd-current/contrib/elftoolchain/libelftc/
H A Delftc_timestamp.c30 #include <errno.h>
42 errno = 0;
45 errno = EINVAL;
47 errno = ERANGE;
48 if (errno != 0)
/freebsd-current/contrib/tcp_wrappers/
H A Dpercent_m.c12 #include <errno.h>
29 if (errno < sys_nerr && errno > 0) {
30 strcpy(bp, sys_errlist[errno]);
32 sprintf(bp, "Unknown error %d", errno);
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py29 import errno namespace
35 errno.ECANCELED = 47
36 errno.ENOTSUP = 48
62 errno -- the error number (eg, from ioctl(2))."""
64 __slots__ = "why", "task", "errno"
69 eno -- the error number (errno)
74 self.errno = eno
89 errno.EPERM: _("permission denied"),
90 errno.ECANCELED:
92 errno
[all...]
/freebsd-current/lib/libutil/
H A Dexpand_number.c32 #include <errno.h>
46 serrno = errno;
47 errno = 0;
50 errno = ERANGE;
51 if (errno != 0)
53 errno = serrno;
83 errno = EINVAL;
95 errno = EINVAL;
101 errno = ERANGE;
/freebsd-current/tests/sys/cddl/zfs/tests/exec/
H A Dmmap_exec.c33 #include <errno.h>
35 extern int errno;
50 errno = 0;
54 return (errno);
58 return (errno);
64 return (errno);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.errno1.d31 * To print errno and make sure it succeeds.
41 printf("the errno = %d\n", errno);
/freebsd-current/lib/libnv/
H A Dcommon_impl.h35 #include <errno.h>
43 return (fcntl(fd, F_GETFD) != -1 || errno != EBADF);

Completed in 181 milliseconds

1234567891011>>