Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 151 – 175 of 600) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c136 if (ret == -1 && errno == EAGAIN) { in sig_handler()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c156 error = EAGAIN; in sigtimedwait()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgexecv.c260 if (errno == EAGAIN) { in pkgexecv()
H A Dvfpops.c1215 if (errno == EAGAIN) { in vfpSafeWrite()
1263 if (errno == EAGAIN) { in vfpSafePwrite()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndv.c261 if (errno == EAGAIN) in _tx_sndv()
H A Dt_rcvudata.c120 if (errno == EAGAIN) in _tx_rcvudata()
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c261 case EAGAIN: in log_event_upcall()
334 upcall_err = EAGAIN; in log_event_deliver()
404 case EAGAIN: in log_event_deliver()
1328 return (EAGAIN); in get_registration()
1847 return (EAGAIN); in log_usr_sysevent()
H A Dksensor.c496 return (EAGAIN); in ksensor_create()
614 return (EAGAIN); in ksensor_remove()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1514 rval = EAGAIN;
1527 rval = EAGAIN;
1535 rval = EAGAIN;
1544 rval = EAGAIN;
1553 rval = EAGAIN;
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c657 case EAGAIN:
707 if ((t_errno != TSYSERR) || (errno != EAGAIN))
715 if ((t_errno != TSYSERR) || (errno != EAGAIN))
760 if ((t_errno == TNOADDR) || ((t_errno == TSYSERR) && (errno == EAGAIN))) {
1108 if ((t_errno != TSYSERR) || (errno != EAGAIN)) in doevent()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c466 case EAGAIN: /* process may be forking */ in nfs_idmap_str_uid()
637 case EAGAIN: /* process may be forking */ in nfs_idmap_uid_str()
846 case EAGAIN: /* process may be forking */ in nfs_idmap_str_gid()
1017 case EAGAIN: /* process may be forking */ in nfs_idmap_gid_str()
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c321 return (fmd_adm_set_errno(ap, EAGAIN)); in fmd_adm_module_iter()
525 return (fmd_adm_set_errno(ap, EAGAIN)); in fmd_adm_rsrc_iter()
813 return (fmd_adm_set_errno(ap, EAGAIN)); in fmd_adm_case_iter()
924 return (fmd_adm_set_errno(ap, EAGAIN)); in fmd_adm_serd_iter()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c696 if (xenbus_transaction_end(xbt, 0) == EAGAIN) in xen_sysrq_handler()
843 if (err == EAGAIN) { in xen_shutdown_handler()
1073 CASE(ENODATA); CASE(EAGAIN); in xen_xlate_errcode()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c574 error = EAGAIN; in sgcn_ioctl()
662 } else if (retval == EAGAIN) { in sgcn_start()
704 return (EAGAIN); in sgcn_transmit()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c394 if (errno == EAGAIN) { in ptrace()
580 if (errno != EAGAIN) in GrabProc()
659 !(errno == EAGAIN && OpenProc(cp) == 0)) in ProcUpdate()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c384 if (errno == EAGAIN) { in ptrace()
570 if (errno != EAGAIN) in GrabProc()
647 !(errno == EAGAIN && OpenProc(cp) == 0)) in ProcUpdate()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c362 return (EAGAIN); in xenbusdrv_open()
370 return (EAGAIN); in xenbusdrv_open()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c282 if (ret == EAGAIN) {
445 ret = EAGAIN;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c254 if (errno == EAGAIN) { /* nothing to read */ in safe_read()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c115 if (errno == EAGAIN) in _file_put_printer()
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c69 (errno == EAGAIN)) { in SendSMPPassThru()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c266 if ((++tries >= MAX_LOCKTRY) || (errno != EAGAIN)) { in fd_mklock()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c501 if (errno == EAGAIN) { in read_()
651 if (errno == EAGAIN) { in read_()
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c172 if (errno == EAGAIN) in main()
747 if (errno == EAGAIN) in setproject_err()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c396 ret = -EAGAIN; in rdsv3_send_xmit()
409 ret = -EAGAIN; in rdsv3_send_xmit()
1066 ret = -EAGAIN; in rdsv3_sendmsg()

12345678910>>...24