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

123456

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c371 errno = ETIMEDOUT;
395 errno = ETIMEDOUT;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c191 #define ETIME ETIMEDOUT
255 {NT_STATUS_IO_TIMEOUT, ETIMEDOUT},
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c680 p->cku_err.re_errno = ETIMEDOUT;
993 p->cku_err.re_errno = ETIMEDOUT;
H A Dclnt_cots.c926 p->cku_err.re_errno = ETIMEDOUT;
1289 p->cku_err.re_errno = ETIMEDOUT;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c773 if (rc == ETIMEDOUT) {
973 if (rc == ETIMEDOUT) {
1331 * error such as ETIMEDOUT.
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c86 * (EINVAL, ETIMEDOUT)
576 * (EINVAL, ETIMEDOUT)
1243 * ETIMEDOUT
1286 serrno = ETIMEDOUT;
1307 if ((serrno_unreg == EBUSY) && (serrno == ETIMEDOUT))
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1976 return (ETIMEDOUT);
2093 return (ETIMEDOUT);
2325 return (ETIMEDOUT);
2355 return (ETIMEDOUT);
2393 return (ETIMEDOUT);
2455 return (ETIMEDOUT);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c585 emrp->emr_rc = ETIMEDOUT;
625 return (ETIMEDOUT);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c537 } while (error == ETIMEDOUT || error == ECONNRESET);
598 } while (error == ETIMEDOUT || error == ECONNRESET);
1029 * If failover_remap returns ETIMEDOUT
1069 if ((rpcerr.re_errno == ETIMEDOUT ||
1581 * If failover_remap returns ETIMEDOUT
1619 if ((rpcerr.re_errno == ETIMEDOUT ||
H A Dnfs4_callback.c1378 if (error != ETIMEDOUT && error != EINTR &&
1935 * if error is EINTR, ETIMEDOUT, or NFS4_FRC_UNMT_ERR, then
1938 if (e.error == EINTR || e.error == ETIMEDOUT ||
H A Dnfs_dlinet.c313 } while (rc == ETIMEDOUT);
901 return ((stat == RPC_TIMEDOUT) ? ETIMEDOUT : ENXIO); /* XXX */
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c685 * Note: errno is set to ETIMEDOUT if fragment reassembly fails.
938 errno = ETIMEDOUT;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1036 err = ETIMEDOUT;
1076 err = ETIMEDOUT;
1116 return (ETIMEDOUT);
1161 return (ETIMEDOUT);
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c610 rets = -ETIMEDOUT;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2352 error = ETIMEDOUT;
2367 error = ETIMEDOUT;
3444 * Except in the case of [ETIMEDOUT], all these error checks
3642 error = ETIMEDOUT;
3686 error = ETIMEDOUT;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c1524 return ETIMEDOUT;
1634 return ETIMEDOUT;
1718 return ETIMEDOUT;
6671 return ETIMEDOUT;
7091 return ETIMEDOUT;
7272 return ETIMEDOUT;
7282 return ETIMEDOUT;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c1307 result = ETIMEDOUT;
1985 * An ETIMEDOUT error means we retry (if our counter isn't
1988 if (result == ETIMEDOUT) {
4467 result = -ETIMEDOUT;
4998 return (ETIMEDOUT);
5135 return (ETIMEDOUT);
5141 return (ETIMEDOUT);
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c910 if ((rc == ETIMEDOUT) || (rc == ECONNREFUSED) ||
3016 rc = ETIMEDOUT;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c416 if (status == ETIMEDOUT) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3438 if (errno == ETIMEDOUT)
4948 errno = ETIMEDOUT;
5044 errno = ETIMEDOUT;
5120 errno = ETIMEDOUT;
H A Drecipient.c1915 errno = ETIMEDOUT;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c683 * set to ETIMEDOUT. This may be set by
689 if (errno == ETIMEDOUT)
1085 errno = ETIMEDOUT;
1412 * errno ETIMEDOUT is set by the mac driver
1417 if ((ret < 0) && (errno != ETIMEDOUT)) {
4486 tcp->tcp_client_errno : ETIMEDOUT);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c1216 err = ETIMEDOUT;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c1561 case ETIMEDOUT:
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c88 * return 0 on success, ETIMEDOUT on failure
127 * return 0=ready, ETIMEDOUT=>not ready but timed out
162 return (ETIMEDOUT);
170 * return 0 on success, ETIMEDOUT on failure
244 * return 0 on success, ETIMEDOUT on failure
372 * return 0 on success, ETIMEDOUT on failure

Completed in 259 milliseconds

123456