Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py70 ENONET = 64 variable
203 ENONET: 'Machine is not on the network',
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h46 #define ENONET EHOSTDOWN macro
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c264 #ifdef ENONET
265 ENONET,
/freebsd/sys/security/audit/
H A Dbsm_errno.c265 #ifdef ENONET
266 ENONET,
/freebsd/contrib/libpcap/
H A Dpcap-linux.c5710 if (ret == -1 && errno != ENOENT && errno != ENONET) in reset_kernel_filter()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c858 err = -ENONET; in get_res()