Searched refs:EPERM (Results 1 – 7 of 7) sorted by relevance
25 #define KVM_EPERM EPERM
66 errno = EPERM; in __weak_alias()
21 #define EPERM 1 macro
246 return EPERM; in pthread_rwlock_unlock()250 return EPERM; in pthread_rwlock_unlock()
546 return EPERM; in pthread_mutex_unlock()
40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
434 if (clone_result == -1 && errno == EPERM && getuid() != 0) { in TEST()