Home
last modified time | relevance | path

Searched refs:TARGET_EPERM (Results 1 – 4 of 4) 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.c627 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