Searched refs:EPERM (Results 1 – 24 of 24) sorted by relevance
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()
64 if (errno != EPERM) in setuid_failure()
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()
101 return EPERM; in __kill()
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()
39 __set_errno (EPERM); in sethostid()
191 fails |= test_wrp2 (LIST (ENODEV, ENOSYS, EPERM, EINVAL), in do_test()
37 EPERM = 0x40000001, /* Operation not permitted */ enumerator233 #define EPERM 0x40000001 macro
127 __set_errno (EPERM); in _iopl()
275 case -EPERM: /* The caller is not allowed to attach itself to the futex. in futex_unlock_pi()
2 #ifdef EPERM6 _S(EPERM, N_("Operation not permitted"))
Completed in 26 milliseconds