Searched refs:ENOTSOCK (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 99 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | socket.c | 283 *pErrno = ENOTSOCK; in BslValidateSocketFd()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 97 #define ENOTSOCK __ENOTSOCK /* 38 Socket operation on non-socket */ macro
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 894 *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/ |
D | errnomodule.c | 511 #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/ |
D | errnomodule.c | 511 #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/ |
D | errnomodule.c | 510 #ifdef ENOTSOCK in initerrno() 511 inscode(d, ds, de, "ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in initerrno()
|