Home
last modified time | relevance | path

Searched refs:EINTR (Results 226 – 250 of 690) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c917 p->cku_err.re_errno = EINTR; in clnt_cots_kcallit()
1134 h->cl_nosignal) == EINTR) { in clnt_cots_kcallit()
1135 p->cku_err.re_errno = EINTR; in clnt_cots_kcallit()
1285 p->cku_err.re_errno = EINTR; in clnt_cots_kcallit()
1533 if (clnt_delay(ticks, h->cl_nosignal) == EINTR) { in clnt_cots_kcallit()
1534 p->cku_err.re_errno = EINTR; in clnt_cots_kcallit()
1783 if (p->cku_err.re_errno == EINTR) { in connmgr_wrapget()
2717 if (error == EINTR) in connmgr_connect()
3738 return (EINTR); in waitforack()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2403 error = EINTR; in snf_direct_io()
2558 error = EINTR; in snf_segmap()
2595 error = (error == EINTR) ? EINTR : EIO; in snf_segmap()
2693 error = (error == EINTR) ? EINTR : EIO; in snf_segmap()
2773 error = EINTR; in snf_segmap()
2838 error = EINTR; in snf_cache()
2873 if (error == EINTR && iosize != 0) in snf_cache()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c104 } while (retval < 0 && errno == EINTR); in _t_checkfd()
135 } while (retval < 0 && errno == EINTR); in _t_checkfd()
374 if (errno == EINTR) in _t_is_ok()
1459 } while (rval < 0 && errno == EINTR); in _t_expinline_queued()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c712 if (errno != EINTR) { in main()
753 if (errno != EINTR) { in main()
H A Drlogin.c959 if (errno == EINTR) in writer()
1271 if (errno != EINTR) { in reader()
1288 if (errno == EINTR) in reader()
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c765 &v12n_ldma_cv_lock, &timeout)) != EINTR) in v12n_get_ldma_system_msg()
790 &v12n_ldma_cv_lock, &timeout)) != EINTR) in v12n_get_ldma_system_msg()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c1219 if (errno == EINTR) { in vfpSafeWrite()
1267 if (errno == EINTR) { in vfpSafePwrite()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_callbacks.c117 case EINTR: in ndmpd_api_done_v2()
415 case EINTR: in ndmpd_api_done_v3()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c1213 if ((count = read(fd, buf, n)) == -1 && errno == EINTR) in Read()
1239 if ((count = write(fd, buf, n)) == -1 && errno == EINTR) in Write()
H A Dparallel.c359 if (errno == EINTR) { in parallel_comm()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c72 while (((rc = mwrite(svc->md, svc->msgbuf)) < 0) && (errno == EINTR)) { in snd_msg()
95 (errno == EINTR)) { in rcv_msg()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c825 return (EINTR); in sosctp_sendmsg()
841 return (EINTR); in sosctp_sendmsg()
899 error = EINTR; in sosctp_sendmsg()
1067 error = EINTR; in sosctp_seq_sendmsg()
1080 error = EINTR; in sosctp_seq_sendmsg()
1102 error = EINTR; in sosctp_seq_sendmsg()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c454 (void) set_errno(EINTR); /* sets post-sys processing */ in pre_syscall()
618 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
620 if (error == EINTR && in post_syscall()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c346 (void) set_errno(EINTR); /* forces post_sys */ in pre_syscall()
526 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
528 if (error == EINTR && in post_syscall()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c586 if (errno == EINTR) in slp_tcp_read()
612 if (errno == EINTR) in slp_tcp_read()
1182 if (errno == EAGAIN || errno == EINTR) { in wait_for_response()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.c168 if (errno != EINTR) in run_script()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c71 if (errno != EINTR) in dowrite()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c89 if (errno == EINTR) { in announce()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_mcdi.c121 return (EINTR); in siena_mcdi_poll_reboot()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c143 if (errno == EINTR) { /* SIGWINCH probably */ in doinput()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c651 return (EINTR); in nfs4_open()
718 if (error != ETIMEDOUT && error != EINTR && in nfs4open_save_lost_rqst()
1224 if (!needrecov || abort == TRUE || e.error == EINTR || in nfs4open_otw()
1924 (ep->error == EINTR || ep->error == ETIMEDOUT || in nfs4_reopen()
2396 if (error != ETIMEDOUT && error != EINTR && in nfs4close_save_lost_rqst()
2561 if (abort == FALSE && ep->error != EINTR && in nfs4close_otw()
2687 return (EINTR); in nfs4_read()
2793 return (EINTR); in nfs4_write()
2843 return (EINTR); in nfs4_write()
2942 error = EINTR; in nfs4_write()
[all …]
H A Dnfs_subr.c296 #define IS_RECOVERABLE_ERROR(error) !((error == EINTR) || (error == EIO))
406 return ((error != 0) ? error : EINTR); in clget_impl()
445 if (error != EINTR) { in clget_impl()
461 return ((error != 0) ? error : EINTR); in clget_impl()
1008 return (EINTR); in rfscall()
1022 if (remaperr != EINTR) in rfscall()
1154 rpcerr.re_errno = EINTR; in rfscall()
1559 return (EINTR); in aclcall()
1573 if (remaperr != EINTR) in aclcall()
1742 rpcerr.re_errno = EINTR; in aclcall()
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c583 {SIGABRT, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM|GLSA_CORE, EINTR},
590 {SIGHUP, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM, EINTR},
593 {SIGINT, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM, EINTR},
598 {SIGPIPE, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM, EINTR},
602 {SIGPOLL, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM, EINTR},
608 {SIGQUIT, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM|GLSA_CORE, EINTR},
610 {SIGTERM, GLS_SUSPEND_INPUT, GLS_ABORT, GLSA_TERM, EINTR},
2640 if(errno != EINTR) { in gl_raw_terminal_mode()
2680 if(errno != EINTR) { in gl_restore_terminal_attributes()
3316 } while(nread < 0 && errno==EINTR); in gl_read_unmasked()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c129 return (EINTR); in smbfs_waitfor_purge_complete()
428 return (EINTR); in smbfs_getattr_otw()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmcadm.c143 retval = EINTR; in rmcadm_get_errno()
147 retval = EINTR; in rmcadm_get_errno()

12345678910>>...28