Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h99 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c283 *pErrno = ENOTSOCK; in BslValidateSocketFd()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h97 #define ENOTSOCK __ENOTSOCK /* 38 Socket operation on non-socket */ macro
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c894 *pErrno = ENOTSOCK; in EslSocketAccept()
1239 *pErrno = ENOTSOCK; in EslSocketBind()
1437 errno = ENOTSOCK; in EslSocketClosePoll()
1791 *pErrno = ENOTSOCK; in EslSocketConnect()
2162 *pErrno = ENOTSOCK; in EslSocketGetLocalAddress()
2296 *pErrno = ENOTSOCK; in EslSocketGetPeerAddress()
2724 *pErrno = ENOTSOCK; in EslSocketListen()
4675 *pErrno = ENOTSOCK; in EslSocketReceive()
5286 *pErrno = ENOTSOCK; in EslSocketShutdown()
5455 *pErrno = ENOTSOCK; in EslSocketTransmit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c511 #ifdef ENOTSOCK in initerrno()
512 inscode(d, ds, de, "ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c511 #ifdef ENOTSOCK in initerrno()
512 inscode(d, ds, de, "ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c510 #ifdef ENOTSOCK in initerrno()
511 inscode(d, ds, de, "ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in initerrno()