Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDerrno.h44 #define ENONET EHOSTDOWN macro
/freebsd-11-stable/contrib/binutils/libiberty/
HDstrerror.c253 #if defined (ENONET)
254 ENTRY(ENONET, "ENONET", "Machine is not on the network"),
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDstrerror.c253 #if defined (ENONET)
254 ENTRY(ENONET, "ENONET", "Machine is not on the network"),
/freebsd-11-stable/contrib/openbsm/libbsm/
HDbsm_errno.c257 #ifdef ENONET
258 ENONET,
/freebsd-11-stable/sys/security/audit/
HDbsm_errno.c259 #ifdef ENONET
260 ENONET,
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
HDsocket.c3186 #ifdef ENONET in internal_accept()
3187 case ENONET: in internal_accept()
/freebsd-11-stable/contrib/libpcap/
HDpcap-linux.c7502 if (ret == -1 && errno != ENOENT && errno != ENONET)
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_resource_tracker.c858 err = -ENONET; in get_res()