Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 244) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c95 return -EADDRNOTAVAIL;
97 return -EADDRNOTAVAIL;
100 return -EADDRNOTAVAIL;
121 return -EADDRNOTAVAIL;
123 return -EADDRNOTAVAIL;
126 return -EADDRNOTAVAIL;
171 return -EADDRNOTAVAIL;
173 return -EADDRNOTAVAIL;
176 return -EADDRNOTAVAIL;
197 return -EADDRNOTAVAIL;
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h26 #define EADDRNOTAVAIL 49 /* Cannot assign requested address */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h81 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h23 #define EADDRNOTAVAIL 49 /* Cannot assign requested address */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h26 #define EADDRNOTAVAIL 49 /* Cannot assign requested address */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h81 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h23 #define EADDRNOTAVAIL 49 /* Cannot assign requested address */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h89 #define EADDRNOTAVAIL 227 /* Cannot assign requested address */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h89 #define EADDRNOTAVAIL 227 /* Cannot assign requested address */ macro
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c40 return -EADDRNOTAVAIL;
54 return -EADDRNOTAVAIL;
/linux-master/fs/afs/
H A Dmisc.c139 if (e->error == -EADDRNOTAVAIL)
142 case -EADDRNOTAVAIL:
/linux-master/net/nfc/hci/
H A Dcommand.c100 return -EADDRNOTAVAIL;
119 return -EADDRNOTAVAIL;
133 return -EADDRNOTAVAIL;
265 return -EADDRNOTAVAIL;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c47 if (err == -EADDRNOTAVAIL) {
/linux-master/net/rds/
H A Dib.c449 ret = -EADDRNOTAVAIL;
458 ret = -EADDRNOTAVAIL;
463 ret = -EADDRNOTAVAIL;
469 ret = -EADDRNOTAVAIL;
480 ret = -EADDRNOTAVAIL;
H A Dtcp.c327 return -EADDRNOTAVAIL;
339 return -EADDRNOTAVAIL;
348 return -EADDRNOTAVAIL;
/linux-master/net/atm/
H A Draw.c55 return -EADDRNOTAVAIL;
/linux-master/arch/arm/mach-versatile/
H A Ddcscb.c149 return -EADDRNOTAVAIL;
/linux-master/drivers/clocksource/
H A Dmps2-timer.c127 ret = -EADDRNOTAVAIL;
211 ret = -EADDRNOTAVAIL;
H A Dtimer-lpc32xx.c177 ret = -EADDRNOTAVAIL;
238 ret = -EADDRNOTAVAIL;
/linux-master/net/can/j1939/
H A Daddress-claim.c108 return -EADDRNOTAVAIL;
119 return -EADDRNOTAVAIL;
/linux-master/drivers/net/
H A Ddummy.c131 return -EADDRNOTAVAIL;
/linux-master/net/ipv6/
H A Dipv6_sockglue.c177 return -EADDRNOTAVAIL;
292 return -EADDRNOTAVAIL;
312 return -EADDRNOTAVAIL;
556 return -EADDRNOTAVAIL;
608 retv = -EADDRNOTAVAIL;
1052 return -EADDRNOTAVAIL;
1088 return -EADDRNOTAVAIL;
/linux-master/net/l2tp/
H A Dl2tp_ip6.c279 return -EADDRNOTAVAIL;
283 return -EADDRNOTAVAIL;
321 err = -EADDRNOTAVAIL;

Completed in 595 milliseconds

12345678910