Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py39 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 Derrno.c31 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 Dsanitizer_errno.h36 #define errno (*__errno_location()) macro
/freebsd/contrib/sendmail/src/
H A Derr.c457 errno = 0; local
511 errno = 0; local
608 errno = 0; local
/freebsd/stand/libsa/
H A Dglobals.c34 int errno; /* our old friend */ variable
H A Dnfs.c95 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 Dnet.c185 int ncommonaddrs, errno; in checkremote() local
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h82 #define strerror(errno) rtld_strerror(errno) argument
/freebsd/sys/contrib/zlib/
H A Dzutil.c140 int errno = 0; variable
/freebsd/sys/dev/isp/
H A Disp_target.c468 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) in isp_acknak_abts() argument
/freebsd/sys/sys/
H A Derrno.h45 #define errno (* __error()) macro
/freebsd/sys/netinet/
H A Dtcp_subr.c2380 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 Dudp_usrreq.c683 udp_notify(struct inpcb *inp, int errno) in udp_notify()
/freebsd/contrib/file/python/
H A Dmagic.py242 def errno(self): member in Magic
/freebsd/sys/netinet6/
H A Draw_ip6.c325 int errno; in rip6_ctlinput() local
H A Dudp6_usrreq.c555 int errno, off = 0; in udp6_common_ctlinput() local
H A Din6_pcb.c657 int errno, void *cmdarg, in in6_pcbnotify() argument
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c15 int errno = 0, rte_errno = 0; variable
H A Drte_lpm6.c16 int errno = 0, rte_errno = 0; variable
/freebsd/sys/dev/iicbus/
H A Diiconf.c48 errno2iic(int errno) in errno2iic()
/freebsd/sys/geom/
H A Dgeom_ctl.c125 gctl_msg(struct gctl_req *req, int errno, const char *fmt, ...) in gctl_msg()
/freebsd/contrib/diff/src/
H A Ddiff.c1070 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */ in compare_files() argument
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c600 sdp_drop(struct sdp_sock *ssk, int errno) in sdp_drop()
/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c1147 dlerrno(u_long errno) in dlerrno()
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py59 def __init__(self, client, op, msg, etype, errno): argument

12