Searched defs:EWOULDBLOCK (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/
H A Dwsockcompat.h30 * (e.g. by iconv.h) and overwrites the definition of EWOULDBLOCK. */
32 #undef EWOULDBLOCK macro
39 #define EWOULDBLOCK WSAEWOULDBLOCK macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinutils.h67 # undef EWOULDBLOCK macro
68 # define EWOULDBLOCK WSAEWOULDBLOCK macro
192 return error == EWOULDBLOCK
193 # if EAGAIN != EWOULDBLOCK
/vbox/include/iprt/
H A Derrno.h109 #ifndef EWOULDBLOCK
110 # define EWOULDBLOCK EAGAIN macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h91 #define EWOULDBLOCK __EWOULDBLOCK /* 35 Operation would block */ macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h84 # undef EWOULDBLOCK macro
94 # define EWOULDBLOCK WSAEWOULDBLOCK macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h101 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h119 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h748 #define EWOULDBLOCK __einfo_error ( EINFO_EWOULDBLOCK ) macro

Completed in 56 milliseconds