/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | plat_pm.c | 191 return -EAGAIN; in plat_do_plat_actions() 200 return -EAGAIN; in plat_do_plat_actions() 283 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_off() 321 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_suspend() 364 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_on_finish() 392 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_suspend_finish()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
D | errno.h | 92 #define EAGAIN 35 /* Resource temporarily unavailable */ macro 94 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/ |
D | plat_pm.c | 251 return -EAGAIN; in plat_do_plat_actions() 260 return -EAGAIN; in plat_do_plat_actions() 386 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_off() 447 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_suspend() 535 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_on_finish() 590 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_suspend_finish()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | qemu_pipe_host.cpp | 44 return err == EINTR || err == EAGAIN; in qemu_pipe_try_again()
|
/device/linaro/hikey/bluetooth/ |
D | hci_protocol.cc | 54 if (errno == EAGAIN) continue; in WriteSafely()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Xform.c | 155 retval = EAGAIN; in EFI2errno()
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/ |
D | xs_wire.h | 87 XSD_ERROR(EAGAIN),
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | recvfrom.c | 90 if ( EAGAIN == errno ) { in recvfrom()
|
/device/generic/goldfish/network/netmgr/ |
D | monitor.cpp | 60 if (errno == EAGAIN || errno == EWOULDBLOCK) { in onReadAvailable()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 496 if (errno == EAGAIN) in fileio_readinto() 582 if (errno == EAGAIN) { in fileio_readall() 638 if (errno == EAGAIN) in fileio_read() 679 if (errno == EAGAIN) in fileio_write()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 91 #define EAGAIN __EAGAIN /* 35 Resource temporarily unavailable */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 491 if (errno == EAGAIN) in fileio_readinto() 580 if (errno == EAGAIN) { in fileio_readall() 645 if (errno == EAGAIN) in fileio_read() 691 if (errno == EAGAIN) in fileio_write()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pty.py | 91 if e.errno != errno.EAGAIN:
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-fio.c | 139 return XF_CHK_API(errno == EAGAIN ? 0 : -errno); in xf_ipc_recv()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 368 errno = EAGAIN; in da_ConRead() 376 errno = EAGAIN; in da_ConRead()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 360 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread_pthread.h | 328 } else if (status != EAGAIN) { in PyThread_acquire_lock()
|
/device/generic/goldfish/ril/ |
D | if_monitor.cpp | 226 if (status < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) { in onReadAvailable()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 1037 #if defined(EWOULDBLOCK) && defined(EAGAIN) && EWOULDBLOCK != EAGAIN 1038 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK || (x) == EAGAIN) 1043 #ifdef EAGAIN 1044 #define BLOCKED_ERRNO(x) ((x) == EAGAIN)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 1034 #if defined(EWOULDBLOCK) && defined(EAGAIN) && EWOULDBLOCK != EAGAIN 1035 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK || (x) == EAGAIN) 1040 #ifdef EAGAIN 1041 #define BLOCKED_ERRNO(x) ((x) == EAGAIN)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 557 #ifdef EAGAIN in initerrno() 558 inscode(d, ds, de, "EAGAIN", EAGAIN, "Try again"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 557 #ifdef EAGAIN in initerrno() 558 inscode(d, ds, de, "EAGAIN", EAGAIN, "Try again"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 556 #ifdef EAGAIN in initerrno() 557 inscode(d, ds, de, "EAGAIN", EAGAIN, "Try again"); in initerrno()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BlockIo.c | 237 case EAGAIN: in EmuBlockIoError()
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 829 pSocket->errno = EAGAIN; in EslSocketAccept() 1410 errno = EAGAIN; in EslSocketClosePoll() 1549 errno = EAGAIN; in EslSocketCloseStart() 4256 pSocket->errno = EAGAIN; in EslSocketPortCloseTxDone() 4621 pSocket->errno = EAGAIN; in EslSocketReceive()
|