Home
last modified time | relevance | path

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

123

/glibc-2.36/nptl/
Dpthread_mutex_unlock.c85 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()
Dtst-default-attr.c195 if (ret == EPERM) in do_affinity_test()
256 if (ret == EPERM) in do_sched_test()
Dtst-setgroups.c59 if (errno == EPERM) in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-cond9.c40 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()
Dtst-mutex2.c37 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()
Dtst-mutex3.c37 if (e != EPERM) in tf()
75 if (e != EPERM) in tf()
199 if (e != EPERM) in do_test()
Dsem_unlink.c43 if (ret < 0 && errno == EPERM) in __sem_unlink()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex-unlock.c41 ret = EPERM; in __pthread_mutex_unlock()
53 ret = EPERM; in __pthread_mutex_unlock()
70 ret = EPERM; in __pthread_mutex_unlock()
Dpt-mutex-transfer-np.c49 ret = EPERM; in __pthread_mutex_transfer_np()
63 ret = EPERM; in __pthread_mutex_transfer_np()
Dpt-mutex-checklocked.c42 ret = EPERM; in __pthread_mutex_checklocked()
/glibc-2.36/sysdeps/mach/hurd/
Dsetpriority.c34 if (piderr == EPERM) in __setpriority()
39 if (piderr && piderr != EPERM) in __setpriority()
88 err = EPERM; in __setpriority()
Ddl-execstack.c33 return EPERM; in _dl_make_stack_executable()
Dreboot.c35 return __hurd_fail (EPERM); in reboot()
Dadjtime.c35 return __hurd_fail (EPERM); in __adjtime()
Dclock_settime.c39 return __hurd_fail (EPERM); in __clock_settime()
/glibc-2.36/crypt/
Dcrypt-entry.c89 __set_errno (EPERM); in __crypt_r()
119 __set_errno (EPERM); in __crypt_r()
/glibc-2.36/time/
Dtst-cpuclock1.c80 if (e != ENOSYS && e != ESRCH && e != EPERM) in do_test()
101 if (e == EPERM) in do_test()
Dclock_getcpuclockid.c29 return EPERM; in __clock_getcpuclockid()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h37 EPERM = 0x40000001, /* Operation not permitted */ enumerator
234 #define EPERM 0x40000001 macro
/glibc-2.36/sysdeps/posix/
Dremove.c25 # define IS_NO_DIRECTORY_ERROR errno != EPERM
Dnice.c45 __set_errno (EPERM); in nice()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-fanotify.c38 case EPERM: in do_test()
Dmq_unlink.c37 if (ret == EPERM) in __mq_unlink()
/glibc-2.36/rt/
Dshm_unlink.c37 if (result < 0 && errno == EPERM) in __shm_unlink()
/glibc-2.36/htl/tests/
Dtest-10.c59 assert (err == EPERM); in main()

123