/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/linux/include/uapi/asm-generic/ |
H A D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 41 #define ENOSR 63 /* Out of streams resources */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 55 #define ENOSR 82 /* Out of streams resources */ macro
|
/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 55 #define ENOSR 82 /* Out of streams resources */ macro
|
/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 25 #define ENOSR 53 /* Out of streams resources */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 48 #define ENOSR 74 /* Out of streams resources */ macro
|
/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 41 #define ENOSR 63 /* Out of streams resources */ macro
|
/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 48 #define ENOSR 74 /* Out of streams resources */ macro
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | txrx.c | 121 case -ENOSR: in mwifiex_process_tx() 122 mwifiex_dbg(adapter, DATA, "data: -ENOSR is returned\n"); in mwifiex_process_tx() 190 case -ENOSR: in mwifiex_host_to_card() 191 mwifiex_dbg(adapter, ERROR, "data: -ENOSR is returned\n"); in mwifiex_host_to_card()
|
/linux/lib/ |
H A D | errname.c | 112 E(ENOSR),
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 137 {-ENOSR, "Buffer error (overrun)"},
|
/linux/drivers/usb/host/ |
H A D | fhci-q.c | 44 return -ENOSR; in status_to_error()
|
H A D | ohci.h | 179 /* BuffUnder */ -ENOSR,
|
H A D | isp116x.h | 245 /* BuffUnder */ -ENOSR,
|
H A D | isp1362.h | 265 /* BuffUnder */ -ENOSR,
|
/linux/fs/xfs/scrub/ |
H A D | dirtree.c | 198 * parent pointer and hence there's no point in continuing; or -ENOSR if there 234 return -ENOSR; in xchk_dirtree_create_path() 783 * path was too deep; -ENOSR if there were too many parent pointers; or 952 if (error == -EFSCORRUPTED || error == -ELNRNG || error == -ENOSR) { in xchk_dirtree()
|
H A D | dirtree_repair.c | 815 if (error == -ELNRNG || error == -ENOSR) in xrep_dirtree()
|
/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-video.c | 36 case -ENOSR: in print_err_status()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_pci_func.c | 131 err = -ENOSR; in aq_pci_func_init()
|
/linux/Documentation/driver-api/usb/ |
H A D | error-codes.rst | 144 ``-ENOSR`` During an OUT transfer, the host controller
|
/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-vbi.c | 39 case -ENOSR: in print_err_status()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_cmd.c | 392 { HCLGE_COMM_CMD_NEXT_ERR, -ENOSR }, in hclge_comm_cmd_convert_err_code()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ce.c | 447 ret = -ENOSR; in _ath10k_ce_send_nolock() 513 ret = -ENOSR; in _ath10k_ce_send_nolock_64()
|
/linux/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 308 case -ENOSR: errmsg = "Buffer error (overrun)"; break; in pwc_isoc_handler()
|