/external/bluetooth/glib/gio/ |
D | gioerror.c | 129 #ifdef EPERM in g_io_error_from_errno() 130 case EPERM: in g_io_error_from_errno()
|
/external/kernel-headers/original/asm-generic/ |
D | errno-base.h | 4 #define EPERM 1 /* Operation not permitted */ macro
|
/external/openssh/ |
D | audit-linux.c | 65 if ((rc == -EPERM) && (geteuid() != 0)) in linux_audit_record_event()
|
D | config.h | 1244 #define LINK_OPNOTSUPP_ERRNO EPERM
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 406 # ifndef EPERM 407 # define EPERM 1 macro 569 operation_not_permitted = EPERM,
|
/external/bluetooth/glib/gthread/ |
D | gthread-posix.c | 64 if (err == EPERM) \ 79 if (err != EPERM) \
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 56 if (errno == EPERM) { in get_bmap()
|
/external/chromium/base/ |
D | platform_file_posix.cc | 105 case EPERM: in CreatePlatformFile()
|
/external/dbus/dbus/ |
D | dbus-sysdeps.c | 939 #ifdef EPERM in _dbus_error_from_errno() 940 case EPERM: in _dbus_error_from_errno()
|
D | dbus-sysdeps-wince-glue.h | 63 #define EPERM ERROR_CANNOT_MAKE macro
|
/external/e2fsprogs/resize/ |
D | online.c | 74 if (errno == EPERM) in online_resize_fs()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 271 if (nread < 0 && (errno == EINVAL || errno == EPERM)) in INTDEF()
|
/external/oprofile/module/ |
D | oprofile.c | 310 return -EPERM; in oprof_read() 372 return -EPERM; in oprof_open()
|
/external/strace/ |
D | util.c | 782 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/ |
D | netlink.c | 59 if (errno != EPERM || bind(daemon->netlinkfd, (struct sockaddr *)&addr, sizeof(addr)) == -1) in netlink_init()
|
/external/qemu/android/utils/ |
D | filelock.c | 310 if (rc == 0 || errno == EPERM) { in filelock_lock()
|
/external/openssh/openbsd-compat/ |
D | port-aix.c | 261 if (result == -1 && errno == EPERM && stat(_PATH_NOLOGIN, &st) == 0) in sys_auth_allowed_user()
|
/external/libffi/src/ |
D | closures.c | 427 if (ptr != MFAIL || (errno != EPERM && errno != EACCES)) in dlmmap()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 102 if (errno == EPERM) { in get_bmap()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 292 return -EPERM; in disconnect_ind() 411 return -EPERM; in disconnect_req() 644 return -EPERM; in sap_connect_rsp()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 444 if (errno == EPERM) { in openInterface() 731 if (errno == EPERM) { in openInterface()
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 3800 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/ |
D | gfileutils.c | 477 #ifdef EPERM in g_file_error_from_errno() 478 case EPERM: in g_file_error_from_errno()
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 978 return -EPERM; in yaffs_mknod() 1137 return -EPERM; in yaffs_link() 1266 error = -EPERM; in yaffs_setattr()
|
/external/dbus/bus/ |
D | selinux.c | 136 if (errno == EPERM && getuid() != 0) in bus_selinux_audit_init()
|