Searched refs:EBADFD (Results 1 - 25 of 83) sorted by relevance

1234

/linux-master/sound/core/
H A Dtimer_compat.c56 return -EBADFD;
59 return -EBADFD;
H A Dpcm_native.c747 err = -EBADFD;
750 err = -EBADFD;
908 result = -EBADFD;
911 result = -EBADFD;
936 return -EBADFD;
1160 return -EBADFD;
1415 return -EBADFD;
1497 return -EBADFD;
1593 return -EBADFD;
1595 return -EBADFD;
[all...]
H A Dcompress_offload.c95 return -EBADFD;
234 return -EBADFD;
298 return -EBADFD;
350 return -EBADFD;
618 return -EBADFD;
1023 return -EBADFD;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h95 #define EBADFD 114 /* File descriptor in bad state */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h56 #define EBADFD 81 /* File descriptor in bad state */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h69 #define EBADFD 93 /* File descriptor in bad state */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h95 #define EBADFD 114 /* File descriptor in bad state */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h56 #define EBADFD 81 /* File descriptor in bad state */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h69 #define EBADFD 93 /* File descriptor in bad state */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h60 #define EBADFD 77 /* File descriptor in bad state */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h60 #define EBADFD 77 /* File descriptor in bad state */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h55 #define EBADFD 168 /* File descriptor in bad state */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h55 #define EBADFD 168 /* File descriptor in bad state */ macro
/linux-master/io_uring/
H A Dmsg_ring.c138 return -EBADFD;
235 return -EBADFD;
274 ret = -EBADFD;
/linux-master/sound/firewire/
H A Diso-resources.c112 return -EBADFD;
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c127 err = -EBADFD;
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c117 err = -EBADFD;
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c119 err = -EBADFD;
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c120 err = -EBADFD;
/linux-master/net/9p/
H A Derror.c90 {"File descriptor in bad state", EBADFD},
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c136 err = -EBADFD;
/linux-master/net/atm/
H A Dpvc.c43 error = -EBADFD;
/linux-master/sound/virtio/
H A Dvirtio_pcm_ops.c224 return -EBADFD;
280 return -EBADFD;
/linux-master/security/landlock/
H A Dsyscalls.c246 ruleset = ERR_PTR(-EBADFD);
292 err = -EBADFD;
401 * - %EBADFD: @ruleset_fd is not a ruleset file descriptor, or a member of
458 * - %EBADFD: @ruleset_fd is not a ruleset file descriptor;
/linux-master/net/nfc/
H A Dllcp_sock.c85 ret = -EBADFD;
172 ret = -EBADFD;
215 ret = -EBADFD;
462 ret = -EBADFD;
511 return -EBADFD;
521 return -EBADFD;

Completed in 356 milliseconds

1234