Searched refs:EPERM (Results 1 - 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A DStubFunctions.c25 errno = EPERM;
32 errno = EPERM;
39 errno = EPERM;
58 errno = EPERM;
65 errno = EPERM;
77 errno = EPERM;
84 errno = EPERM;
H A DXform.c169 retval = EPERM;
H A DSysCalls.c245 @retval -1 If (errno == EPERM), unlink is not permited for this file.
576 errno = EPERM;
678 errno = EPERM;
937 errno = EPERM;
1338 - EPERM: Operation not supported with this Shell version.
1373 errno = EPERM;
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c33 fbadop_* Does nothing and returns EPERM
48 errno = EPERM;
54 errno = EPERM;
60 errno = EPERM;
66 errno = EPERM;
72 errno = EPERM;
78 errno = EPERM;
/device/linaro/bootloader/arm-trusted-firmware/bl1/
H A Dbl1_fwu.c211 return -EPERM;
234 return -EPERM;
243 return -EPERM;
247 return -EPERM;
255 return -EPERM;
321 return -EPERM;
381 return -EPERM;
387 return -EPERM;
394 return -EPERM;
400 return -EPERM;
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/drivers/norflash/
H A Dnorflash.c69 * -EPERM = Device protected or Block locked
80 return -EPERM;
118 ret = -EPERM;
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
H A Derrno.h49 #define EPERM 1 /* Operation not permitted */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
H A Derrno.h53 #define EPERM __EPERM /* 1 Operation not permitted */ macro
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
H A Dxlat_tables_internal.c635 * EPERM: Region overlaps another one in an invalid way.
700 return -EPERM;
704 return -EPERM;
708 return -EPERM;
728 return -EPERM;
946 * EPERM: Tried to remove a static region.
971 return -EPERM;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dresource.c185 else if (errno == EPERM)
H A Derrnomodule.c343 #ifdef EPERM
344 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsmtpd.py538 if e.errno != errno.EPERM: raise
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Derrnomodule.c343 #ifdef EPERM
344 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Derrnomodule.c342 #ifdef EPERM
343 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_asyncore.py329 err = asyncore._strerror(errno.EPERM)
331 self.assertEqual(err, os.strerror(errno.EPERM))
H A Dtest_posix.py102 # EPERM.
108 self.assertEqual(e.errno, errno.EPERM)
/device/generic/goldfish/keymaster/trusty/
H A Dtrusty_keymaster_device.cpp53 case -EPERM:
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DSocket.c1418 errno = EPERM;

Completed in 165 milliseconds