Searched refs:ETIMEDOUT (Results 51 - 75 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c275 return (ETIMEDOUT);
316 return (ETIMEDOUT);
360 return (ETIMEDOUT);
406 return (ETIMEDOUT);
471 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h46 ret = -ETIMEDOUT; \
65 ret__ = -ETIMEDOUT; \
80 int i, ret__ = -ETIMEDOUT; \
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c237 return (ETIMEDOUT);
538 return (ETIMEDOUT);
583 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c194 ips_set_error(command, ETIMEDOUT);
295 ips_set_error(command, ETIMEDOUT);
534 ips_set_error(command, ETIMEDOUT);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c628 ETIMEDOUT); local
653 ETIMEDOUT); local
671 ETIMEDOUT); local
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_main.c417 return -ETIMEDOUT;
439 return -ETIMEDOUT;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c336 rc = -ETIMEDOUT;
381 rc = -ETIMEDOUT;
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rsb.c170 return (ETIMEDOUT);
212 error = ETIMEDOUT;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cond.c220 } else if (error == EINTR || error == ETIMEDOUT) {
323 } else if (error == ETIMEDOUT) {
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c399 rv = ETIMEDOUT;
483 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_smbat.c231 error = ETIMEDOUT;
300 error = ETIMEDOUT;
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c724 #ifdef ETIMEDOUT
729 atf_tc_fail_nonfatal("ETIMEDOUT not defined");
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_sram.c122 rc = ETIMEDOUT;
/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c231 return ETIMEDOUT;
361 return ETIMEDOUT;
423 return ETIMEDOUT;
533 return ETIMEDOUT;
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c455 if (errno == ETIMEDOUT)
537 if (errno == ETIMEDOUT)
575 if (errno == ETIMEDOUT)
602 if (errno == ETIMEDOUT)
/freebsd-11-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c227 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&semid, &tp) == -1);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c154 case ETIMEDOUT:
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c162 if (ret != ETIMEDOUT && ret != EINVAL)
/freebsd-11-stable/sys/netinet/
H A Dtcp_timer.c479 tp = tcp_drop(tp, ETIMEDOUT);
542 tp = tcp_drop(tp, ETIMEDOUT);
552 tp = tcp_drop(tp, ETIMEDOUT);
622 tp = tcp_drop(tp, ETIMEDOUT);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c160 return -ETIMEDOUT;
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.c92 result = ETIMEDOUT;
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_fsm.c95 return -ETIMEDOUT;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp226 error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX);
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dthread_mutex.c222 if (rv == ETIMEDOUT) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dcontrol.c255 errno = ETIMEDOUT;

Completed in 393 milliseconds

1234567891011