Searched refs:EPERM (Results 1 – 25 of 73) sorted by relevance
123
85 return EPERM; in __pthread_mutex_unlock_usercnt()101 return EPERM; in __pthread_mutex_unlock_usercnt()131 return EPERM; in libc_hidden_def()145 return EPERM; in libc_hidden_def()196 return EPERM; in libc_hidden_def()218 return EPERM; in libc_hidden_def()235 return EPERM; in libc_hidden_def()310 return EPERM; in libc_hidden_def()321 return EPERM; in libc_hidden_def()
195 if (ret == EPERM) in do_affinity_test()256 if (ret == EPERM) in do_sched_test()
59 if (errno == EPERM) in do_test()
40 if (err != EPERM) in tf()62 if (err != EPERM) in tf()87 if (err != EPERM) in do_test()109 if (err != EPERM) in do_test()
37 else if (e != EPERM) in tf()75 else if (e != EPERM) in tf()149 else if (e != EPERM) in do_test()199 else if (e != EPERM) in do_test()
37 if (e != EPERM) in tf()75 if (e != EPERM) in tf()199 if (e != EPERM) in do_test()
43 if (ret < 0 && errno == EPERM) in __sem_unlink()
41 ret = EPERM; in __pthread_mutex_unlock()53 ret = EPERM; in __pthread_mutex_unlock()70 ret = EPERM; in __pthread_mutex_unlock()
49 ret = EPERM; in __pthread_mutex_transfer_np()63 ret = EPERM; in __pthread_mutex_transfer_np()
42 ret = EPERM; in __pthread_mutex_checklocked()
34 if (piderr == EPERM) in __setpriority()39 if (piderr && piderr != EPERM) in __setpriority()88 err = EPERM; in __setpriority()
33 return EPERM; in _dl_make_stack_executable()
35 return __hurd_fail (EPERM); in reboot()
35 return __hurd_fail (EPERM); in __adjtime()
39 return __hurd_fail (EPERM); in __clock_settime()
89 __set_errno (EPERM); in __crypt_r()119 __set_errno (EPERM); in __crypt_r()
80 if (e != ENOSYS && e != ESRCH && e != EPERM) in do_test()101 if (e == EPERM) in do_test()
29 return EPERM; in __clock_getcpuclockid()
37 EPERM = 0x40000001, /* Operation not permitted */ enumerator234 #define EPERM 0x40000001 macro
25 # define IS_NO_DIRECTORY_ERROR errno != EPERM
45 __set_errno (EPERM); in nice()
38 case EPERM: in do_test()
37 if (ret == EPERM) in __mq_unlink()
37 if (result < 0 && errno == EPERM) in __shm_unlink()
59 assert (err == EPERM); in main()