Searched refs:ETIMEDOUT (Results 76 - 100 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h163 if (r != 0 && r != ETIMEDOUT) \
/freebsd-11-stable/sys/dev/aha/
H A Daha.c1328 return (ETIMEDOUT);
1342 return (ETIMEDOUT);
1356 return (ETIMEDOUT);
1433 return (ETIMEDOUT);
1457 return (ETIMEDOUT);
1497 error = ETIMEDOUT;
1545 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c1366 return (ETIMEDOUT);
1413 return (ETIMEDOUT);
1421 return (ETIMEDOUT);
1430 return (ETIMEDOUT);
1454 return ETIMEDOUT;
1463 return ETIMEDOUT;
1486 return ETIMEDOUT;
1497 return ETIMEDOUT;
1658 return (ETIMEDOUT);
1761 return (ETIMEDOUT);
[all...]
H A Dmpt_raid.c761 if (rv == ETIMEDOUT) {
875 if (rv == ETIMEDOUT) {
958 if (rv == ETIMEDOUT) {
1011 if (rv == ETIMEDOUT) {
1047 if (rv == ETIMEDOUT) {
1307 if (rv == ETIMEDOUT) {
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c1795 return (ETIMEDOUT);
1809 return (ETIMEDOUT);
1824 return (ETIMEDOUT);
1909 return (ETIMEDOUT);
1951 error = ETIMEDOUT;
2028 error = (ETIMEDOUT);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c264 ent->ret = -ETIMEDOUT;
786 ent->ret = -ETIMEDOUT;
948 ent->ret = -ETIMEDOUT;
954 if (err == -ETIMEDOUT) {
1010 if (err == -ETIMEDOUT)
1314 if (err == -ETIMEDOUT)
/freebsd-11-stable/lib/libbluetooth/
H A Dhci.c159 errno = ETIMEDOUT;
315 error = ETIMEDOUT;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c158 if (-1 == rc && ETIMEDOUT == errno)
815 errno = ETIMEDOUT;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_io.c712 if (error == EINTR || error == ETIMEDOUT
720 if ((error == EINTR || error == ETIMEDOUT) &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp446 case ETIMEDOUT: // A transmission timeout occurs during a read attempt on a
599 case ETIMEDOUT:
/freebsd-11-stable/contrib/sendmail/src/
H A Derr.c1107 case ETIMEDOUT:
1130 if (errnum == ETIMEDOUT)
H A Dsfsasl.c675 #ifdef ETIMEDOUT
676 # define SM_ERR_TIMEOUT ETIMEDOUT
H A Ddomain.c908 if (errno == ETIMEDOUT ||
921 (errno == ETIMEDOUT ||
1427 ** sets errno to ETIMEDOUT if the
1432 if (save_errno != ETIMEDOUT)
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h287 assert(ret == 0 || ret == ETIMEDOUT);
/freebsd-11-stable/sys/nfs/
H A Dkrpc_subr.c396 error = ETIMEDOUT;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ccm.c339 return ETIMEDOUT;
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_generic.c623 error = ETIMEDOUT;
932 hard_error = ETIMEDOUT;
939 case ETIMEDOUT:
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_xhci.c661 return (ETIMEDOUT);
861 return (ETIMEDOUT);
877 return (ETIMEDOUT);
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c149 case ETIMEDOUT:
1094 errno = ETIMEDOUT;
1202 errno = ETIMEDOUT;
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c165 error = ETIMEDOUT;
194 error = ETIMEDOUT;
248 return (ETIMEDOUT);
837 return (ETIMEDOUT);
852 return (ETIMEDOUT);
3340 error = ETIMEDOUT;
3379 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c158 error = ETIMEDOUT;
186 error = ETIMEDOUT;
240 return (ETIMEDOUT);
823 return (ETIMEDOUT);
839 return (ETIMEDOUT);
2609 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c971 return (ETIMEDOUT);
2708 error = ETIMEDOUT;
2727 error = ETIMEDOUT;
2755 error = ETIMEDOUT;
2792 error = ETIMEDOUT;
2804 error = ETIMEDOUT;
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c1735 error = ETIMEDOUT;
1740 if (error != ETIMEDOUT)
1770 error = ETIMEDOUT;
1887 error = ETIMEDOUT;
1894 if (error != ETIMEDOUT)
1927 error = ETIMEDOUT;
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c244 if (errno == ETIMEDOUT) {
752 if (rv == ETIMEDOUT) {
812 if (rv == ETIMEDOUT) {
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c249 return (ETIMEDOUT);

Completed in 307 milliseconds

1234567891011