Searched refs:ETIMEDOUT (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Derrno.h54 * Added ETIMEDOUT.
74 * The exception is ETIMEDOUT, which has different values in the two
90 #define ETIMEDOUT 60 /* Connection timed out */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h173 #define ETIMEDOUT 60 /* Operation timed out */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c308 error = ETIMEDOUT;
413 error = ETIMEDOUT;
522 error = ETIMEDOUT;
H A Dnfs_socket.c953 (error != ENXIO) && (error != ETIMEDOUT))
2102 req->r_error = ETIMEDOUT;
2397 * ETIMEDOUT is returned if there has been a soft timeout.
2411 return (ETIMEDOUT); /* request has been terminated. */
H A Dnfs_gss.c1568 return (ETIMEDOUT);
H A Dnfs_vfsops.c508 if ((error == ESTALE) || (error == ETIMEDOUT))
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_timer.c634 tp->t_softerror : ETIMEDOUT);
764 tp = tcp_drop(tp, ETIMEDOUT);
827 tp = tcp_drop(tp, ETIMEDOUT);
H A Din_dhcp.c590 error = ETIMEDOUT;
778 if (error != EPROTO && error != ETIMEDOUT) {
798 error = ETIMEDOUT;
H A Dtcp_subr.c751 if (errno == ETIMEDOUT && tp->t_softerror)
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c117 atp_iocnak(trp->tr_queue, m, ETIMEDOUT);
H A Datp_write.c943 err = ETIMEDOUT;
1570 *err = ETIMEDOUT;
1868 *err = ETIMEDOUT;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c873 error = ETIMEDOUT;
883 * ETIMEDOUT
942 return(ETIMEDOUT);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp4324 return(ETIMEDOUT);

Completed in 270 milliseconds