Searched refs:EPERM (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dkill.c5 errno = EPERM;
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Didstubs.c93 errno = EPERM;
99 errno = EPERM;
105 errno = EPERM;
111 errno = EPERM;
117 errno = EPERM;
123 errno = EPERM;
129 errno = EPERM;
135 errno = EPERM;
141 errno = EPERM;
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_mutex_unlock.c12 return EPERM;
H A Dpthread_create.c107 return status == ZX_ERR_ACCESS_DENIED ? EPERM : EAGAIN;
H A Dpthread_cond_timedwait.c39 return EPERM;
/fuchsia/zircon/kernel/lib/libc/include/
H A Derrno.h18 #define EPERM 1 /* Not super-user */ macro
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_thread_name.c69 sizeof(thread_name)), EPERM,
H A Dmallctl.c12 EPERM, "mallctl() should return EPERM on attempt to write "
54 strlen("0.0.0")), EPERM, "mallctl() should return EPERM on "
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Derrno.h1 #define EPERM 1 macro
/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A D__strerror.h13 E(EPERM, "Operation not permitted")
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c195 case EPERM:
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c1057 ret = EPERM; \
1064 ret = EPERM; \
1072 ret = EPERM; \

Completed in 66 milliseconds