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

12

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h4 #define EPERM 1 /* Operation not permitted */ macro
/external/openssh/
H A Daudit-linux.c62 * Do not report error if the error is EPERM and sshd is run as non
65 if ((rc == -EPERM) && (geteuid() != 0))
H A Dconfig.h1244 #define LINK_OPNOTSUPP_ERRNO EPERM
/external/valgrind/main/none/tests/
H A Drlimit64_nofile.c45 if (errno != EPERM) {
46 fprintf(stderr, "setrlimit64 changing hardlimit must set errno=EPERM\n");
H A Drlimit_nofile.c42 if (errno != EPERM) {
43 fprintf(stderr, "setrlimit changing hardlimit must set errno=EPERM\n");
/external/llvm/include/llvm/Support/
H A Dsystem_error.h183 operation_not_permitted, // EPERM
408 # ifndef EPERM
409 # define EPERM 1 macro
571 operation_not_permitted = EPERM,
/external/bison/lib/glthread/
H A Dlock.c430 return EPERM;
569 return EPERM;
909 return EPERM;
995 return EPERM;
/external/chromium/base/
H A Dplatform_file_posix.cc105 case EPERM:
/external/e2fsprogs/resize/
H A Donline.c73 if (errno == EPERM)
/external/e2fsprogs/util/
H A Dcopy_sparse.c56 if (errno == EPERM) {
/external/dnsmasq/src/
H A Dnetlink.c59 if (errno != EPERM || bind(daemon->netlinkfd, (struct sockaddr *)&addr, sizeof(addr)) == -1)
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c271 if (nread < 0 && (errno == EINVAL || errno == EPERM))
/external/libusb_aah/libusb/os/
H A Dthreads_windows.c65 if(!ReleaseMutex(*mutex)) return ((errno=EPERM ));
/external/openssh/openbsd-compat/
H A Dport-aix.c261 if (result == -1 && errno == EPERM && stat(_PATH_NOLOGIN, &st) == 0)
/external/oprofile/module/
H A Doprofile.c310 return -EPERM;
372 return -EPERM;
/external/e2fsprogs/misc/
H A Dfilefrag.c102 if (errno == EPERM) {
/external/libffi/src/
H A Dclosures.c427 if (ptr != MFAIL || (errno != EPERM && errno != EACCES))
/external/qemu/android/utils/
H A Dfilelock.c310 if (rc == 0 || errno == EPERM) {
/external/strace/
H A Dutil.c778 if (started && (errno==EPERM || errno==EIO)) {
795 if (started && (errno==EPERM || errno==EIO)) {
896 if (started && (errno==EPERM || errno==EIO)) {
915 if (started && (errno==EPERM || errno==EIO)) {
/external/mksh/src/
H A Dshf.c1112 #ifdef EPERM
1113 case EPERM:
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c444 if (errno == EPERM) {
731 if (errno == EPERM) {
/external/ping6/
H A Dping6.c451 errno = EPERM;
484 strerror(EPERM));
500 errno = EPERM;
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c978 return -EPERM;
1137 return -EPERM;
1266 error = -EPERM;
/external/grub/grub/
H A Dasmstub.c784 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM)
/external/linux-tools-perf/
H A Dbuiltin-record.c281 if (err == EPERM || err == EACCES) {

Completed in 2923 milliseconds

12