Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 15 of 15) 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/include/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/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/fingerprint/
Dfingerprint.c330 return -EPERM; in fingerprint_enroll()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c1418 errno = EPERM; in EslSocketClosePoll()