Searched refs:ENONET (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h44 #define ENONET EHOSTDOWN macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c253 #if defined (ENONET)
254 ENTRY(ENONET, "ENONET", "Machine is not on the network"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c253 #if defined (ENONET)
254 ENTRY(ENONET, "ENONET", "Machine is not on the network"),
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c257 #ifdef ENONET
258 ENONET,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c259 #ifdef ENONET
260 ENONET,
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c3186 #ifdef ENONET
3187 case ENONET:
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c7499 * Also ignore ENONET, as a lot of kernel versions had a
7500 * typo where ENONET, rather than ENOENT, was returned.
7502 if (ret == -1 && errno != ENOENT && errno != ENONET)
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c858 err = -ENONET;

Completed in 123 milliseconds