/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | recv.c | 46 errno = EWOULDBLOCK; 64 errno = EWOULDBLOCK; 80 errno = EWOULDBLOCK;
|
H A D | send.c | 52 errno = EWOULDBLOCK; 144 errno = EWOULDBLOCK; 161 errno = EWOULDBLOCK;
|
H A D | accept.c | 41 errno = EWOULDBLOCK; in accept()
|
H A D | s5errno.h | 174 #define EWOULDBLOCK EAGAIN macro
|
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | readv.c | 69 errno = EWOULDBLOCK; in bc_readv() 88 errno = EWOULDBLOCK; in bc_readv()
|
H A D | writev.c | 75 errno = EWOULDBLOCK; in bc_writev() 91 errno = EWOULDBLOCK; in bc_writev()
|
H A D | read.c | 65 errno = EWOULDBLOCK; in bc_read() 79 errno = EWOULDBLOCK; in bc_read()
|
H A D | write.c | 72 errno = EWOULDBLOCK; in bc_write() 87 errno = EWOULDBLOCK; in bc_write()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | atomicio.c | 52 #ifdef EWOULDBLOCK 53 if (errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK)
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | terminal.c | 116 if (n == -1 && errno != EWOULDBLOCK) 134 if (errno != EWOULDBLOCK)
|
H A D | network.c | 164 if (errno != ENOBUFS && errno != EWOULDBLOCK) { in netflush()
|
/titanic_50/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi.c | 162 error = EWOULDBLOCK; in ipmi_submit_driver_request() 166 error = EWOULDBLOCK; in ipmi_submit_driver_request() 253 if (error == EWOULDBLOCK) { in ipmi_startup()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 50 #ifndef EWOULDBLOCK 51 #define EWOULDBLOCK WSAEWOULDBLOCK macro
|
/titanic_50/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 79 errno = EWOULDBLOCK; in flock()
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_connects.c | 131 errno != EWOULDBLOCK && in evConnect() 266 if (errno == EAGAIN || errno == EWOULDBLOCK) { in evTryAccept() 310 } else if (errno == EAGAIN || errno == EWOULDBLOCK) in listener()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 79 #define EWOULDBLOCK 35 /* Operation would block */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | errno.h | 194 #define EWOULDBLOCK EAGAIN macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tty_pty.c | 494 error = EWOULDBLOCK; in ptcread() 564 error = EWOULDBLOCK; in ptcwrite() 604 error = EWOULDBLOCK; in ptcwrite() 641 if (error != EAGAIN && error != EWOULDBLOCK) in ptcwrite() 650 error = EWOULDBLOCK; in ptcwrite()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 723 if (errno == EWOULDBLOCK) in main() 764 if (errno != EWOULDBLOCK) in main() 775 if (errno != EWOULDBLOCK) in main()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 370 return (EWOULDBLOCK); in top_begin_async() 414 return (EWOULDBLOCK); in top_begin_async() 422 return (EWOULDBLOCK); in top_begin_async()
|
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_ipc.h | 66 # define dnssd_EWOULDBLOCK EWOULDBLOCK
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | AudioUnixfile.cc | 359 (((errno == EWOULDBLOCK) || (errno == EAGAIN)) && in ReadData() 449 } else if ((errno == EWOULDBLOCK) || (errno == EAGAIN)) { in WriteData()
|
/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 179 EWOULDBLOCK, /* TNODATA */
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mail.local.c | 1216 #if defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN) 1217 case EWOULDBLOCK: /* Operation would block. */
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ldap-int.h | 554 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EAGAIN) 557 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS || (e) == EAGAI… 559 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS)
|