HomeSort by relevance Sort by last modified time
    Searched refs:EAGAIN (Results 51 - 75 of 584) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/strace/tests-mx32/
rt_sigtimedwait.c 60 " = -1 EAGAIN (%m)\n", text,
104 if (EAGAIN == errno)
114 " = -1 EAGAIN (%m)\n",
143 assert(EAGAIN == errno);
145 " = -1 EAGAIN (%m)\n",
153 assert(EAGAIN == errno);
155 " = -1 EAGAIN (%m)\n",
165 assert(EAGAIN == errno);
167 " = -1 EAGAIN (%m)\n",
174 assert(EAGAIN == errno)
    [all...]
  /external/u-boot/drivers/serial/
serial_pl01x.c 38 return -EAGAIN;
52 return -EAGAIN;
213 while (pl01x_putc(base_regs, '\r') == -EAGAIN);
215 while (pl01x_putc(base_regs, c) == -EAGAIN);
223 if (ch == -EAGAIN) {
serial_bcm283x_mu.c 72 while (bcm283x_mu_serial_getc(dev) != -EAGAIN) ;
95 return -EAGAIN;
109 return -EAGAIN;
serial_linflexuart.c 57 return -EAGAIN;
60 return -EAGAIN;
74 return -EAGAIN;
serial_zynq.c 99 return -EAGAIN;
157 return -EAGAIN;
230 while (_uart_zynq_serial_putc(regs, ch) == -EAGAIN)
altera_jtag_uart.c 49 return -EAGAIN;
77 return -EAGAIN;
altera_uart.c 52 return -EAGAIN;
77 return -EAGAIN;
serial_efi.c 39 return -EAGAIN;
97 if (ret == -EAGAIN)
serial_xuartlite.c 42 return -EAGAIN;
55 return -EAGAIN;
  /external/libcxx/include/
errno.h 380 #ifndef EAGAIN
381 #define EAGAIN 9976
  /external/ltp/testcases/cve/
cve-2017-17053.c 43 * call to fail whenn the error is EAGAIN or EWOULDBLOCK */
51 if (rval && rval != EAGAIN && rval != EWOULDBLOCK)
57 * call to fail whenn the error is EAGAIN or EWOULDBLOCK */
65 if (pid < 0 && errno != EAGAIN && errno == EWOULDBLOCK)
  /external/ltp/testcases/kernel/syscalls/umount2/
umount2_02.c 22 * the error EAGAIN, but marks the mount point as expired. The mount
62 {MNT_EXPIRE, EAGAIN, 0,
63 "initial call to umount2(2) with MNT_EXPIRE expected EAGAIN"},
64 {MNT_EXPIRE, EAGAIN, 1,
65 "umount2(2) with MNT_EXPIRE after access(2) expected EAGAIN"},
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 31 EAGAIN, "EAGAIN", EWOULDBLOCK}, {
108 EWOULDBLOCK, "EWOULDBLOCK", EAGAIN}, {
121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name
  /external/openssh/
atomicio.c 70 if (errno == EAGAIN || errno == EWOULDBLOCK) {
127 if (errno == EAGAIN || errno == EWOULDBLOCK) {
  /external/openssh/regress/
modpipe.c 111 if (errno == EAGAIN || errno == EINTR)
134 if (errno == EAGAIN || errno == EINTR)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 23 EAGAIN = 11
127 EWOULDBLOCK = EAGAIN
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 28 #define EWOULDBLOCK EAGAIN
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 107 #define EWOULDBLOCK EAGAIN
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 87 XSD_ERROR(EAGAIN),
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Xform.c 155 retval = EAGAIN;
  /external/curl/lib/
config-win32ce.h 444 #define EAGAIN 3
  /external/e2fsprogs/contrib/
make-sparse.c 35 if ((errno == EINTR) || (errno == EAGAIN))
  /external/grpc-grpc/src/core/lib/iomgr/
wakeup_fd_eventfd.cc 50 if (err < 0 && errno != EAGAIN) {
wakeup_fd_pipe.cc 62 case EAGAIN:
  /external/iptables/iptables/
xtables-standalone.c 88 if (errno == EAGAIN) {

Completed in 285 milliseconds

1 23 4 5 6 7 8 91011>>