/linux-4.4.14/include/uapi/asm-generic/ |
D | errno.h | 108 #define ECANCELED 125 /* Operation Canceled */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 106 #define ECANCELED 158 /* AIO operation canceled */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 103 #define ECANCELED 127 /* Operation Cancelled */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 113 #define ECANCELED 131 /* Operation Cancelled */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 117 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
|
/linux-4.4.14/drivers/block/rsxx/ |
D | cregs.c | 338 cmd->cb(card, cmd, -ECANCELED); in creg_reset() 349 cmd->cb(card, cmd, -ECANCELED); in creg_reset() 765 cmd->cb(card, cmd, -ECANCELED); in rsxx_creg_destroy() 781 cmd->cb(card, cmd, -ECANCELED); in rsxx_creg_destroy()
|
/linux-4.4.14/lib/ |
D | glob.c | 278 return n ? -ECANCELED : 0; in glob_init()
|
/linux-4.4.14/sound/soc/omap/ |
D | osk5912.c | 155 err = -ECANCELED; in osk_soc_init()
|
/linux-4.4.14/fs/ |
D | timerfd.c | 198 return -ECANCELED; in timerfd_setup() 258 res = -ECANCELED; in timerfd_read() 339 ret = -ECANCELED; in timerfd_ioctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 166 [ECANCELED] = LUSTRE_ECANCELED, 312 [LUSTRE_ECANCELED] = ECANCELED,
|
/linux-4.4.14/samples/uhid/ |
D | uhid-example.c | 377 return -ECANCELED; in keyboard()
|
/linux-4.4.14/drivers/nfc/ |
D | trf7970a.c | 625 trf->rx_skb = ERR_PTR(-ECANCELED); in trf7970a_send_upstream() 1484 ret = -ECANCELED; in trf7970a_send_cmd() 1727 ret = -ECANCELED; in _trf7970a_tg_listen() 1844 trf7970a_send_err_upstream(trf, -ECANCELED); in trf7970a_abort_cmd() 1948 trf7970a_send_err_upstream(trf, -ECANCELED); in trf7970a_shutdown()
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing_fw.c | 59 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED; in _softing_fct_cmd() 100 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED; in softing_bootloader_command()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | sdio.c | 498 WARN_ON(status && status != -ECANCELED); in ath6kl_sdio_irq_handler() 1227 req->scat_req->status = -ECANCELED; in ath6kl_sdio_stop() 1233 ath6kl_hif_rw_comp_handler(context, -ECANCELED); in ath6kl_sdio_stop()
|
D | htc_mbox.c | 1140 -ECANCELED : -ENOSPC; in ath6kl_htc_mbox_tx() 1176 packet->status = -ECANCELED; in ath6kl_htc_mbox_flush_txep() 1284 packet->status = -ECANCELED; in htc_reclaim_rxbuf() 1451 status = -ECANCELED; in ath6kl_htc_rx_setup() 1574 if (packets->status == -ECANCELED) { in htc_ctrl_rx() 2348 packet->status = -ECANCELED; in ath6kl_htc_mbox_add_rxbuf_multiple()
|
D | htc_pipe.c | 1122 packet->status = -ECANCELED; in htc_flush_rx_queue() 1176 packet->status == -ECANCELED && in htc_rxctrl_complete() 1667 packet->status = -ECANCELED; in ath6kl_htc_pipe_add_rxbuf_multiple()
|
D | txrx.c | 766 if (status == -ECANCELED) in ath6kl_tx_complete() 772 if (status != -ENOSPC && status != -ECANCELED) in ath6kl_tx_complete()
|
D | usb.c | 511 status = -ECANCELED; in ath6kl_usb_recv_complete()
|
/linux-4.4.14/drivers/char/tpm/ |
D | xen-tpmfront.c | 124 return -ECANCELED; in vtpm_recv()
|
D | tpm-interface.c | 375 rc = -ECANCELED; in tpm_transmit() 885 return -ECANCELED; in wait_for_tpm_stat()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 273 return -ECANCELED; in carl9170_fw()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_scsi.c | 907 req->drv_status = -ECANCELED; in csio_scsis_aborting() 922 if (req->drv_status != -ECANCELED) { in csio_scsis_aborting() 1004 req->drv_status = -ECANCELED; in csio_scsis_closing() 1012 if (req->drv_status != -ECANCELED) { in csio_scsis_closing()
|
D | csio_hw.c | 1994 int ret = -ECANCELED; in csio_hw_flash_fw()
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_hdcp.c | 261 return -ECANCELED; in hdmi_hdcp_msleep() 1301 if (rc == -ECANCELED) { in hdmi_hdcp_auth_work()
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 312 return -ECANCELED; in wait_for_stat()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | addr.c | 435 req->status = -ECANCELED; in rdma_addr_cancel()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 819 lnet_finalize(ni, msg, -ECANCELED); in lnet_post_send_locked() 822 return ECANCELED; in lnet_post_send_locked() 1341 if (rc == EHOSTUNREACH || rc == ECANCELED) in lnet_send()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft_device.c | 1449 return -ECANCELED; in fbtft_device_init()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm0010.c | 595 ret = -ECANCELED; in wm0010_boot()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 1149 if (unlikely(result == -ECANCELED)) { in osc_lock_enqueue()
|
D | osc_request.c | 2243 return -ECANCELED; in osc_enqueue_base()
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 1583 if (err == -ECANCELED) in ceph_uninline_data()
|
/linux-4.4.14/drivers/firewire/ |
D | core-cdev.c | 498 ret = -ECANCELED; in add_client_resource()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 973 retval = -ECANCELED; in ep0_read()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 1816 return -ECANCELED; in ath5k_hw_rf511x_iq_calibrate()
|
/linux-4.4.14/fs/btrfs/ |
D | volumes.c | 3459 ret = -ECANCELED; in __btrfs_balance() 3799 if ((ret && ret != -ECANCELED && ret != -ENOSPC) || in btrfs_balance()
|
D | scrub.c | 3199 ret = -ECANCELED; in scrub_stripe()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | common.c | 355 ret = -ECANCELED; in il_send_cmd_sync()
|