/linux-4.4.14/fs/ |
D | stat.c | 158 return -EOVERFLOW; in cp_old_stat() 162 return -EOVERFLOW; in cp_old_stat() 168 return -EOVERFLOW; in cp_old_stat() 234 return -EOVERFLOW; in cp_new_stat() 237 return -EOVERFLOW; in cp_new_stat() 244 return -EOVERFLOW; in cp_new_stat() 248 return -EOVERFLOW; in cp_new_stat() 378 return -EOVERFLOW; in cp_new_stat64()
|
D | compat.c | 134 return -EOVERFLOW; in cp_compat_stat() 140 return -EOVERFLOW; in cp_compat_stat() 144 return -EOVERFLOW; in cp_compat_stat() 149 return -EOVERFLOW; in cp_compat_stat() 218 return -EOVERFLOW; in put_compat_statfs() 223 return -EOVERFLOW; in put_compat_statfs() 226 return -EOVERFLOW; in put_compat_statfs() 273 return -EOVERFLOW; in put_compat_statfs64() 278 return -EOVERFLOW; in put_compat_statfs64() 281 return -EOVERFLOW; in put_compat_statfs64() [all …]
|
D | readdir.c | 89 buf->result = -EOVERFLOW; in fillonedir() 90 return -EOVERFLOW; in fillonedir() 167 buf->error = -EOVERFLOW; in filldir() 168 return -EOVERFLOW; in filldir()
|
D | statfs.c | 117 return -EOVERFLOW; in do_statfs_native() 124 return -EOVERFLOW; in do_statfs_native() 127 return -EOVERFLOW; in do_statfs_native()
|
D | fhandle.c | 66 retval = -EOVERFLOW; in do_sys_name_to_handle()
|
D | read_write.c | 288 retval = -EOVERFLOW; /* LFS: should only happen on 32 bit platforms */ in SYSCALL_DEFINE3() 391 return -EOVERFLOW; in rw_verify_area() 1209 retval = -EOVERFLOW; in do_sendfile() 1245 retval = -EOVERFLOW; in do_sendfile()
|
D | locks.c | 427 return -EOVERFLOW; in flock64_to_posix_lock() 436 return -EOVERFLOW; in flock64_to_posix_lock() 1998 return -EOVERFLOW; in posix_lock_to_flock() 2000 return -EOVERFLOW; in posix_lock_to_flock()
|
D | open.c | 1130 return -EOVERFLOW; in generic_file_open()
|
/linux-4.4.14/crypto/ |
D | rsa.c | 96 ret = -EOVERFLOW; in rsa_enc() 141 ret = -EOVERFLOW; in rsa_dec() 185 ret = -EOVERFLOW; in rsa_sign() 230 ret = -EOVERFLOW; in rsa_verify()
|
D | ccm.c | 74 return -EOVERFLOW; in set_msg_len()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | class_obd.c | 433 ret = -EOVERFLOW; in obd_init_checks() 438 return -EOVERFLOW; in obd_init_checks() 442 return -EOVERFLOW; in obd_init_checks() 447 return -EOVERFLOW; in obd_init_checks() 488 if (err == -EOVERFLOW) in init_obdclass()
|
D | lustre_peer.c | 105 return -EOVERFLOW; in class_add_uuid()
|
D | genops.c | 341 result = ERR_PTR(-EOVERFLOW); in class_newdev()
|
/linux-4.4.14/drivers/acpi/ |
D | property.c | 607 return -EOVERFLOW; in acpi_data_prop_read_single() 612 return -EOVERFLOW; in acpi_data_prop_read_single() 617 return -EOVERFLOW; in acpi_data_prop_read_single() 651 return -EOVERFLOW; in acpi_copy_property_array_u8() 667 return -EOVERFLOW; in acpi_copy_property_array_u16() 683 return -EOVERFLOW; in acpi_copy_property_array_u32() 741 return -EOVERFLOW; in acpi_data_prop_read()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842.c | 100 return -EOVERFLOW; in update_param() 181 return -EOVERFLOW; in compress() 363 return -EOVERFLOW; in decompress() 498 ret = -EOVERFLOW; in nx842_crypto_decompress()
|
D | nx-aes-ccm.c | 126 return -EOVERFLOW; in set_msg_len()
|
/linux-4.4.14/net/netfilter/ |
D | nft_limit.c | 67 return -EOVERFLOW; in nft_limit_init() 77 return -EOVERFLOW; in nft_limit_init()
|
D | nfnetlink_cthelper.c | 178 return -EOVERFLOW; in nfnl_cthelper_parse_expect_policy()
|
D | nf_tables_api.c | 1339 return -EOVERFLOW; in nf_tables_newchain() 2061 return -EOVERFLOW; in nf_tables_newrule() 4479 return -EOVERFLOW; in nft_value_init()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | errno.h | 57 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 67 #define EOVERFLOW 92 /* Value too large for defined data type */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 92 #define EOVERFLOW 112 /* Value too large for defined data type */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 42 #define EOVERFLOW 72 /* Value too large for defined data type */ macro
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_64.c | 128 return -EOVERFLOW; in arch_hibernation_header_save()
|
/linux-4.4.14/drivers/power/reset/ |
D | keystone-reset.c | 133 if (ret == -EOVERFLOW && !i) { in rsctrl_probe()
|
/linux-4.4.14/include/linux/usb/ |
D | gadget_configfs.h | 73 ret = -EOVERFLOW; \
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_msgqueue.c | 162 return -EOVERFLOW; in wilc_mq_recv()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.h | 119 {-EOVERFLOW, "Babble (bad cable?)"},
|
D | hfc_usb.c | 694 if (urb->status == -EOVERFLOW) { in rx_iso_complete()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 116 [EOVERFLOW] = LUSTRE_EOVERFLOW, 262 [LUSTRE_EOVERFLOW] = EOVERFLOW,
|
D | events.c | 122 req->rq_status = -EOVERFLOW; in reply_in_callback()
|
D | client.c | 1178 return -EOVERFLOW; in after_reply() 2669 if (lustre_msg_get_status(req->rq_repmsg) == -EOVERFLOW) { in ptlrpc_replay_interpret()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_replay.c | 106 err = -EOVERFLOW; in xfrm_replay_overflow() 185 err = -EOVERFLOW; in xfrm_replay_overflow_bmp() 422 err = -EOVERFLOW; in xfrm_replay_overflow_esn()
|
/linux-4.4.14/drivers/ide/ |
D | ide-park.c | 126 rc = -EOVERFLOW; in ide_park_store()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 431 rc = -EOVERFLOW; in lov_getstripe() 472 rc = -EOVERFLOW; in lov_getstripe()
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 422 return(-EOVERFLOW); in eeprom_lseek() 428 return(-EOVERFLOW); in eeprom_lseek()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_vli.h | 188 return -EOVERFLOW; in __vli_encode_bits()
|
D | drbd_main.c | 2539 if (err == -EOVERFLOW) { in set_resource_options()
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 175 EOVERFLOW: message limit reached, the data read since the last successful 178 In the last case (EOVERFLOW) there may be missing data, in the first two cases 195 from it will provoke the "message limit reached" error (EOVERFLOW error code)
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_daq_700.c | 131 return -EOVERFLOW; in daq700_ai_eoc()
|
D | rti800.c | 152 return -EOVERFLOW; in rti800_ai_eoc()
|
D | ni_atmio16d.c | 452 return -EOVERFLOW; in atmio16d_ai_eoc()
|
/linux-4.4.14/Documentation/usb/ |
D | error-codes.txt | 130 -EOVERFLOW (*) The amount of data returned by the endpoint was 154 (*) Error codes like -EPROTO, -EILSEQ and -EOVERFLOW normally indicate
|
/linux-4.4.14/drivers/of/ |
D | of_pci.c | 132 if (ret == -ENODATA || ret == -EOVERFLOW) in of_pci_check_probe_only()
|
D | base.c | 1135 return ERR_PTR(-EOVERFLOW); in of_find_property_value_of_size()
|
/linux-4.4.14/drivers/md/ |
D | dm-stats.c | 265 return -EOVERFLOW; in dm_stats_create() 269 return -EOVERFLOW; in dm_stats_create() 273 return -EOVERFLOW; in dm_stats_create() 277 return -EOVERFLOW; in dm_stats_create()
|
D | md.c | 4090 return -EOVERFLOW; in new_dev_store() 5966 return -EOVERFLOW; in add_new_disk()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 262 rc = -EOVERFLOW; in lnet_eq_dequeue_event()
|
D | api-ni.c | 1664 LASSERT(rc >= 0 || rc == -EOVERFLOW); in lnet_ping_target_fini() 1769 LASSERT(rc2 != -EOVERFLOW); /* can't miss anything */ in lnet_ping()
|
/linux-4.4.14/lib/ |
D | bitmap.c | 407 return -EOVERFLOW; in __bitmap_parse() 422 return -EOVERFLOW; in __bitmap_parse()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 138 {-EOVERFLOW, "Babble (bad cable?)"},
|
/linux-4.4.14/drivers/usb/host/ |
D | imx21-hcd.h | 319 /* DataOver */ -EOVERFLOW,
|
D | fhci-q.c | 52 return -EOVERFLOW; in status_to_error()
|
D | ohci.h | 173 /* DataOver */ -EOVERFLOW,
|
D | isp1362-hcd.c | 204 return -EOVERFLOW; in claim_ptd_buffers() 722 } else if (index == -EOVERFLOW) { in submit_req() 768 } else if (ret == -EOVERFLOW) { in start_atl_transfers() 819 else if (ret == -EOVERFLOW) in start_intl_transfers() 883 finish_request(isp1362_hcd, ep, urb, -EOVERFLOW); in start_iso_transfers()
|
D | isp116x.h | 239 /* DataOver */ -EOVERFLOW,
|
D | sl811-hcd.c | 530 urbstat = -EOVERFLOW; in done() 575 urbstat = -EOVERFLOW; in done()
|
D | isp1362.h | 305 /* DataOver */ -EOVERFLOW,
|
D | ohci-hcd.c | 633 return -EOVERFLOW; in ohci_run()
|
D | ehci-sched.c | 1874 desc->status = -EOVERFLOW; in itd_complete() 2262 desc->status = -EOVERFLOW; in sitd_complete()
|
D | ehci-q.c | 217 status = -EOVERFLOW; in qtd_copy_status()
|
D | max3421-hcd.c | 312 [MAX3421_HRSL_BABBLE] = -EOVERFLOW
|
D | uhci-q.c | 779 return -EOVERFLOW; in uhci_map_status()
|
D | xhci-ring.c | 2055 frame->status = -EOVERFLOW; in process_isoc_td() 2368 status = -EOVERFLOW; in handle_tx_event()
|
D | fotg210-hcd.c | 2180 status = -EOVERFLOW; in qtd_copy_status() 4488 desc->status = -EOVERFLOW; in itd_complete()
|
D | r8a66597-hcd.c | 1359 status = -EOVERFLOW; in packet_read()
|
D | oxu210hp-hcd.c | 891 urb->status = -EOVERFLOW; in qtd_copy_status()
|
/linux-4.4.14/fs/ntfs/ |
D | compress.c | 203 int err = -EOVERFLOW; in ntfs_decompress() 929 ntfs_debug("Failed. Returning error code %s.", err == -EOVERFLOW ? in ntfs_read_compressed_block()
|
D | file.c | 66 return -EOVERFLOW; in ntfs_file_open()
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-audmux.c | 294 if (ret != -EOVERFLOW) { in imx_audmux_parse_dt_defaults()
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 454 return -EOVERFLOW; in _add_function() 500 if (ret == -EOVERFLOW) in mvebu_pinctrl_build_functions()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-st.c | 755 if ((ret == -ENODATA) || (ret == -EOVERFLOW)) { in st_i2c_of_get_deglitch() 762 if ((ret == -ENODATA) || (ret == -EOVERFLOW)) { in st_i2c_of_get_deglitch()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | usb-rx.c | 252 case -EOVERFLOW: { /* too small, reallocate */ in i2400mu_rx()
|
/linux-4.4.14/drivers/usb/misc/ |
D | appledisplay.c | 102 case -EOVERFLOW: in appledisplay_complete()
|
D | yurex.c | 139 case -EOVERFLOW: in yurex_interrupt()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_proc.c | 56 return -EOVERFLOW; in proc_scsi_host_write()
|
D | sd.c | 2119 return -EOVERFLOW; in read_capacity_16() 2205 return -EOVERFLOW; in read_capacity_10() 2238 if (sector_size == -EOVERFLOW) in sd_read_capacity() 2248 if (sector_size == -EOVERFLOW) in sd_read_capacity()
|
D | st.c | 1293 retval = (-EOVERFLOW); in st_open() 1592 retval = (-EOVERFLOW); in setup_buffering()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 80 return -EOVERFLOW; in ccm_init_mac()
|
/linux-4.4.14/fs/ocfs2/ |
D | stack_o2cb.c | 411 return -EOVERFLOW; in o2cb_cluster_this_node()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 550 if (req->req.status != -EOVERFLOW) in read_fifo() 553 req->req.status = -EOVERFLOW; in read_fifo() 606 if (req->req.status != -EOVERFLOW) in read_ep0_fifo() 608 req->req.status = -EOVERFLOW; in read_ep0_fifo()
|
D | net2280.c | 757 req->req.status = -EOVERFLOW; in read_fifo() 1182 req->req.status = -EOVERFLOW; in scan_dma_completions() 1192 req->req.status = -EOVERFLOW; in scan_dma_completions() 1422 return -EOVERFLOW; in net2280_fifo_status() 2538 done(ep, req, -EOVERFLOW); in handle_ep_small() 2595 ? -EOVERFLOW : 0); in handle_ep_small()
|
D | udc-xilinx.c | 622 if (req->usb_req.status != -EOVERFLOW) in xudc_read_fifo() 625 req->usb_req.status = -EOVERFLOW; in xudc_read_fifo() 626 xudc_done(ep, req, -EOVERFLOW); in xudc_read_fifo()
|
D | dummy_hcd.c | 1426 *status = -EOVERFLOW; in transfer() 1432 req->req.status = -EOVERFLOW; in transfer() 1833 req->req.status = -EOVERFLOW; in dummy_timer()
|
D | goku_udc.c | 460 if (req->req.status != -EOVERFLOW) in read_fifo() 463 req->req.status = -EOVERFLOW; in read_fifo()
|
D | net2272.c | 598 net2272_done(ep, req, -EOVERFLOW); in net2272_read_fifo() 1054 return -EOVERFLOW; in net2272_fifo_status()
|
D | s3c-hsudc.c | 408 hsreq->req.status = -EOVERFLOW; in s3c_hsudc_read_fifo()
|
D | s3c2410_udc.c | 483 req->req.status = -EOVERFLOW; in s3c2410_udc_read_fifo()
|
D | amd5536udc.c | 790 req->req.status = -EOVERFLOW; in udc_rxfifo_read() 2247 req->req.status = -EOVERFLOW; in udc_data_out_isr()
|
D | at91_udc.c | 351 req->req.status = -EOVERFLOW; in read_fifo()
|
D | gr_udc.c | 338 req->req.status = -EOVERFLOW; in gr_finish_request()
|
D | omap_udc.c | 454 req->req.status = -EOVERFLOW; in read_fifo()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 65 case -EOVERFLOW: in print_err_status()
|
D | tm6000-video.c | 360 case -EOVERFLOW: in print_err_status()
|
/linux-4.4.14/drivers/base/ |
D | property.c | 83 return -EOVERFLOW; in pset_prop_read_array()
|
/linux-4.4.14/lib/842/ |
D | 842_decompress.c | 116 return -EOVERFLOW; in next_bits()
|
/linux-4.4.14/drivers/input/mouse/ |
D | bcm5974.c | 722 case -EOVERFLOW: in bcm5974_irq_button() 753 case -EOVERFLOW: in bcm5974_irq_trackpad()
|
D | appletouch.c | 468 case -EOVERFLOW: in atp_status_check()
|
/linux-4.4.14/drivers/misc/mei/ |
D | hw-me.c | 429 return -EOVERFLOW; in mei_me_hbuf_empty_slots() 519 return -EOVERFLOW; in mei_me_count_full_read_slots()
|
D | interrupt.c | 307 if (*slots == -EOVERFLOW) { in mei_irq_read_handler()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 256 return -EOVERFLOW; in qat_rsa_enc() 387 return -EOVERFLOW; in qat_rsa_dec()
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 52 case -EOVERFLOW: in print_err_status()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.c | 502 status = -EOVERFLOW; in musb_host_packet_rx() 522 urb->status = -EOVERFLOW; in musb_host_packet_rx() 1068 urb->status = -EOVERFLOW; in musb_h_ep0_continue() 1644 if (d->status != -EILSEQ && d->status != -EOVERFLOW) in musb_rx_dma_inventra_cppi41() 1720 d_status = -EOVERFLOW; in musb_rx_dma_in_inventra_cppi41()
|
D | musb_gadget_ep0.c | 505 req->status = -EOVERFLOW; in ep0_rxstate()
|
D | musb_gadget.c | 875 request->status = -EOVERFLOW; in musb_g_rx()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd_ddma.c | 891 -EIO : -EOVERFLOW; in dwc2_complete_isoc_xfer_ddma() 962 urb->status = -EOVERFLOW; in dwc2_update_non_isoc_urb_state_ddma()
|
D | hcd_intr.c | 587 frame_desc->status = -EOVERFLOW; in dwc2_update_isoc_urb_state() 1471 dwc2_host_complete(hsotg, qtd, -EOVERFLOW); in dwc2_hc_babble_intr()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 761 return -EOVERFLOW; in cfs_trace_copyin_string() 776 return -EOVERFLOW; in cfs_trace_copyin_string()
|
/linux-4.4.14/fs/btrfs/ |
D | inode-item.c | 366 if (ret == -EOVERFLOW) { in btrfs_insert_inode_ref()
|
D | xattr.c | 144 if (ret == -EOVERFLOW) { in do_setxattr()
|
D | dir-item.c | 265 ret = -EOVERFLOW; in btrfs_check_dir_item_collision()
|
D | ioctl.c | 1987 ret = -EOVERFLOW; in copy_to_sk() 2076 return -EOVERFLOW; in search_ioctl() 2151 if (ret == -EOVERFLOW) in btrfs_ioctl_tree_search() 2180 return -EOVERFLOW; in btrfs_ioctl_tree_search_v2() 2191 else if (ret == -EOVERFLOW && in btrfs_ioctl_tree_search_v2()
|
D | transaction.c | 1502 BUG_ON(ret == -EEXIST || ret == -EOVERFLOW); in create_pending_snapshot()
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 349 ret = -EOVERFLOW; in nfs_dns_resolve_name()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 78 return -EOVERFLOW; in carl9170_fw_verify_descs()
|
/linux-4.4.14/drivers/net/usb/ |
D | cdc-phonet.c | 200 case -EOVERFLOW: in rx_complete()
|
D | kaweth.c | 627 if (unlikely(status == -EOVERFLOW)) { in kaweth_usb_receive()
|
D | usbnet.c | 625 case -EOVERFLOW: in rx_complete()
|
D | lan78xx.c | 2555 case -EOVERFLOW: in rx_complete()
|
D | r8152.c | 1193 case -EOVERFLOW: in intr_callback()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 144 EOVERFLOW \
|
/linux-4.4.14/net/mac802154/ |
D | llsec.c | 746 rc = -EOVERFLOW; in mac802154_llsec_encrypt() 1024 err = -EOVERFLOW; in mac802154_llsec_decrypt()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_eem.c | 433 status = -EOVERFLOW; in eem_unwrap()
|
D | f_phonet.c | 370 case -EOVERFLOW: /* request buffer overflow */ in pn_rx_complete()
|
D | rndis.c | 1078 return -EOVERFLOW; in rndis_rm_hdr()
|
D | u_ether.c | 337 case -EOVERFLOW: in rx_complete()
|
D | f_sourcesink.c | 571 case -EOVERFLOW: /* buffer overrun on read means that in source_sink_complete()
|
D | f_midi.c | 278 case -EOVERFLOW: /* buffer overrun on read means that in f_midi_complete()
|
D | f_printer.c | 300 case -EOVERFLOW: in rx_complete()
|
/linux-4.4.14/drivers/regulator/ |
D | tps6524x-regulator.c | 297 return -EOVERFLOW; in write_field()
|
/linux-4.4.14/drivers/s390/char/ |
D | monreader.c | 223 return ERR_PTR(-EOVERFLOW); in mon_next_message()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 121 buf->error = -EOVERFLOW; in osf_filldir() 122 return -EOVERFLOW; in osf_filldir()
|
/linux-4.4.14/drivers/media/rc/ |
D | iguanair.c | 385 rc = -EOVERFLOW; in iguanair_tx()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 682 return -EOVERFLOW; in dma_buf_mmap()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 57 case -EOVERFLOW: in print_err_status()
|
D | cx231xx-dvb.c | 193 case -EOVERFLOW: in print_err_status()
|
D | cx231xx-video.c | 215 case -EOVERFLOW: in print_err_status()
|
/linux-4.4.14/drivers/char/ |
D | mem.c | 699 ret = -EOVERFLOW; in memory_lseek()
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 616 ret = -EOVERFLOW; in n_hdlc_tty_read()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | usb_ops_linux.c | 588 case -EOVERFLOW: in usb_read_port_complete()
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 48 -EOVERFLOW, but heads will be parked anyway and the timeout will be
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 711 return -EOVERFLOW; in mq_attr_ok() 717 return -EOVERFLOW; in mq_attr_ok()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 648 ret = -EOVERFLOW; in t4_next_hw_cqe()
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 135 EOVERFLOW
|
/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 220 return -EOVERFLOW; in hfsplus_file_open()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 695 ret = -EOVERFLOW; in queue_sync_prod() 1172 if (queue_sync_prod(q) == -EOVERFLOW) in arm_smmu_evtq_handler() 1235 if (queue_sync_prod(q) == -EOVERFLOW) in arm_smmu_priq_handler()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 830 return -EOVERFLOW; in nlm_stat_to_errno()
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | qset.c | 733 return -EOVERFLOW; in get_urb_status_from_qtd()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 96 new_file = ERR_PTR(-EOVERFLOW); in create_fd()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-if.c | 279 case -EOVERFLOW: errmsg = "Babble (bad cable?)"; break; in pwc_isoc_handler()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | s5h1420.c | 258 result = -EOVERFLOW; in s5h1420_recv_slave_reply()
|
D | stb0899_drv.c | 763 result = -EOVERFLOW; in stb0899_recv_slave_reply()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 440 case -EOVERFLOW: in usb_read_port_complete()
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera.c | 137 *status = -EOVERFLOW; in altera_check_stack() 2105 status = -EOVERFLOW; in altera_execute()
|
/linux-4.4.14/drivers/net/wireless/ |
D | zd1201.c | 134 case -EOVERFLOW: in zd1201_usbfree() 212 case -EOVERFLOW: in zd1201_usbrx()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | main.c | 369 return -EOVERFLOW; in lbs_add_mcast_addrs()
|
/linux-4.4.14/drivers/usb/storage/ |
D | transport.c | 298 case -EOVERFLOW: in interpret_urb_result()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 133 [O2NET_ERR_OVERFLOW] = -EOVERFLOW, 1390 ret = -EOVERFLOW; in o2net_advance_rx()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 333 case -EOVERFLOW: in intel_pt_ext_err() 1221 return -EOVERFLOW; in intel_pt_overflow()
|
/linux-4.4.14/drivers/block/ |
D | loop.c | 1252 return -EOVERFLOW; in loop_info64_to_old() 1474 return -EOVERFLOW; in loop_info64_to_compat()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1015 urb->status = -EOVERFLOW; in check_int_transfer() 1033 urb->status = -EOVERFLOW; in check_atl_transfer()
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 1033 c67x00_giveback_urb(c67x00, urb, -EOVERFLOW); in c67x00_check_td_list()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdchar.c | 402 ret = -EOVERFLOW; in mtdchar_writeoob()
|
/linux-4.4.14/drivers/target/ |
D | target_core_device.c | 618 *ret = -EOVERFLOW; in core_dev_init_initiator_node_lun_acl()
|
D | target_core_configfs.c | 1103 return -EOVERFLOW; in target_wwn_vpd_unit_serial_store()
|
/linux-4.4.14/drivers/macintosh/ |
D | smu.c | 1175 return -EOVERFLOW; in smu_read_command()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 493 return -EOVERFLOW; in calc_phase_step()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1111 return -EOVERFLOW; in mdc_ioc_fid2path() 1140 rc = -EOVERFLOW; in mdc_ioc_fid2path()
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | hdm_usb.c | 584 case -EOVERFLOW: in hdm_read_completion()
|
/linux-4.4.14/fs/cifs/ |
D | netmisc.c | 78 {ERRmoredata, -EOVERFLOW},
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 326 return -EOVERFLOW; in add_to_buf()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dmxdev.c | 54 return -EOVERFLOW; in dvb_dmxdev_buffer_write()
|
D | dvb_frontend.c | 243 return -EOVERFLOW; in dvb_frontend_get_event()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 802 return -EOVERFLOW; in _nbu2ss_ep0_out_transfer() 1022 result = -EOVERFLOW; in _nbu2ss_epn_out_transfer()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | configfs.c | 119 return -EOVERFLOW; in usb_string_copy()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_av.c | 911 return -EOVERFLOW; in dvb_video_get_event()
|
/linux-4.4.14/mm/ |
D | nommu.c | 948 return -EOVERFLOW; in validate_mmap_request()
|
D | mmap.c | 1299 return -EOVERFLOW; in do_mmap()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 218 return ERR_PTR(-EOVERFLOW); in lio_target_call_addnptotpg()
|
/linux-4.4.14/drivers/tty/vt/ |
D | keyboard.c | 2024 return ((p && *p) ? -EOVERFLOW : 0); in vt_do_kdgkb_ioctl()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 120 case -EOVERFLOW: in print_err_status()
|
D | em28xx-video.c | 567 case -EOVERFLOW: in print_err_status()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1496 rc = -EOVERFLOW; in ll_dir_ioctl()
|
/linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 80 cmd->res = -EOVERFLOW; in ar5523_read_reply()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-video.c | 84 case -EOVERFLOW: in print_err_status()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | udc.c | 811 retval = -EOVERFLOW; in _ep_queue()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_driver.c | 1474 ret = -EOVERFLOW; in ipath_setrcvhdrsize()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 92 return -EOVERFLOW; in decode_nfs_fh()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | bas-gigaset.c | 220 case -EOVERFLOW: in get_usb_statmsg()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_netlink.c | 2211 return -EOVERFLOW; in __ovs_nla_copy_actions()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | wa-xfer.c | 2098 [WA_XFER_STATUS_BABBLE] = -EOVERFLOW, in wa_xfer_status_to_errno()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 464 ret = -EOVERFLOW; in ppp_read()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3181 case -EOVERFLOW: in hfa384x_usbin_callback()
|
/linux-4.4.14/drivers/mmc/card/ |
D | block.c | 360 err = -EOVERFLOW; in mmc_blk_ioctl_copy_from_user()
|
/linux-4.4.14/net/core/ |
D | dev.c | 5725 return -EOVERFLOW; in __dev_set_promiscuity() 5796 return -EOVERFLOW; in __dev_set_allmulti()
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 226 rc = -EOVERFLOW; in ata_scsi_park_store()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 694 rc = -EOVERFLOW; in lmv_fid2path()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1131 err = -EOVERFLOW; in netlink_insert()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 2808 return -EOVERFLOW; in hci_add_adv_instance()
|