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

12

/linux-master/fs/dlm/
H A Dutil.c31 case -EBADR:
53 return -EBADR;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h77 #define EBADR 98 /* Invalid request descriptor */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h31 #define EBADR 51 /* Invalid request descriptor */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h79 #define EBADR 103 /* Invalid request descriptor */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h77 #define EBADR 98 /* Invalid request descriptor */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h31 #define EBADR 51 /* Invalid request descriptor */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h79 #define EBADR 103 /* Invalid request descriptor */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h34 #define EBADR 53 /* Invalid request descriptor */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h34 #define EBADR 53 /* Invalid request descriptor */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h48 #define EBADR 161 /* Invalid request descriptor */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h48 #define EBADR 161 /* Invalid request descriptor */ macro
/linux-master/drivers/scsi/
H A Dscsi_netlink.c88 err = -EBADR;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c152 err = -EBADR;
365 return -EBADR;
430 return -EBADR;
/linux-master/include/media/
H A Dmedia-request.h201 * Return a -EBADR error pointer if requests are not supported
234 return ERR_PTR(-EBADR);
/linux-master/drivers/greybus/
H A Doperation.c112 * Initially an outgoing operation's errno value is -EBADR.
128 * the result to -EBADR, and attempts to do so result in a warning,
143 * set after the initial -EBADR. Issue a warning
149 if (prev == -EBADR)
154 WARN_ON(prev != -EBADR);
164 * Note that -EBADR is a reserved "initial state" result
168 if (WARN_ON(result == -EBADR))
169 result = -EILSEQ; /* Nobody should be setting -EBADR */
184 WARN_ON(result == -EBADR);
549 operation->errno = -EBADR; /* Initia
[all...]
/linux-master/drivers/media/mc/
H A Dmc-request.c254 return ERR_PTR(-EBADR);
413 return -EBADR;
/linux-master/drivers/irqchip/
H A Dirq-sunxi-nmi.c125 return -EBADR;
H A Dirq-tb10x.c73 return -EBADR;
H A Dirq-pic32-evic.c84 return -EBADR;
/linux-master/lib/
H A Derrname.c30 E(EBADR),
/linux-master/net/dccp/
H A Dinput.c136 [DCCP_RESET_CODE_BAD_INIT_COOKIE] = EBADR,
/linux-master/drivers/usb/core/
H A Durb.c418 return -EBADR;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto.c30 [EC_RES_INVALID_HEADER] = -EBADR,
31 [EC_RES_REQUEST_TRUNCATED] = -EBADR,
/linux-master/net/batman-adv/
H A Drouting.c438 * depends on the reason: -ENODATA for bad header, -EBADR for broadcast
454 return -EBADR;
458 return -EBADR;
/linux-master/fs/orangefs/
H A Dorangefs-utils.c466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,

Completed in 345 milliseconds

12