Home
last modified time | relevance | path

Searched refs:EIO (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.c68 RetVal = EIO; in EslServiceFreeProtocol()
178 RetVal = EIO; in EslServiceGetProtocol()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dclose.c60 *pErrno = EIO; in BslSocketCloseWork()
/device/google/cuttlefish/guest/hals/camera/
DQemuClient.cpp259 return errno ? errno : EIO; in sendMessage()
282 return errno ? errno : EIO; in receiveMessage()
291 return EIO; in receiveMessage()
310 return errno ? errno : EIO; in receiveMessage()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c364 errno = EIO; in da_ShellStat()
433 errno = EIO; in da_ShellIoctl()
685 errno = EIO; in da_ShellRename()
763 errno = EIO; in da_ShellRmdir()
773 errno = EIO; in da_ShellRmdir()
/device/generic/goldfish/camera/
DQemuClient.cpp265 return errno ? errno : EIO; in sendMessage()
290 return errno ? errno : EIO; in receiveMessage()
299 return EIO; in receiveMessage()
314 return errno ? errno : EIO; in receiveMessage()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DXform.c187 retval = EIO; in EFI2errno()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dxs_wire.h82 XSD_ERROR(EIO),
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Derrno.h53 #define EIO 5 /* Input/output error */ macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/drivers/norflash/
Dnorflash.c82 return -EIO; in nor_full_status_check()
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dmapper.cpp52 return -EIO; in gralloc_register_buffer()
Dgralloc.cpp88 err = -EIO; in gralloc_alloc_buffer()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h57 #define EIO __EIO /* 5 Input/output error */ macro
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h29 #define EIO 5 macro
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp812 if (!host_memory_allocator.is_opened()) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
815 if (host_memory_allocator.hostMalloc(&bufferBits, bufferSize)) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
821 if (!qemu_pipe_valid(hostHandleRefCountFd)) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
832 RETURN_ERROR_CODE(-EIO); in alloc_buffer()
837 RETURN_ERROR_CODE(-EIO); in alloc_buffer()
Dgralloc_old.cpp463 return -EIO; \
468 return -EIO; \
887 return -EIO; in gralloc_alloc()
1474 return -EIO; in gralloc_device_open()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c235 errno = EIO; in IIO_GetOutputSize()
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp96 return errno ? -errno : -EIO; in rwrite()
419 ret = -EIO; in doSendToNanohub()
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_emmc.c135 return -EIO; in uniphier_emmc_send_cmd()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DTcp4.c381 pSocket->errno = EIO; in EslTcp4ConnectPoll()
693 pSocket->errno = EIO; in EslTcp4Listen()
735 pSocket->errno = EIO; in EslTcp4Listen()
2070 pSocket->errno = EIO; in EslTcp4TxBuffer()
DSocket.c1394 pSocket->errno = EIO; in EslSocketClosePoll()
1530 errno = EIO; in EslSocketCloseStart()
1645 pSocket->errno = EIO; in EslSocketConnect()
1910 errno = EIO; in EslSocketFree()
4398 pSocket->errno = EIO; in EslSocketReceive()
4580 pSocket->errno = EIO; in EslSocketReceive()
5351 pSocket->errno = EIO; in EslSocketTransmit()
DTcp6.c399 pSocket->errno = EIO; in EslTcp6ConnectPoll()
724 pSocket->errno = EIO; in EslTcp6Listen()
766 pSocket->errno = EIO; in EslTcp6Listen()
2139 pSocket->errno = EIO; in EslTcp6TxBuffer()
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c202 state->callback(state->cookie, regs->NDTR, -EIO); in dmaIsrTeif()
Di2c.c664 err = -EIO; in stmI2cMasterNakRxed()
680 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterBusError()
701 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterUnexpectedError()
/device/linaro/bootloader/arm-trusted-firmware/drivers/synopsys/emmc/
Ddw_mmc.c290 return -EIO; in dw_send_cmd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c288 #ifdef EIO in initerrno()
289 inscode(d, ds, de, "EIO", EIO, "I/O error"); in initerrno()

12