Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dkvm_para.h25 #define KVM_EPERM EPERM
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dnice.c66 errno = EPERM; in __weak_alias()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h21 #define EPERM 1 macro
/bionic/libc/bionic/
Dpthread_rwlock.cpp246 return EPERM; in pthread_rwlock_unlock()
250 return EPERM; in pthread_rwlock_unlock()
Dpthread_mutex.cpp546 return EPERM; in pthread_mutex_unlock()
/bionic/libc/include/sys/
D_errdefs.h40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
/bionic/tests/
Dunistd_test.cpp434 if (clone_result == -1 && errno == EPERM && getuid() != 0) { in TEST()