Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Derrno.h46 #define ENONET 64 /* Machine is not on the network */ macro
/linux-4.4.14/fs/afs/
Dvlocation.c61 case -ENONET: in afs_vlocation_access_vl_by_name()
65 if (ret == -ENOMEM || ret == -ENONET) in afs_vlocation_access_vl_by_name()
119 case -ENONET: in afs_vlocation_access_vl_by_id()
123 if (ret == -ENOMEM || ret == -ENONET) in afs_vlocation_access_vl_by_id()
Dvolume.c387 case -ENONET: in afs_volume_release_fileserver()
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h41 #define ENONET 64 /* Machine is not on the network */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h53 #define ENONET 80 /* Machine is not on the network */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h85 #define ENONET 105 /* Machine is not on the network */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h21 #define ENONET 50 /* Machine is not on the network */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c105 [ENONET] = LUSTRE_ENONET,
251 [LUSTRE_ENONET] = ENONET,
/linux-4.4.14/net/9p/
Derror.c100 {"Machine is not on the network", ENONET},
/linux-4.4.14/net/ipv4/
Dicmp.c155 .errno = ENONET, /* ICMP_HOST_ISOLATED */
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c635 rc = -ENONET; in ibmveth_open()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c836 err = -ENONET; in get_res()