Searched refs:ENOTSUP (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
D | TerminalFunctions.c | 243 errno = ENOTSUP; in tcdrain() 264 errno = ENOTSUP; in tcflow() 282 errno = ENOTSUP; in tcflush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetHostName/ |
D | SetHostName.c | 72 case ENOTSUP: in main()
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */ macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Environs.c | 257 errno = ENOTSUP; in setenv()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 105 #define ENOTSUP __ENOTSUP /* 45 Operation not supported */ macro
|
/device/linaro/bootloader/arm-trusted-firmware/bl31/ |
D | interrupt_mgmt.c | 76 return -ENOTSUP; in validate_interrupt_type()
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 762 pSocket->errno = ENOTSUP; in EslSocketAccept() 1662 pSocket->errno = ENOTSUP; in EslSocketConnect() 2094 pSocket->errno = ENOTSUP; in EslSocketGetLocalAddress() 2223 pSocket->errno = ENOTSUP; in EslSocketGetPeerAddress() 2527 pSocket->errno = ENOTSUP; in EslSocketIsConfigured() 2617 pSocket->errno = ENOTSUP; in EslSocketListen() 4430 pSocket->errno = ENOTSUP; in EslSocketReceive() 5403 pSocket->errno = ENOTSUP; in EslSocketTransmit()
|
D | Ip4.c | 225 pSocket->errno = ENOTSUP; in EslIp4OptionSet()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 801 #ifdef ENOTSUP in initerrno() 802 inscode(d, ds, de, "ENOTSUP", ENOTSUP, "Operation not supported"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 801 #ifdef ENOTSUP in initerrno() 802 inscode(d, ds, de, "ENOTSUP", ENOTSUP, "Operation not supported"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 800 #ifdef ENOTSUP in initerrno() 801 inscode(d, ds, de, "ENOTSUP", ENOTSUP, "Operation not supported"); in initerrno()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | interrupt-framework-design.md | 340 invalid it will return `-EINVAL`. It will return `-ENOTSUP` if the specified
|