Searched defs:errno (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Derrno.c2 errno variable
15 #include <sys/errno.h>
21 int errno; variable
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Derrno.c1 #include <errno.h>
7 * This file provides the global variable #errno.
18 int errno; variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Derrno.c2 Instantiate errno as declared in <errno.h>.
14 int errno = 0; variable
/vbox/include/iprt/nocrt/compiler/
H A Dmsc.h32 # define errno msvcrt_errno macro
35 #undef errno macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Derrortab.h15 int errno; member in struct:errortab
24 .errno = __einfo_errno ( einfo ), \
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c20 int errno=0; variable
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c121 * errno. We define it as a global variable to simplify porting.
124 int errno = 0; variable
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/
H A Dzutil.h29 * errno. We define it as a global variable to simplify porting.
33 # define errno z_errno macro
35 extern int errno;
38 # include <errno.h>
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h39 * errno. We define it as a global variable to simplify porting.
43 # define errno z_errno macro
45 extern int errno;
48 # include <errno.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h85 #define errno (*_errno()) macro
H A Dstdlib.h127 #define errno (*_errno()) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h83 #define errno (*_errno()) macro
H A Dstdlib.h132 #define errno (*_errno()) macro
/vbox/src/recompiler/tests/
H A Dqruncom.c86 int errno; variable
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c18 int errno = 0; variable
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h81 /* We don't want the errno.h versions of these error defines. */
83 # include <errno.h>
169 #include <errno.h>
367 # undef errno macro
370 # define errno (errno_func(__FILE__, __LINE__))
372 # define errno (WSAGetLastError()) macro
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py36 import errno namespace
1141 if oXcpt.errno != errno.ENOENT:
1285 if oXcpt.errno != errno.ENOENT:
H A Dtxsclient.py33 import errno namespace
1653 if oXcpt[0] == errno.EINPROGRESS:
1658 if oXcpt[0] == errno.EWOULDBLOCK:
1670 if oXcpt[0] == errno.EWOULDBLOCK:
1674 if oXcpt[0] == errno.EAGAIN:
1686 if oXcpt[0] == errno.ECONNRESET:
1690 if oXcpt[0] == errno.ENETRESET:
1773 if e[0] != errno.EBADF or not self.fConnectCanceled:
1785 if e[0] != errno.EBADF or not self.fConnectCanceled:
1824 raise socket.error(errno
[all...]
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py44 import errno namespace
758 if e.errno == errno.EEXIST:
2963 if e.errno != errno.EEXIST:
3078 if e.errno != errno.EEXIST:
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c553 @param [out] pErrno Address to receive the errno value upon completion.
556 @retval EFI_INVALID_PARAMETER - Invalid domain value, errno = EAFNOSUPPORT
557 @retval EFI_INVALID_PARAMETER - Invalid type value, errno = EINVAL
558 @retval EFI_INVALID_PARAMETER - Invalid protocol value, errno = EINVAL
576 int errno; local
595 errno = 0;
610 errno = EAFNOSUPPORT;
648 errno = EPROTOTYPE;
696 errno = EPROTONOSUPPORT;
705 errno
1376 int errno; local
1521 int errno; local
2670 int errno; local
2884 int errno; local
[all...]
H A DSocket.h838 int BindTestErrno; ///< errno value if EslSocketBindTest fails
882 int errno; ///< Error information for this socket member in struct:_ESL_SOCKET
1040 @param [in] ErrnoValue errno value if test fails
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h130 * errno values
578 #undef errno macro
579 #define errno xf86errno macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h156 * errno values
624 #undef errno macro
625 #define errno xf86errno macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h156 * errno values
624 #undef errno macro
625 #define errno xf86errno macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h160 * errno values
630 #undef errno macro
631 #define errno xf86errno macro

Completed in 171 milliseconds

12