Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DStubFunctions.c25 errno = EPERM; in getpwuid()
32 errno = EPERM; in getlogin()
39 errno = EPERM; in getpwnam()
58 errno = EPERM; in fork()
65 errno = EPERM; in chmod()
77 errno = EPERM; in popen()
84 errno = EPERM; in pclose()
DXform.c169 retval = EPERM; in EFI2errno()
DSysCalls.c576 errno = EPERM; in mkdir()
678 errno = EPERM; in open()
937 errno = EPERM; in rename()
1373 errno = EPERM; in chdir()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c48 errno = EPERM; in fbadop_stat()
54 errno = EPERM; in fbadop_ioctl()
60 errno = EPERM; in fbadop_delete()
66 errno = EPERM; in fbadop_mkdir()
72 errno = EPERM; in fbadop_rename()
78 errno = EPERM; in fbadop_rmdir()
/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_fwu.c211 return -EPERM; in bl1_fwu_image_check_overlaps()
234 return -EPERM; in bl1_fwu_image_copy()
243 return -EPERM; in bl1_fwu_image_copy()
247 return -EPERM; in bl1_fwu_image_copy()
255 return -EPERM; in bl1_fwu_image_copy()
321 return -EPERM; in bl1_fwu_image_copy()
381 return -EPERM; in bl1_fwu_image_auth()
387 return -EPERM; in bl1_fwu_image_auth()
394 return -EPERM; in bl1_fwu_image_auth()
400 return -EPERM; in bl1_fwu_image_auth()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-update.rst214 : -EPERM
217 if (image_id is invalid) return -EPERM
218 if (image_id is non-secure image) return -EPERM
219 if (image_id state is not (RESET or COPYING)) return -EPERM
220 if (secure world caller) return -EPERM
226 if (image overlaps another image) return -EPERM
262 : -EPERM
266 if (image_id is invalid) return -EPERM
268 if (image_id state is not RESET) return -EPERM
272 if (image_id state is not COPIED) return -EPERM
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/drivers/norflash/
Dnorflash.c80 return -EPERM; in nor_full_status_check()
118 ret = -EPERM; in nor_word_program()
/device/google/fuchsia/bioniccompat/include/sys/
Dcapability.h42 errno = EPERM; in capset()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Derrno.h49 #define EPERM 1 /* Operation not permitted */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h53 #define EPERM __EPERM /* 1 Operation not permitted */ macro
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c700 return -EPERM; in mmap_add_region_check()
704 return -EPERM; in mmap_add_region_check()
708 return -EPERM; in mmap_add_region_check()
728 return -EPERM; in mmap_add_region_check()
971 return -EPERM; in mmap_remove_dynamic_region_ctx()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c140 XF_CHK_ERR(xf_shmem_enabled(core), -EPERM); in xf_proxy_alloc()
155 XF_CHK_ERR(xf_shmem_enabled(core), -EPERM); in xf_proxy_free()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c185 else if (errno == EPERM) in resource_setrlimit()
Derrnomodule.c343 #ifdef EPERM in initerrno()
344 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asyncore.py329 err = asyncore._strerror(errno.EPERM)
331 self.assertEqual(err, os.strerror(errno.EPERM))
Dtest_posix.py108 self.assertEqual(e.errno, errno.EPERM)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c343 #ifdef EPERM in initerrno()
344 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c342 #ifdef EPERM in initerrno()
343 inscode(d, ds, de, "EPERM", EPERM, "Operation not permitted"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtpd.py538 if e.errno != errno.EPERM: raise
/device/generic/goldfish/keymaster/trusty/
Dtrusty_keymaster_device.cpp53 case -EPERM: in translate_error()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c1418 errno = EPERM; in EslSocketClosePoll()