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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h174 #define ETIMEDOUT 60 /* Operation timed out */ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c307 error = ETIMEDOUT;
412 error = ETIMEDOUT;
521 error = ETIMEDOUT;
H A Dnfs4_subs.c420 if (error == ETIMEDOUT)
425 if (error && (error != ETIMEDOUT) &&
2559 error = ETIMEDOUT; /* looks like we need a reconnect */
2570 if ((error == ETIMEDOUT) || nfs_mount_state_error_should_restart(error)) {
2571 if (error == ETIMEDOUT)
2626 if ((error == ETIMEDOUT) || nfs_mount_state_error_should_restart(error)) {
2627 if (error == ETIMEDOUT)
H A Dnfs_socket.c644 case ETIMEDOUT:
846 error = ETIMEDOUT;
881 nso->nso_error = ETIMEDOUT;
1075 error = nss.nss_error ? nss.nss_error : ETIMEDOUT;
2617 error = ETIMEDOUT;
2809 error = ETIMEDOUT;
2854 req->r_error = error = ETIMEDOUT;
3076 (error != ENXIO) && (error != ETIMEDOUT))
4412 req->r_error = ETIMEDOUT;
4714 * ETIMEDOUT i
[all...]
H A Dnfs_lock.c569 error = ETIMEDOUT;
H A Dnfs_gss.c367 (error != ENXIO) && (error != ETIMEDOUT)) {
1171 error = ETIMEDOUT;
H A Dnfs4_vnops.c5720 ((error == ETIMEDOUT) || nfs_mount_state_error_should_restart(error))) {
5722 if ((error == ETIMEDOUT) && ((nmp = NFSTONMP(nofp->nof_np))))
5926 /* assume delegation is gone for all errors except ETIMEDOUT, NFSERR_*MOVED */
5927 if ((error != ETIMEDOUT) && (error != NFSERR_MOVED) && (error != NFSERR_LEASE_MOVED)) {
5953 if (error == ETIMEDOUT)
8011 if (error && (error != ENXIO) && (error != ETIMEDOUT) && (error != EINTR) && (error != ERESTART)) {
H A Dnfs_vfsops.c542 if ((error == ESTALE) || (error == ETIMEDOUT))
2526 case ETIMEDOUT:
H A Dnfs_vnops.c4778 if (error && (error != ENXIO) && (error != ETIMEDOUT) && (error != EINTR) && (error != ERESTART)) {
6899 RETRY, /* ETIMEDOUT 60 Operation timed out */
/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c447 { BSM_ERRNO_ETIMEDOUT, ETIMEDOUT, ES("Operation timed out") },
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c572 error = ETIMEDOUT;
760 if (error != EPROTO && error != ETIMEDOUT) {
780 error = ETIMEDOUT;
H A Dtcp_timer.c609 tp->t_softerror : ETIMEDOUT);
800 tp = tcp_drop(tp, ETIMEDOUT);
895 tp = tcp_drop(tp, ETIMEDOUT);
H A Dtcp_subr.c918 if (errno == ETIMEDOUT && tp->t_softerror)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c490 if (error == ETIMEDOUT) {
H A Dpthread_support.c899 error = ETIMEDOUT;
1431 error = ETIMEDOUT;
1709 error = ETIMEDOUT;
1855 error = ETIMEDOUT;
2006 error = ETIMEDOUT;
2154 error = ETIMEDOUT;
2415 error = ETIMEDOUT;
3107 error = ETIMEDOUT;
H A Dkern_sig.c936 error = ETIMEDOUT;
947 * ETIMEDOUT
1038 return(ETIMEDOUT);
1047 * ETIMEDOUT
1124 return(ETIMEDOUT);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5023 return(ETIMEDOUT);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c7982 } else if (error == EWOULDBLOCK || error == ETIMEDOUT) {
7987 error = ETIMEDOUT;

Completed in 208 milliseconds