Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DPath.c130 errno = ENOMEM; in NormalizePath()
206 errno = ENOMEM; in PathAdjust()
242 errno = ENOMEM; in PathAlias()
314 errno = ENOMEM; in ParsePath()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsethostname.c92 errno = ENOMEM; in sethostname()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Drealpath.c47 errno = ENOMEM; in realpath()
DMalloc.c104 errno = ENOMEM; in malloc()
270 errno = ENOMEM; in realloc()
DEnvirons.c253 errno = ENOMEM; in setenv()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dungetwc.c61 errno = ENOMEM; /* XXX */ in ungetwc()
Dvasprintf.c77 errno = ENOMEM;
Dfgetwc.c66 errno = ENOMEM; in __fgetwc_unlock()
Dfputwc.c75 errno = ENOMEM; in __fputwc_unlock()
Dvswprintf.c63 errno = ENOMEM; in vswprintf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetHostName/
DSetHostName.c68 case ENOMEM: in main()
/device/generic/goldfish/camera/
DQemuClient.cpp109 mQueryDeliveryStatus = ENOMEM; in createQuery()
110 return ENOMEM; in createQuery()
317 return ENOMEM; in receiveMessage()
414 return ENOMEM; in listCameras()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dwritev.c122 errno = ENOMEM; in writev()
DXform.c142 retval = ENOMEM; in EFI2errno()
/device/generic/goldfish/vibrator/
Dvibrator_qemu.c61 return -ENOMEM; in qemu_vibra_open()
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp454 ret = -ENOMEM; in adev_open_input_stream()
480 ret = -ENOMEM; in adev_open_input_stream()
527 ret = -ENOMEM; in adev_open_output_stream()
562 ret = -ENOMEM; in adev_open_output_stream()
679 ret = -ENOMEM; in atv_audiodev_open_cpp()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dxs_wire.h80 XSD_ERROR(ENOMEM),
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c494 errno = ENOMEM; in da_ShellOpen()
522 errno = ENOMEM; in da_ShellOpen()
680 errno = ENOMEM; in da_ShellRename()
689 errno = ENOMEM; in da_ShellRename()
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h61 #define ENOMEM 12 /* Cannot allocate memory */ macro
/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.c187 RetVal = ENOMEM; in EslServiceGetProtocol()
/device/google/contexthub/firmware/os/core/
Dspi.c124 spiMasterDone(state, -ENOMEM); // should be out of timer; out of mem is close enough in spiMasterRxTxDone()
293 return -ENOMEM; in spiMasterRequest()
357 return -ENOMEM; in spiSlaveRequest()
DosApi.c404 *retValP = -ENOMEM; in osExpApiI2cMstTxRx()
437 *retValP = -ENOMEM; in osExpApiI2cSlvRxEn()
454 *retValP = -ENOMEM; in osExpApiI2cSlvTxPre()
472 *retValP = -ENOMEM; in osExpApiI2cSlvTxPkt()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h64 #define ENOMEM __ENOMEM /* 12 Cannot allocate memory */ macro
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DUseEfiSocketLib.c154 RetVal = ENOMEM; in EslServiceGetProtocol()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_aix.c53 && errno == ENOMEM) { in aix_getoldmodules()

1234