Home
last modified time | relevance | path

Searched refs:TARGET_EPERM (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h40 #define TARGET_EPERM 1 /* Operation not permitted */ macro
H A Dbsd-proc.h183 ret = -TARGET_EPERM; in do_bsd_setrlimit()
H A Dsignal.c617 ret = -TARGET_EPERM; in do_sigaltstack()
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h11 #define TARGET_EPERM 1 /* Operation not permitted */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c58 TARGET_EPERM = 1, enumerator
100 case EPERM: return TARGET_EPERM; in errno_h2g()
/openbmc/qemu/linux-user/
H A Dsignal.c309 return -TARGET_EPERM; in target_restore_altstack()