Searched refs:EWOULDBLOCK (Results 76 - 100 of 254) sorted by relevance

1234567891011

/freebsd-11-stable/sys/net/
H A Dif_fddisubr.c131 return (error == EWOULDBLOCK ? 0 : error);
167 return (error == EWOULDBLOCK ? 0 : error);
H A Dif_iso88025subr.c255 return (error == EWOULDBLOCK ? 0 : error);
290 return (error == EWOULDBLOCK ? 0 : error);
H A Dif_fwsubr.c150 return (error == EWOULDBLOCK ? 0 : error);
180 return (error == EWOULDBLOCK ? 0 : error);
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c1020 if (c < 0 && errno == EWOULDBLOCK) {
1041 if (c < 0 && errno == EWOULDBLOCK) {
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c130 if (errno == EWOULDBLOCK || errno == EINTR)
293 if (errno == EWOULDBLOCK || errno == EINTR)
H A Dtelnetd.c1063 if (ncc < 0 && errno == EWOULDBLOCK)
1086 if (pcc < 0 && (errno == EWOULDBLOCK ||
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c836 if (error == EWOULDBLOCK)
856 if (error == EWOULDBLOCK)
H A Dtty_pts.c171 error = EWOULDBLOCK;
230 error = EWOULDBLOCK;
H A Dsys_socket.c471 if (error == EWOULDBLOCK && STAILQ_EMPTY(&soaio_jobs) &&
631 if (error == EWOULDBLOCK) {
666 error == EWOULDBLOCK))
/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.c51 #if EAGAIN == EWOULDBLOCK
55 ((e) == EAGAIN || (e) == EWOULDBLOCK)
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c275 error = EWOULDBLOCK;
280 if ((error != 0) && (error != EWOULDBLOCK))
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlistener.c860 #ifdef EWOULDBLOCK
861 || save_errno == EWOULDBLOCK
/freebsd-11-stable/contrib/dma/
H A Dspool.c378 if (errno == EWOULDBLOCK)
/freebsd-11-stable/sys/netgraph/
H A Dng_device.c423 return (EWOULDBLOCK);
H A Dng_ksocket.c720 if (error != 0 && error != EWOULDBLOCK)
1073 if (error != EWOULDBLOCK)
1192 return EWOULDBLOCK;
/freebsd-11-stable/sys/nfs/
H A Dkrpc_subr.c351 if (error == EWOULDBLOCK) {
H A Dnfs_lock.c325 if (error == EWOULDBLOCK) {
/freebsd-11-stable/sys/nlm/
H A Dnlm_advlock.c831 if (error && error != EWOULDBLOCK)
848 if (error == EWOULDBLOCK) {
1012 if (error && error != EWOULDBLOCK)
1089 if (error && error != EWOULDBLOCK)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snoop.c95 case EWOULDBLOCK:
H A Dpcap-snit.c131 if (errno == EWOULDBLOCK)
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmdb.c142 if (!bitset(LOCK_NB, type) || save_errno != EWOULDBLOCK)
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c783 if (optype != SUME_MR_READ || error != 0 || error == EWOULDBLOCK) {
786 error = EWOULDBLOCK;
833 if (recv->state != SUME_RIFFA_CHAN_STATE_READ || error == EWOULDBLOCK) {
836 return (EWOULDBLOCK);
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c559 hz / 4) != EWOULDBLOCK) {
631 hz) != EWOULDBLOCK)
698 if (err != EWOULDBLOCK) {
/freebsd-11-stable/sys/rpc/
H A Dsvc_vc.c334 error = EWOULDBLOCK;
388 if (error == EWOULDBLOCK) {
393 * with EWOULDBLOCK.
746 if (error == EWOULDBLOCK) {
752 * EWOULDBLOCK.
H A Dclnt_vc.c483 case EWOULDBLOCK:
890 if (error == EWOULDBLOCK)
948 if (error == EWOULDBLOCK)

Completed in 177 milliseconds

1234567891011