HomeSort by: relevance | last modified time | path
    Searched refs:EWOULDBLOCK (Results 1 - 25 of 203) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/tools/compat/
flock.c 71 errno = EWOULDBLOCK;
  /src/lib/librumpuser/
rumpuser_errtrans.c 132 #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
133 case EWOULDBLOCK : return 35;
  /src/sys/external/bsd/common/include/linux/
completion.h 204 error = EWOULDBLOCK;
221 if (error == EWOULDBLOCK) {
243 error = EWOULDBLOCK;
260 if (error == EWOULDBLOCK) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 73 XEN_ERRNO(EWOULDBLOCK, 11) /* Operation would block. Aliases EAGAIN */
  /src/sys/sys/
errno.h 82 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /src/tests/rump/kernspace/
tsleep.c 76 if (rv != EWOULDBLOCK)
threadpool.c 170 KASSERT(error != EWOULDBLOCK);
198 KASSERT(error != EWOULDBLOCK);
  /src/usr.bin/telnet/
network.c 153 if (errno != ENOBUFS && errno != EWOULDBLOCK) {
  /src/sys/dev/ppbus/
ppbus_base.c 153 if (error != EWOULDBLOCK) {
161 return (EWOULDBLOCK);
378 else if(error != EWOULDBLOCK)
386 error = EWOULDBLOCK;
427 else if(error != EWOULDBLOCK)
435 error = EWOULDBLOCK;
  /src/sys/external/bsd/drm2/linux/
linux_wait_bit.c 210 error == EWOULDBLOCK), "error=%d", error);
213 } else if (error == EWOULDBLOCK) {
  /src/tests/net/can/
h_canutils.c 115 errno = EWOULDBLOCK;
153 errno = EWOULDBLOCK;
t_canfilter.c 168 if (errno == EWOULDBLOCK)
241 if (errno == EWOULDBLOCK)
369 if (errno == EWOULDBLOCK)
  /src/sys/arch/evbppc/mpc85xx/
autoconf.c 95 if (EWOULDBLOCK == kpause("autoconf", true, 1, NULL)) {
  /src/sys/external/bsd/drm2/include/drm/
drm_wait_netbsd.h 115 * . -EBUSY if timed out (yes, -EBUSY, not -ETIMEDOUT or -EWOULDBLOCK),
119 * Note that cv_timedwait* return EWOULDBLOCK, not EBUSY, on timeout.
157 if ((RET) == -EWOULDBLOCK) \
187 * return EINTR/ERESTARTSYS on signal, EWOULDBLOCK on timeout, and zero
259 if ((RET) == -EWOULDBLOCK) \
336 if ((RET) == -EWOULDBLOCK) \
  /src/sys/dev/ic/
lcdkp_subr.c 148 if (error != EWOULDBLOCK) {
  /src/sys/rump/librump/rumpkern/
ltsleep.c 97 rv = EWOULDBLOCK;
  /src/usr.sbin/tpctl/
tp.c 151 if (errno != EWOULDBLOCK)
  /src/sys/nfs/
nfs_clntsocket.c 179 if (error == EWOULDBLOCK && rep) {
192 } while (error == EWOULDBLOCK);
228 } while (error == EWOULDBLOCK || error == EINTR ||
254 if (error == EWOULDBLOCK && rep) {
258 } while (error == EWOULDBLOCK ||
296 if (error == EWOULDBLOCK) {
301 } while (error == EWOULDBLOCK);
695 if (!error || error == EPIPE || error == EWOULDBLOCK)
1007 if ((error == EWOULDBLOCK) &&
nfs_srvsocket.c 150 if (error == EWOULDBLOCK)
202 && error != EWOULDBLOCK) {
226 return EWOULDBLOCK;
321 error = EWOULDBLOCK;
  /src/lib/libedit/
read.c 154 #ifdef EWOULDBLOCK
155 case EWOULDBLOCK:
159 #endif /* EWOULDBLOCK */
162 #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
167 #endif /* EWOULDBLOCK && EWOULDBLOCK != EAGAIN */
  /src/sys/dev/mvme/
lpt_mvme.c 204 if (error != EWOULDBLOCK) {
284 if (error != EWOULDBLOCK)
  /src/sys/dev/sun/
kbdsun.c 144 if (error == EWOULDBLOCK || ks->kbd_id == 0) { /* no response */
172 if (error == EWOULDBLOCK || ks->kbd_layout == 0xff) {
  /src/lib/libutil/
pidlock.c 152 errno = EWOULDBLOCK;
ttymsg.c 160 if (errno == EWOULDBLOCK) {
  /src/sys/arch/amiga/dev/
event.c 106 return (EWOULDBLOCK);

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 9