Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 129) sorted by relevance

123456

/f-stack/app/redis-5.0.5/src/
H A Dsyncio.c74 errno = ETIMEDOUT; in syncWrite()
113 errno = ETIMEDOUT; in syncRead()
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_pr.c58 return -ETIMEDOUT; in fme_pr_write_init()
73 return -ETIMEDOUT; in fme_pr_write_init()
116 return info->pr_err ? -EIO : -ETIMEDOUT; in fme_pr_write()
173 return -ETIMEDOUT; in fme_pr_write_complete()
H A Difpga_compat.h41 int ret = -ETIMEDOUT; \
H A Dopae_spi.c24 return loops ? 0 : -ETIMEDOUT; in nios_spi_indirect_read()
44 return loops ? 0 : -ETIMEDOUT; in nios_spi_indirect_write()
H A Difpga_fme_iperf.c93 return -ETIMEDOUT; in read_cache_counter()
178 return -ETIMEDOUT; in read_iommu_sip_counter()
231 return -ETIMEDOUT; in read_iommu_counter()
295 return -ETIMEDOUT; in read_fabric_counter()
H A Dopae_osdep.h91 (cond) ? 0 : -ETIMEDOUT; \
/f-stack/freebsd/arm64/rockchip/
H A Drk_pcie_phy.c170 return (ETIMEDOUT); in rk_pcie_phy_up()
187 return (ETIMEDOUT); in rk_pcie_phy_up()
200 return (ETIMEDOUT); in rk_pcie_phy_up()
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dmc_sys.c35 return -ETIMEDOUT; /* Operation timed out */ in mc_status_to_error()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py30 ETIME = errno.ETIMEDOUT
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_hw_regs.h40 err = -ETIMEDOUT; \
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs_rm_common.c79 return -ETIMEDOUT; in rm_cmpl_desc_to_error()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h44 #define NGX_ETIMEDOUT ETIMEDOUT
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ahci.c100 return (ETIMEDOUT); in imx6_ahci_phy_ctrl()
305 error = ETIMEDOUT; in imx6_ahci_attach()
H A Dimx6_ccm.c341 return ETIMEDOUT; in imx6_ccm_sata_enable()
432 return ETIMEDOUT; in imx_ccm_pll_video_enable()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-mv88e61xx.c129 return (ETIMEDOUT); in cvm_oct_mv88e61xx_smi_wait()
/f-stack/dpdk/examples/l2fwd-keepalive/ka-agent/
H A Dmain.c81 if (sem_errno == ETIMEDOUT) { in main()
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c623 return (ETIMEDOUT); in al_serdes_25g_eye_diag_run()
657 return (ETIMEDOUT); in al_serdes_25g_eye_diag_run()
681 return (ETIMEDOUT); in al_serdes_25g_eye_diag_run()
1040 status = ETIMEDOUT; in al_serdes_25g_rx_equalization()
1062 status = ETIMEDOUT; in al_serdes_25g_rx_equalization()
1076 status = ETIMEDOUT; in al_serdes_25g_rx_equalization()
1164 status = ETIMEDOUT; in al_serdes_25g_gcfsm2_read()
1311 status = ETIMEDOUT; in al_serdes_25g_rx_leq_fsm_op()
/f-stack/freebsd/sys/
H A Derrno.h126 #define ETIMEDOUT 60 /* Operation timed out */ macro
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c641 rv = ETIMEDOUT; in uphy_pex_enable()
657 rv = ETIMEDOUT; in uphy_pex_enable()
674 rv = ETIMEDOUT; in uphy_pex_enable()
693 rv = ETIMEDOUT; in uphy_pex_enable()
711 rv = ETIMEDOUT; in uphy_pex_enable()
876 rv = ETIMEDOUT; in uphy_sata_enable()
892 rv = ETIMEDOUT; in uphy_sata_enable()
909 rv = ETIMEDOUT; in uphy_sata_enable()
927 rv = ETIMEDOUT; in uphy_sata_enable()
943 rv = ETIMEDOUT; in uphy_sata_enable()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c395 return (ETIMEDOUT); in ng_hci_command_untimeout()
436 return (ETIMEDOUT); in ng_hci_con_untimeout()
/f-stack/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.c65 mcdi->proxy_result = ETIMEDOUT; in sfc_efx_mcdi_proxy_event_available()
67 if (mcdi->proxy_result != ETIMEDOUT) in sfc_efx_mcdi_proxy_event_available()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c239 return (ETIMEDOUT); in ng_l2cap_discon_untimeout()
538 return (ETIMEDOUT); in ng_l2cap_lp_untimeout()
583 return (ETIMEDOUT); in ng_l2cap_command_untimeout()
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h163 return (ETIMEDOUT); in bi_status_to_errno()
195 case ETIMEDOUT: in errno_to_bi_status()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp.c183 return -ETIMEDOUT; in nfp_nsp_wait_reg()
370 err = -ETIMEDOUT; in nfp_nsp_wait()
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_rq.c118 return -ETIMEDOUT; in vnic_rq_disable()

123456