Searched refs:ETIMEDOUT (Results 101 - 125 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c97 ret = -ETIMEDOUT;
/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c293 return (ETIMEDOUT);
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c446 { BSM_ERRNO_ETIMEDOUT, ETIMEDOUT, ES("Operation timed out") },
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_ioctl.c255 if (ret == ETIMEDOUT) {
H A Dmrsas.c633 if (retcode == ETIMEDOUT)
3666 if (retcode == ETIMEDOUT)
3852 retcode = ETIMEDOUT;
4016 retcode = ETIMEDOUT;
4298 if (retcode == ETIMEDOUT)
4388 if (retcode == ETIMEDOUT)
4504 if (retcode == ETIMEDOUT)
4629 if (retcode == ETIMEDOUT)
4737 if (retcode == ETIMEDOUT)
/freebsd-11-stable/sys/powerpc/powermac/
H A Dkiic.c372 return (ETIMEDOUT);
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c448 { BSM_ERRNO_ETIMEDOUT, ETIMEDOUT, ES("Operation timed out") },
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c353 * which will be considered as ETIMEDOUT later.
406 errno = ETIMEDOUT;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dmcm_rereg_test.c190 errno == ETIMEDOUT) {
/freebsd-11-stable/contrib/ofed/libibmad/
H A Drpc.c195 *p_error = ETIMEDOUT;
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1089 if (errno != ETIMEDOUT)
/freebsd-11-stable/stand/libsa/
H A Dip.c425 errno = ETIMEDOUT;
/freebsd-11-stable/sys/dev/tws/
H A Dtws_user.c112 return(ETIMEDOUT);
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c52 case IIC_ETIMEOUT: return (ETIMEDOUT);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmbdb.c550 errno = ETIMEDOUT;
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h191 #define ENA_COM_TIMER_EXPIRED ETIMEDOUT
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_core.c556 error = ETIMEDOUT;
639 error = ETIMEDOUT;
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1357 #ifdef ETIMEDOUT
1358 case ETIMEDOUT:
1359 return ("ETIMEDOUT");
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c325 terrno = ETIMEDOUT;
563 errno = ETIMEDOUT; /*%< no answer obtained */
/freebsd-11-stable/sys/dev/ida/
H A Dida.c570 return (ETIMEDOUT);
580 return (ETIMEDOUT);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c357 if (error == ETIMEDOUT)
397 if (error == ETIMEDOUT)
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c375 errno = ETIMEDOUT;
408 errno = ETIMEDOUT;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_port.c97 rc = ETIMEDOUT;
609 rc = ETIMEDOUT;
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_usbphy.c329 return (ETIMEDOUT);
349 return (ETIMEDOUT);
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_mmc.c426 return (ETIMEDOUT);
788 return (ETIMEDOUT);

Completed in 303 milliseconds

1234567891011