Searched refs:ETIMEDOUT (Results 201 - 225 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c1117 if (error == ETIMEDOUT) {
1198 if (error == ETIMEDOUT) {
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c976 err = ETIMEDOUT;
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c401 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dich.c261 return (ETIMEDOUT);
H A Dds1.c249 return ETIMEDOUT;
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c375 return -ETIMEDOUT;
1770 return -ETIMEDOUT;
1805 return -ETIMEDOUT;
1888 * @return 0 on success, -ETIMEDOUT on timeout.
1917 return -ETIMEDOUT;
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c690 errno = ETIMEDOUT;
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c695 return (ETIMEDOUT);
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c1149 return (ETIMEDOUT);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c780 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c1174 return (ETIMEDOUT);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1804 event.status = -ETIMEDOUT;
1822 event.status = -ETIMEDOUT; /* fall through */
2123 case -ETIMEDOUT:
3344 event.status = -ETIMEDOUT;
H A Dib_user_mad.c209 packet->mad.hdr.status = ETIMEDOUT;
H A Dib_sa_query.c892 * is canceled, -ETIMEDOUT is the query timed out, or -EIO if an error
1012 * is canceled, -ETIMEDOUT is the query timed out, or -EIO if an error
1411 query->callback(query, -ETIMEDOUT, NULL);
/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c1918 errno = ETIMEDOUT;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c664 error = ETIMEDOUT;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1743 ng_btsocket_rfcomm_pcb_kill(pcb, ETIMEDOUT);
1755 ng_btsocket_rfcomm_pcb_kill(pcb, ETIMEDOUT);
1792 ng_btsocket_rfcomm_pcb_kill(pcb, ETIMEDOUT);
H A Dng_btsocket_sco.c1957 pcb->so->so_error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c367 return (ETIMEDOUT);
381 return (ETIMEDOUT);
480 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c1144 case -ETIMEDOUT: /* Timeout */
1147 return -ETIMEDOUT;
2632 ret = -ETIMEDOUT;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c1489 return ETIMEDOUT;
1598 return ETIMEDOUT;
1690 return ETIMEDOUT;
7891 return ETIMEDOUT;
8311 return ETIMEDOUT;
8492 return ETIMEDOUT;
8502 return ETIMEDOUT;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1237 errno = ETIMEDOUT;
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c940 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c1125 connect_reply_upcall(ep, -ETIMEDOUT);
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c1038 err = ETIMEDOUT;

Completed in 445 milliseconds

1234567891011