/openbmc/linux/sound/core/ |
H A D | pcm_native.c | 733 err = -EBADFD; in snd_pcm_hw_params() 736 err = -EBADFD; in snd_pcm_hw_params() 896 result = -EBADFD; in snd_pcm_hw_free() 899 result = -EBADFD; in snd_pcm_hw_free() 925 return -EBADFD; in snd_pcm_sw_params() 1153 return -EBADFD; in snd_pcm_channel_info() 1415 return -EBADFD; in snd_pcm_pre_start() 1497 return -EBADFD; in snd_pcm_pre_stop() 1596 return -EBADFD; in snd_pcm_pre_pause() 1598 return -EBADFD; in snd_pcm_pre_pause() [all …]
|
H A D | timer_compat.c | 56 return -EBADFD; in snd_timer_user_info_compat() 59 return -EBADFD; in snd_timer_user_info_compat()
|
H A D | compress_offload.c | 95 return -EBADFD; in snd_compr_open() 235 return -EBADFD; in snd_compr_ioctl_avail() 300 return -EBADFD; in snd_compr_write() 353 retval = -EBADFD; in snd_compr_read() 637 return -EBADFD; in snd_compr_get_params() 1065 return -EBADFD; in snd_compress_dev_register()
|
H A D | timer.c | 1823 return -EBADFD; in snd_timer_user_info() 1826 return -EBADFD; in snd_timer_user_info() 1855 return -EBADFD; in snd_timer_user_params() 1858 return -EBADFD; in snd_timer_user_params() 1954 return -EBADFD; in snd_timer_user_status32() 1977 return -EBADFD; in snd_timer_user_status64() 1999 return -EBADFD; in snd_timer_user_start() 2016 return -EBADFD; in snd_timer_user_stop() 2030 return -EBADFD; in snd_timer_user_continue() 2048 return -EBADFD; in snd_timer_user_pause()
|
/openbmc/linux/io_uring/ |
H A D | msg_ring.c | 138 return -EBADFD; in io_msg_ring_data() 235 return -EBADFD; in io_msg_send_fd() 274 ret = -EBADFD; in io_msg_ring()
|
/openbmc/linux/net/nfc/ |
H A D | llcp_sock.c | 85 ret = -EBADFD; in llcp_sock_bind() 172 ret = -EBADFD; in llcp_raw_sock_bind() 215 ret = -EBADFD; in llcp_sock_listen() 462 ret = -EBADFD; in llcp_sock_accept() 511 return -EBADFD; in llcp_sock_getname() 521 return -EBADFD; in llcp_sock_getname()
|
/openbmc/linux/security/landlock/ |
H A D | syscalls.c | 232 ruleset = ERR_PTR(-EBADFD); in get_ruleset_from_fd() 278 err = -EBADFD; in get_path_from_fd()
|
/openbmc/linux/net/bluetooth/ |
H A D | sco.c | 563 err = -EBADFD; in sco_sock_bind() 594 return -EBADFD; in sco_sock_connect() 628 err = -EBADFD; in sco_sock_listen() 675 err = -EBADFD; in sco_sock_accept() 886 err = -EBADFD; in sco_sock_setsockopt() 921 err = -EBADFD; in sco_sock_setsockopt() 1115 err = -EBADFD; in sco_sock_getsockopt()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 60 #define EBADFD 77 /* File descriptor in bad state */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 60 #define EBADFD 77 /* File descriptor in bad state */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 69 #define EBADFD 93 /* File descriptor in bad state */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 69 #define EBADFD 93 /* File descriptor in bad state */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 95 #define EBADFD 114 /* File descriptor in bad state */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 55 #define EBADFD 168 /* File descriptor in bad state */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 56 #define EBADFD 81 /* File descriptor in bad state */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 95 #define EBADFD 114 /* File descriptor in bad state */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 55 #define EBADFD 168 /* File descriptor in bad state */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 56 #define EBADFD 81 /* File descriptor in bad state */ macro
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_pcm_ops.c | 224 return -EBADFD; in virtsnd_pcm_hw_params() 280 return -EBADFD; in virtsnd_pcm_prepare()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 85 #define EBADFD 77 /* File descriptor in bad state */ macro
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 346 err = -EBADFD; in rfcomm_sock_bind() 391 err = -EBADFD; in rfcomm_sock_connect() 432 err = -EBADFD; in rfcomm_sock_listen() 494 err = -EBADFD; in rfcomm_sock_accept()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 90 {"File descriptor in bad state", EBADFD},
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | main.c | 434 return ERR_PTR(-EBADFD); in iommufd_ctx_from_file() 458 return ERR_PTR(-EBADFD); in iommufd_ctx_from_fd()
|
/openbmc/linux/net/atm/ |
H A D | pvc.c | 43 error = -EBADFD; in pvc_bind()
|
/openbmc/linux/sound/firewire/ |
H A D | iso-resources.c | 112 return -EBADFD; in fw_iso_resources_allocate()
|