Home
last modified time | relevance | path

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

123

/external/bluetooth/glib/gio/
Dgioerror.c129 #ifdef EPERM in g_io_error_from_errno()
130 case EPERM: in g_io_error_from_errno()
/external/kernel-headers/original/asm-generic/
Derrno-base.h4 #define EPERM 1 /* Operation not permitted */ macro
/external/openssh/
Daudit-linux.c65 if ((rc == -EPERM) && (geteuid() != 0)) in linux_audit_record_event()
Dconfig.h1244 #define LINK_OPNOTSUPP_ERRNO EPERM
/external/llvm/include/llvm/Support/
Dsystem_error.h406 # ifndef EPERM
407 # define EPERM 1 macro
569 operation_not_permitted = EPERM,
/external/bluetooth/glib/gthread/
Dgthread-posix.c64 if (err == EPERM) \
79 if (err != EPERM) \
/external/e2fsprogs/util/
Dcopy_sparse.c56 if (errno == EPERM) { in get_bmap()
/external/chromium/base/
Dplatform_file_posix.cc105 case EPERM: in CreatePlatformFile()
/external/dbus/dbus/
Ddbus-sysdeps.c939 #ifdef EPERM in _dbus_error_from_errno()
940 case EPERM: in _dbus_error_from_errno()
Ddbus-sysdeps-wince-glue.h63 #define EPERM ERROR_CANNOT_MAKE macro
/external/e2fsprogs/resize/
Donline.c74 if (errno == EPERM) in online_resize_fs()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c271 if (nread < 0 && (errno == EINVAL || errno == EPERM)) in INTDEF()
/external/oprofile/module/
Doprofile.c310 return -EPERM; in oprof_read()
372 return -EPERM; in oprof_open()
/external/strace/
Dutil.c782 if (started && (errno==EPERM || errno==EIO)) { in umoven()
799 if (started && (errno==EPERM || errno==EIO)) { in umoven()
900 if (started && (errno==EPERM || errno==EIO)) { in umovestr()
919 if (started && (errno==EPERM || errno==EIO)) { in umovestr()
/external/dnsmasq/src/
Dnetlink.c59 if (errno != EPERM || bind(daemon->netlinkfd, (struct sockaddr *)&addr, sizeof(addr)) == -1) in netlink_init()
/external/qemu/android/utils/
Dfilelock.c310 if (rc == 0 || errno == EPERM) { in filelock_lock()
/external/openssh/openbsd-compat/
Dport-aix.c261 if (result == -1 && errno == EPERM && stat(_PATH_NOLOGIN, &st) == 0) in sys_auth_allowed_user()
/external/libffi/src/
Dclosures.c427 if (ptr != MFAIL || (errno != EPERM && errno != EACCES)) in dlmmap()
/external/e2fsprogs/misc/
Dfilefrag.c102 if (errno == EPERM) { in get_bmap()
/external/bluetooth/bluez/sap/
Dserver.c292 return -EPERM; in disconnect_ind()
411 return -EPERM; in disconnect_req()
644 return -EPERM; in sap_connect_rsp()
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c444 if (errno == EPERM) { in openInterface()
731 if (errno == EPERM) { in openInterface()
/external/bluetooth/bluez/src/
Dadapter.c3800 return -EPERM; in adapter_authorize()
3828 return -EPERM; in adapter_authorize()
3852 return -EPERM; in btd_request_authorization()
3867 return -EPERM; in btd_request_authorization()
3879 return -EPERM; in btd_cancel_authorization()
3884 return -EPERM; in btd_cancel_authorization()
3899 return -EPERM; in btd_cancel_authorization()
/external/bluetooth/glib/glib/
Dgfileutils.c477 #ifdef EPERM in g_file_error_from_errno()
478 case EPERM: in g_file_error_from_errno()
/external/yaffs2/yaffs2/
Dyaffs_fs.c978 return -EPERM; in yaffs_mknod()
1137 return -EPERM; in yaffs_link()
1266 error = -EPERM; in yaffs_setattr()
/external/dbus/bus/
Dselinux.c136 if (errno == EPERM && getuid() != 0) in bus_selinux_audit_init()

123