Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py38 errno = None variable in ZFSError
96 errno = errno.ENOENT variable in DatasetNotFound
110 errno = errno.EEXIST variable in DatasetExists
118 errno = errno.EINVAL variable in NotClone
186 errno = errno.EBUSY variable in SnapshotIsHeld
194 errno = errno.EXDEV variable in DuplicateSnapshots
331 errno = ECKSUM variable in BadStream
375 errno = errno.EIO variable in ZIOError
531 errno = None variable in ZCPError
544 errno = ECHRNG variable in ZCPRuntimeError
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h88 #define __redis_strerror_r(errno, buf, len) \ argument
94 #define __redis_strerror_r(errno, buf, len) \ argument
/f-stack/freebsd/contrib/zlib/
H A Dzutil.c144 int errno = 0; variable
/f-stack/freebsd/sys/
H A Derrno.h48 #define errno (* __error()) macro
/f-stack/freebsd/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
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev_pmd.h57 #define RTE_EVENTDEV_VALID_DEVID_OR_ERRNO_RET(dev_id, errno, retval) do { \ argument
/f-stack/freebsd/netinet/
H A Dtcp_subr.c1894 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
2862 tcp_drop_syn_sent(struct inpcb *inp, int errno) in tcp_drop_syn_sent()
H A Dudp_usrreq.c762 udp_notify(struct inpcb *inp, int errno) in udp_notify()
H A Din_pcb.c1933 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, int errno, in in_pcbnotifyall() argument
/f-stack/freebsd/netinet6/
H A Din6_pcb.c650 int errno; in in6_pcbnotify() local
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c464 int errno; in ccp_intr_handle_error() local