Searched refs:EAGAIN (Results 26 - 50 of 169) sorted by relevance

1234567

/osnet-11/usr/src/lib/librcm/
H A Dlibrcm_event.c108 * EAGAIN is returned when the door server is temporarily
112 errno == EAGAIN) {
147 if (errno == EAGAIN) {
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_ssn.c117 * Caller must deal with EAGAIN, EINTR.
129 return (EAGAIN);
134 return (EAGAIN);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_accept.c247 if (errno == EAGAIN)
267 if (errno == EAGAIN)
H A Dt_rcvudata.c122 if (errno == EAGAIN)
H A Dt_snd.c212 if (errno == EAGAIN)
H A Dt_sndudata.c170 if (errno == EAGAIN)
H A Dt_sndv.c261 if (errno == EAGAIN)
H A Dt_sndvudata.c178 if (errno == EAGAIN)
/osnet-11/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c273 * -1, errno = EAGAIN - page is scheduled for retirement
282 if (err == EAGAIN)
298 * -1, errno = EAGAIN - page couldn't be locked, still retired
320 * -1, errno = EAGAIN - page is scheduled for retirement
330 if (err == EAGAIN)
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_page.c285 * convert to EAGAIN.
304 return (ret < 0 ? EAGAIN : ret);
314 return (ret < 0 ? EAGAIN : ret);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dcomm.c276 if (errno == EINTR || errno == EAGAIN)
283 if (errno == EINTR || errno == EAGAIN)
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c115 errno = EAGAIN;
124 errno = EAGAIN; \
/osnet-11/usr/src/lib/libumem/common/
H A Dmalloc.c74 errno = EAGAIN;
187 errno = EAGAIN;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c132 errno != EAGAIN &&
266 if (errno == EAGAIN || errno == EWOULDBLOCK) {
310 } else if (errno == EAGAIN || errno == EWOULDBLOCK)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c272 if ((errno != EACCES) && (errno != EAGAIN)) {
325 if ((errno != EACCES) && (errno != EAGAIN)) {
329 (void) mdsyserror(ep, EAGAIN, lockname);
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c128 { PR_WOULD_BLOCK_ERROR, EAGAIN },
/osnet-11/usr/src/lib/libnsl/dial/
H A Dulockf.c268 if ((++tries >= MAX_LOCKTRY) || (errno != EAGAIN)) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgexecv.c258 if (errno == EAGAIN) {
/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c132 else if (fmd_agent_errno(hdl) == EAGAIN)
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c64 (errno == EAGAIN)) {
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c157 return (EAGAIN);
228 ret = EAGAIN;
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c531 if (errno == EINTR || errno == EAGAIN) {
567 if (errno == EINTR || errno == EAGAIN) {
616 if (errno == EINTR || errno == EAGAIN) {
661 if (errno == EINTR || errno == EAGAIN) {
695 if (errno == EINTR || errno == EAGAIN) {
993 if (errno == EAGAIN || errno == EINTR) {
994 /* silently continue on EAGAIN || EINTR */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h551 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EAGAIN)
553 #ifdef EAGAIN
554 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS || (e) == EAGAIN)
555 #else /* EAGAIN */
557 #endif /* EAGAIN */
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c623 if (errno == EAGAIN) {
673 if (errno == EAGAIN)
689 if (errno == EAGAIN) {
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c378 if (errno == EAGAIN) {
467 if (errno == EAGAIN) {

Completed in 152 milliseconds

1234567