Searched refs:EDESTADDRREQ (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h16 #define EDESTADDRREQ 39 /* Destination address required */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h71 #define EDESTADDRREQ 96 /* Destination address required */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h13 #define EDESTADDRREQ 39 /* Destination address required */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h16 #define EDESTADDRREQ 39 /* Destination address required */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h71 #define EDESTADDRREQ 96 /* Destination address required */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h13 #define EDESTADDRREQ 39 /* Destination address required */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h72 #define EDESTADDRREQ 89 /* Destination address required */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h72 #define EDESTADDRREQ 89 /* Destination address required */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h79 #define EDESTADDRREQ 217 /* Destination address required */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h79 #define EDESTADDRREQ 217 /* Destination address required */ macro
/linux-master/fs/afs/
H A Dfs_operation.c46 afs_op_set_error(op, -EDESTADDRREQ);
165 case -EDESTADDRREQ:
H A Dvl_rotate.c25 vc->cumul_error.error = -EDESTADDRREQ;
71 vc->cumul_error.error = -EDESTADDRREQ;
322 * Dump cursor state in the case of the error being EDESTADDRREQ.
381 case -EDESTADDRREQ:
H A Dserver_list.c118 ret = -EDESTADDRREQ;
H A Dvl_alias.c230 char *cell_name = ERR_PTR(-EDESTADDRREQ);
H A Drotate.c447 if (afs_op_error(op) != -EDESTADDRREQ)
651 case -EDESTADDRREQ:
693 * Dump cursor state in the case of the error being EDESTADDRREQ.
H A Daddr_list.c99 _leave(" = -EDESTADDRREQ [empty]");
100 return ERR_PTR(-EDESTADDRREQ);
H A Dvl_list.c179 ret = -EDESTADDRREQ;
H A Dvolume.c157 struct afs_vldb_entry *vldb = ERR_PTR(-EDESTADDRREQ);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c77 return -EDESTADDRREQ;
153 return -EDESTADDRREQ;
230 return -EDESTADDRREQ;
294 return -EDESTADDRREQ;
/linux-master/net/phonet/
H A Ddatagram.c81 return -EDESTADDRREQ;
/linux-master/lib/
H A Derrname.c46 E(EDESTADDRREQ),
/linux-master/security/selinux/
H A Dnetlabel.c410 case -EDESTADDRREQ:
/linux-master/net/ipv6/
H A Dping.c98 return -EDESTADDRREQ;
/linux-master/drivers/net/wireguard/
H A Ddevice.c167 ret = -EDESTADDRREQ;
/linux-master/net/core/
H A Dnetpoll.c739 err = -EDESTADDRREQ;
749 err = -EDESTADDRREQ;

Completed in 226 milliseconds

12