Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h95 #define EINPROGRESS 36 /* Operation now in progress */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h93 #define EINPROGRESS __EINPROGRESS /* 36 Operation now in progress */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
344 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_epoll.py59 self.assertEqual(e.args[0], errno.EINPROGRESS)
Dtest_kqueue.py93 self.assertEqual(e.args[0], errno.EINPROGRESS)
Dtest_ssl.py250 self.assertIn(rc, (0, errno.EINPROGRESS, errno.EWOULDBLOCK))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c606 #ifdef EINPROGRESS in initerrno()
607 inscode(d, ds, de, "EINPROGRESS", EINPROGRESS, "Operation now in progress"); in initerrno()
Dsocketmodule.c2031 if (res < 0 && errno == EINPROGRESS && IS_SELECTABLE(s)) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c606 #ifdef EINPROGRESS in initerrno()
607 inscode(d, ds, de, "EINPROGRESS", EINPROGRESS, "Operation now in progress"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c605 #ifdef EINPROGRESS in initerrno()
606 inscode(d, ds, de, "EINPROGRESS", EINPROGRESS, "Operation now in progress"); in initerrno()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DTcp4.c555 pSocket->errno = EINPROGRESS; in EslTcp4ConnectStart()
DTcp6.c574 pSocket->errno = EINPROGRESS; in EslTcp6ConnectStart()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2090 if (res < 0 && errno == EINPROGRESS && IS_SELECTABLE(s)) {