Searched refs:ETIMEDOUT (Results 151 - 175 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c379 return (ETIMEDOUT);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c243 err = ETIMEDOUT;
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_io.c338 if (err == ETIMEDOUT)
H A Dlibusb01.c643 return (-ETIMEDOUT);
/freebsd-11-stable/sbin/hastd/
H A Dproto_tcp.c365 error = ETIMEDOUT;
/freebsd-11-stable/sbin/iscontrol/
H A Dfsm.c206 case ETIMEDOUT:
/freebsd-11-stable/sys/dev/flash/
H A Dat45d.c223 err = ETIMEDOUT;
/freebsd-11-stable/sys/dev/ips/
H A Dips.c319 ips_set_error(&command[i], ETIMEDOUT);
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c378 return (ETIMEDOUT);
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c503 return (sc->sc_pending ? ETIMEDOUT : 0);
945 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/si/
H A Dsi.c1551 if (err == ETIMEDOUT)
1588 if (err == ETIMEDOUT) {
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c446 return (ETIMEDOUT);
505 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c1273 return(ETIMEDOUT);
1300 return(ETIMEDOUT);
1341 return(ETIMEDOUT);
1362 if (an_cmd(sc, AN_CMD_FORCE_SYNCLOSS, 0) == ETIMEDOUT)
1656 return(ETIMEDOUT);
1728 return(ETIMEDOUT);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2205 return ETIMEDOUT;
2944 return (ETIMEDOUT);
3670 return (ETIMEDOUT);
3755 return ETIMEDOUT;
4153 error = ETIMEDOUT;
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c153 return -ETIMEDOUT;
183 return -ETIMEDOUT;
255 return (v == -ETIMEDOUT ? phy_modtype_none : v);
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c430 return (i == VR_TIMEOUT ? ETIMEDOUT : 0);
2389 return (ETIMEDOUT);
2411 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c787 return ETIMEDOUT;
874 return ETIMEDOUT;
4863 return ETIMEDOUT;
4915 return ETIMEDOUT;
5113 return ETIMEDOUT;
5253 return ETIMEDOUT;
/freebsd-11-stable/sys/dev/sec/
H A Dsec.c660 return (ETIMEDOUT);
685 return (ETIMEDOUT);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c1165 return (ETIMEDOUT);
1176 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c185 return ETIMEDOUT;
201 return ETIMEDOUT;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c881 return (ETIMEDOUT);
1427 return (ETIMEDOUT);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mcdi.c594 emrp->emr_rc = ETIMEDOUT;
645 return (ETIMEDOUT);
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c1788 if (error == EINTR || error == EIO || error == ETIMEDOUT
1795 if ((error == EINTR || error == ETIMEDOUT) &&
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c1514 error = ETIMEDOUT;
1552 error = ETIMEDOUT;
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c130 error = ETIMEDOUT;

Completed in 260 milliseconds

1234567891011