Searched refs:EWOULDBLOCK (Results 101 - 125 of 254) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c498 if (error && error != EWOULDBLOCK)
586 if (error && error != EWOULDBLOCK)
808 if (error && error != EWOULDBLOCK) {
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c359 # ifdef EWOULDBLOCK
360 errno == EWOULDBLOCK ||
545 # ifdef EWOULDBLOCK
546 errno == EWOULDBLOCK ||
856 #ifdef EWOULDBLOCK
857 || errno == EWOULDBLOCK
938 /* on windows, check if previous operation caused EWOULDBLOCK */
1750 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
1751 if(error == EINPROGRESS || error == EWOULDBLOCK)
1809 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dsmu.c681 } while (error == EWOULDBLOCK);
712 if (error && error != EWOULDBLOCK)
745 if (error && error != EWOULDBLOCK)
793 if (error && error != EWOULDBLOCK)
826 if (error && error != EWOULDBLOCK)
H A Dkiic.c419 if ((sc->sc_flags & I2C_ERROR) || err == EWOULDBLOCK) {
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c382 error == EINTR || error == EWOULDBLOCK))
594 error == EINTR || error == EWOULDBLOCK))
1147 if (error == EWOULDBLOCK)
1431 if (error == EWOULDBLOCK)
1882 error = EWOULDBLOCK;
H A Dkern_synch.c118 * awakened, EWOULDBLOCK if the timeout expires. If PCATCH is set and a
331 return (EWOULDBLOCK);
/freebsd-11-stable/crypto/openssh/
H A Dmux.c1465 #if defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN)
1466 case EWOULDBLOCK:
1512 #if defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN)
1513 case EWOULDBLOCK:
H A Dclientloop.c785 (errno == EAGAIN || errno == EINTR || errno == EWOULDBLOCK))
1339 (errno == EAGAIN || errno == EINTR || errno == EWOULDBLOCK))
1397 errno == EWOULDBLOCK)
1421 errno == EWOULDBLOCK)
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c283 if (errno == EWOULDBLOCK) {
379 errno = EWOULDBLOCK;
389 if (errno == EWOULDBLOCK)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c663 if (error == EWOULDBLOCK)
838 EWOULDBLOCK);
839 return (EWOULDBLOCK);
/freebsd-11-stable/sys/dev/ppbus/
H A Dppi.c514 case EWOULDBLOCK:
H A Dppbconf.c526 return (EWOULDBLOCK);
/freebsd-11-stable/sys/dev/ow/
H A Dow.c579 return EWOULDBLOCK;
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c531 if (err != EWOULDBLOCK) {
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c525 case EWOULDBLOCK:
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-pf.c117 if (errno == EWOULDBLOCK)
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c398 if (ret != EWOULDBLOCK)
902 retval = EWOULDBLOCK;
962 retval = EWOULDBLOCK;
2049 if (i == EWOULDBLOCK && rl == MIDIQ_LEN(scp->out_q) &&
/freebsd-11-stable/lib/libutil/
H A Dgr_util.c106 if (errno == EWOULDBLOCK) {
/freebsd-11-stable/sys/dev/intel/
H A Dspi.c414 if (err == EWOULDBLOCK) {
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.c236 if (errno != EWOULDBLOCK && errno != EINTR)
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c53 case IIC_EBUSBSY: return (EWOULDBLOCK);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c543 if (err == EWOULDBLOCK) {
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c412 return (EWOULDBLOCK);
1626 if (error == EWOULDBLOCK)
1687 if (error == EWOULDBLOCK)
1745 if (error == EWOULDBLOCK)
/freebsd-11-stable/contrib/ldns/
H A Dnet.c235 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
236 if(error == EINPROGRESS || error == EWOULDBLOCK)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1113 if (ncc < 0 && errno == EWOULDBLOCK)
1143 if (pcc < 0 && (errno == EWOULDBLOCK ||

Completed in 301 milliseconds

1234567891011