/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | exceptions.py | 39 errno = None variable in ZFSError 57 def __init__(self, errno, name, message): argument 66 def __init__(self, errno): argument 97 errno = errno.ENOENT variable in DatasetNotFound 111 errno = errno.EEXIST variable in DatasetExists 119 errno = errno.EINVAL variable in NotClone 141 errno = errno.ENOENT variable in ParentNotFound 149 errno = ZFS_ERR_WRONG_PARENT variable in WrongParent 171 errno = errno.EEXIST variable in SnapshotNotLatest 179 errno = errno.EEXIST variable in SnapshotIsCloned [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | errno.c | 31 errno_to_efi_status(int errno) in errno_to_efi_status() 96 int errno; in efi_status_to_errno() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_errno.h | 36 #define errno (*__errno_location()) macro
|
/freebsd/contrib/sendmail/src/ |
H A D | err.c | 457 errno = 0; local 511 errno = 0; local 608 errno = 0; local
|
/freebsd/stand/libsa/ |
H A D | globals.c | 34 int errno; /* our old friend */ variable
|
H A D | nfs.c | 95 uint32_t errno; member 191 uint32_t errno; in nfs_getrootfh() member 256 uint32_t errno; in nfs_lookupfh() member 327 uint32_t errno; in nfs_readlink() member 398 uint32_t errno; in nfs_readdata() member
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | net.c | 185 int ncommonaddrs, errno; in checkremote() local
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.h | 82 #define strerror(errno) rtld_strerror(errno) argument
|
/freebsd/sys/contrib/zlib/ |
H A D | zutil.c | 140 int errno = 0; variable
|
/freebsd/sys/dev/isp/ |
H A D | isp_target.c | 468 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) in isp_acknak_abts() argument
|
/freebsd/sys/sys/ |
H A D | errno.h | 45 #define errno (* __error()) macro
|
/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 2380 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop() 2822 int errno, mtu; in tcp_ctlinput_with_port() local 2981 int errno; in tcp6_ctlinput_with_port() local 3281 tcp_drop_syn_sent(struct inpcb *inp, int errno) in tcp_drop_syn_sent()
|
H A D | udp_usrreq.c | 683 udp_notify(struct inpcb *inp, int errno) in udp_notify()
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 242 def errno(self): member in Magic
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.c | 325 int errno; in rip6_ctlinput() local
|
H A D | udp6_usrreq.c | 555 int errno, off = 0; in udp6_common_ctlinput() local
|
H A D | in6_pcb.c | 657 int errno, void *cmdarg, in in6_pcbnotify() argument
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm.c | 15 int errno = 0, rte_errno = 0; variable
|
H A D | rte_lpm6.c | 16 int errno = 0, rte_errno = 0; variable
|
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 48 errno2iic(int errno) in errno2iic()
|
/freebsd/sys/geom/ |
H A D | geom_ctl.c | 125 gctl_msg(struct gctl_req *req, int errno, const char *fmt, ...) in gctl_msg()
|
/freebsd/contrib/diff/src/ |
H A D | diff.c | 1070 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */ in compare_files() argument
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 600 sdp_drop(struct sdp_sock *ssk, int errno) in sdp_drop()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | dlcommon.c | 1147 dlerrno(u_long errno) in dlerrno()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 59 def __init__(self, client, op, msg, etype, errno): argument
|