Searched refs:EAGAIN (Results 101 - 125 of 169) sorted by relevance

1234567

/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dptrace.c394 if (errno == EAGAIN) {
580 if (errno != EAGAIN)
659 !(errno == EAGAIN && OpenProc(cp) == 0))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c51 # ifdef EAGAIN
52 # if EAGAIN!=EWOULDBLOCK
53 # undef EAGAIN macro
54 # define EAGAIN EWOULDBLOCK macro
57 # define EAGAIN EWOULDBLOCK macro
58 # endif /* EAGAIN */
1843 if(errno==EAGAIN)
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c204 errno = EAGAIN;
216 errno = EAGAIN;
422 errno = EAGAIN;
2166 errno = EAGAIN;
2287 errno = EAGAIN;
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c651 * and the PCSTOP. We will get EAGAIN in this case and must start over.
739 if (errno == EAGAIN) { /* WoV */
1652 errno = EAGAIN;
1712 case EAGAIN: /* we lost control of the the process */
1841 case EAGAIN:
1956 if (errno == ENOENT || errno == EAGAIN) {
3244 errno = EAGAIN;
3296 case EAGAIN: /* we lost control of the the process */
3297 dprintf("Lstopstatus: EAGAIN\n");
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c158 ret = EAGAIN;
386 return (EAGAIN);
702 return (EAGAIN);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c266 return (EAGAIN);
270 return (EAGAIN);
292 return (EAGAIN);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcheckpw.c483 if (errno == EINTR || errno == EAGAIN) continue;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c354 if (rc == EAGAIN)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c381 if (error == EAGAIN || error == ENOMEM) {
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c1215 if (daemon_errno == EAGAIN) {
1222 errno = EAGAIN;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c386 if (errno != EINTR && errno != EAGAIN) {
514 if (t_errno == TSYSERR && errno == EAGAIN)
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm111 # If PG initialization fails with EAGAIN error and the caller requested
114 for (; !$self && ($! == &Errno::EAGAIN) && $retry_count;
1240 $! = &Errno::EAGAIN;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c273 return (EAGAIN);
721 return (EAGAIN);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h620 #ifndef EAGAIN
621 #define EAGAIN 11 macro
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c1500 errno == EAGAIN)
2862 &destroy->pdu_ioctl)) < 0 && errno == EAGAIN)
2882 &assoc->pau_ioctl)) < 0 && errno == EAGAIN)
2897 &dissoc->pdu_ioctl)) < 0 && errno == EAGAIN)
3158 &u_destroy)) < 0 && errno == EAGAIN)
3261 errno == EAGAIN)
3277 errno == EAGAIN)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm13 use POSIX qw( ENOTCONN ECONNREFUSED ECONNRESET EINPROGRESS EWOULDBLOCK EAGAIN WNOHANG );
634 $! = ECONNREFUSED if ($! == EAGAIN && $^O =~ /cygwin/i);
1224 ($! == EAGAIN && $^O =~ /cygwin/i))) {
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c239 if (errno == EAGAIN) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_doorclnt.c511 if (errno != EAGAIN && errno != EINTR)
/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c182 if (errno == EAGAIN)
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c194 if ( rc <= 0 && (errno==EWOULDBLOCK || errno==EAGAIN) ) {
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c72 case EAGAIN:
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c794 return (EAGAIN);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm754 EAGAIN EALREADY EBADF EBUSY ECHILD ECONNABORTED
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c284 /* EAGAIN can happen only for a pending SIGSTOP signal */
285 while ((error = __sigresend(sig, sip, &self->ul_sigmask)) == EAGAIN)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c793 * up to 10 times if we receive EAGAIN from the metadevice. This only
801 if (ip->errnum != EAGAIN)

Completed in 195 milliseconds

1234567