Searched refs:ETIMEDOUT (Results 226 - 250 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c362 return (ETIMEDOUT);
H A Dixl_pf_main.c3416 error = ETIMEDOUT;
3450 error = ETIMEDOUT;
3514 error = ETIMEDOUT;
3546 error = ETIMEDOUT;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c653 if (errno == ETIMEDOUT && ssk->softerror)
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c1627 return (ETIMEDOUT);
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1732 errno = ETIMEDOUT;
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c3865 if (errno == ETIMEDOUT)
5385 errno = ETIMEDOUT;
5481 errno = ETIMEDOUT;
5557 errno = ETIMEDOUT;
H A Dutil.c1327 errno = ETIMEDOUT;
H A Ddeliver.c4029 errno = ETIMEDOUT;
5926 errno = ETIMEDOUT;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c4480 return -ETIMEDOUT;
4504 return -ETIMEDOUT;
H A Dintel_dp.c469 return -ETIMEDOUT;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1867 return (ETIMEDOUT);
2459 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c404 connect_reply_upcall(ep, -ETIMEDOUT);
418 close_complete_upcall(ep, -ETIMEDOUT);
/freebsd-11-stable/sys/dev/ae/
H A Dif_ae.c963 return (ETIMEDOUT);
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c1926 return ETIMEDOUT;
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c145 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1584 return ((retval) ? ETIMEDOUT : 0);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c359 xfer->resp = ETIMEDOUT;
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c74 * @returns 0 on success, ETIMEDOUT on failure
123 * @returns 0 on success, ETIMEDOUT on failure
178 return ETIMEDOUT;
258 * @returns 0 on success, ETIMEDOUT on failure
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c1864 return ETIMEDOUT;
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c1356 if (errno == ETIMEDOUT && tp->t_softerror)
H A Dsctputil.c2877 SCTP_LTRACE_ERR_RET(NULL, stcb, NULL, SCTP_FROM_SCTPUTIL, ETIMEDOUT);
2878 stcb->sctp_socket->so_error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1417 return (ETIMEDOUT);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c1306 if (errno == ETIMEDOUT && rs->retries <= RS_CONN_RETRIES)
1336 if (errno == ETIMEDOUT && rs->retries <= RS_CONN_RETRIES)
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c2261 return (ETIMEDOUT);
3926 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c2470 return ETIMEDOUT;
4061 error = ETIMEDOUT;

Completed in 297 milliseconds

1234567891011