Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 25 of 186) sorted by relevance

12345678

/dragonfly/sys/bus/smbus/
H A Dsmbconf.c71 error = EWOULDBLOCK; in smbus_error()
97 error = EWOULDBLOCK; in smbus_poll()
124 } while (error == EWOULDBLOCK); in smbus_request_bus()
131 if (error == EWOULDBLOCK) in smbus_request_bus()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc306 #if defined EWOULDBLOCK && (!defined EAGAIN || EWOULDBLOCK != EAGAIN) in default_error_condition()
307 case EWOULDBLOCK: in default_error_condition()
/dragonfly/sys/bus/ppbus/
H A Dppb_base.c84 "ppbpoll", hz/100)) != EWOULDBLOCK) != 0) { in ppb_poll_bus()
92 return (EWOULDBLOCK); in ppb_poll_bus()
/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.h191 # ifdef EWOULDBLOCK
192 # define blocking_error(err) ((err) == EWOULDBLOCK || (err) == EAGAIN)
/dragonfly/sys/kern/
H A Dkern_fp.c231 error == EWOULDBLOCK) in fp_pread()
291 if (error == EWOULDBLOCK && all == 0) in fp_read()
328 error == EWOULDBLOCK) in fp_pwrite()
367 error == EWOULDBLOCK) in fp_write()
H A Dkern_threads.c113 if (error == EWOULDBLOCK) {
/dragonfly/contrib/libedit/src/
H A Dread.c151 #ifdef EWOULDBLOCK in read__fixio()
152 case EWOULDBLOCK: in read__fixio()
159 #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN in read__fixio()
/dragonfly/crypto/openssh/
H A Datomicio.c76 } else if (errno == EAGAIN || errno == EWOULDBLOCK) { in atomicio6()
138 } else if (errno == EAGAIN || errno == EWOULDBLOCK) { in atomiciov6()
/dragonfly/sys/dev/drm/include/linux/
H A Dwait.h136 if (ret == EWOULDBLOCK) { \
147 if (ret == EWOULDBLOCK) { \
/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_share.h108 #define TW_OSL_EWOULDBLOCK EWOULDBLOCK /* sleep timed out */
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c627 if (error == EWOULDBLOCK && rep) { in nfs_receive()
631 } while (error == EWOULDBLOCK); in nfs_receive()
699 if (error == EWOULDBLOCK && rep) { in nfs_receive()
705 } while (error == EWOULDBLOCK || in nfs_receive()
745 if (error == EWOULDBLOCK && rep && in nfs_receive()
750 } while (error == EWOULDBLOCK); in nfs_receive()
830 return(EWOULDBLOCK); in nfs_reply()
2616 if (error != EWOULDBLOCK) in nfsrv_rcv()
2638 if (error && error != EWOULDBLOCK) in nfsrv_rcv()
2675 && error != EWOULDBLOCK) { in nfsrv_rcv()
[all …]
/dragonfly/sys/bus/iicbus/
H A Diiconf.c71 return (EWOULDBLOCK); in iicbus_poll()
97 } while (error == EWOULDBLOCK); in iicbus_request_bus()
/dragonfly/sys/vfs/fuse/
H A Dfuse_ipc.c179 if (error == EWOULDBLOCK) { in fuse_ipc_wait()
227 if (error == EWOULDBLOCK) { in fuse_ipc_wait_sent()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c555 #if defined(EAGAIN) && defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN)
556 # define OKERROR(e) (((e) == EAGAIN) || ((e) == EWOULDBLOCK) || ((e) == EINTR))
559 #elif defined(EWOULDBLOCK)
560 # define OKERROR(e) (((e) == EWOULDBLOCK) || ((e) == EINTR))
/dragonfly/sbin/hammer/
H A Dcmd_abort.c79 if (errno == EWOULDBLOCK) { in hammer_cmd_abort_cleanup()
/dragonfly/contrib/gdb-7/readline/
H A Dinput.c486 #if defined (EWOULDBLOCK)
487 # define X_EWOULDBLOCK EWOULDBLOCK
/dragonfly/sys/sys/
H A Dsocketvar2.h69 return EWOULDBLOCK; in ssb_lock()
H A Derrno.h106 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/dragonfly/usr.bin/telnet/
H A Dnetwork.c147 if (errno != ENOBUFS && errno != EWOULDBLOCK) { in netflush()
/dragonfly/contrib/diffutils/lib/
H A Dstrerror-override.c90 case EWOULDBLOCK: in strerror_override()
/dragonfly/contrib/grep/lib/
H A Dstrerror-override.c90 case EWOULDBLOCK: in strerror_override()
/dragonfly/usr.bin/window/
H A Dttoutput.c67 if (errno != EWOULDBLOCK) { in ttflush()
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm.c421 if (rv && rv != EWOULDBLOCK) { in tpm_request_locality()
464 if (rv && rv != EWOULDBLOCK) { in tpm_getburst()
549 if (rv && rv != EWOULDBLOCK) { in tpm_waitfor_poll()
1061 if (rv && rv != EWOULDBLOCK) in tpm_legacy_start()
1132 if (rv && rv != EWOULDBLOCK) in tpm_legacy_end()
/dragonfly/sys/dev/misc/lpt/
H A Dlpt.c515 EWOULDBLOCK) { in lptopen()
591 "lpclose", hz) != EWOULDBLOCK) { in lptclose()
659 if (err != EWOULDBLOCK) { in lpt_pushbytes()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c106 #if defined (EWOULDBLOCK) /* Put before EAGAIN, sometimes aliased */
107 ENTRY(EWOULDBLOCK, "EWOULDBLOCK", "Operation would block"),

12345678