/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 19 return -TARGET_EINVAL; in do_prctl_sve_get_vl() 53 return -TARGET_EINVAL; in do_prctl_sve_set_vl() 63 return -TARGET_EINVAL; in do_prctl_sme_get_vl() 105 return -TARGET_EINVAL; in do_prctl_sme_set_vl() 122 return -TARGET_EINVAL; in do_prctl_reset_keys() 157 return -TARGET_EINVAL; in do_prctl_reset_keys() 172 return -TARGET_EINVAL; in do_prctl_set_tagged_addr_ctrl()
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 107 return -TARGET_EINVAL; in do_bsd_mlock() 116 return -TARGET_EINVAL; in do_bsd_munlock() 144 return -TARGET_EINVAL; in do_bsd_madvise() 151 return -TARGET_EINVAL; in do_bsd_madvise() 314 abi_long ret = -TARGET_EINVAL; in do_bsd_shmctl() 341 ret = -TARGET_EINVAL; in do_bsd_shmctl() 363 return -TARGET_EINVAL; in do_bsd_shmat() 419 return -TARGET_EINVAL; in do_bsd_shmdt() 438 return -TARGET_EINVAL; in do_bsd_vadvise()
|
H A D | errno_defs.h | 62 #define TARGET_EINVAL 22 /* Invalid argument */ macro
|
H A D | signal.c | 622 ret = -TARGET_EINVAL; in do_sigaltstack() 665 return -TARGET_EINVAL; in do_sigaction() 670 return -TARGET_EINVAL; in do_sigaction()
|
H A D | bsd-file.h | 153 return -TARGET_EINVAL; in do_bsd_write()
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 79 TARGET_EINVAL = 22, enumerator 123 case EINVAL: return TARGET_EINVAL; in errno_h2g() 144 return TARGET_EINVAL; in errno_h2g() 265 regs[3] = TARGET_EINVAL; in HELPER() 302 regs[3] = TARGET_EINVAL; in HELPER()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 179 return -TARGET_EINVAL; in target_mprotect() 183 return -TARGET_EINVAL; in target_mprotect() 1200 return -TARGET_EINVAL; in target_madvise() 1207 return -TARGET_EINVAL; in target_madvise() 1323 return -TARGET_EINVAL; in target_shmat() 1336 return -TARGET_EINVAL; in target_shmat() 1342 return -TARGET_EINVAL; in target_shmat() 1359 return -TARGET_EINVAL; in target_shmat() 1383 return -TARGET_EINVAL; in target_shmat() 1387 return -TARGET_EINVAL; in target_shmat() [all …]
|
H A D | syscall.c | 1529 return -TARGET_EINVAL; in do_ppoll() 2087 return -TARGET_EINVAL; in do_setsockopt() 2132 return -TARGET_EINVAL; in do_setsockopt() 2158 return -TARGET_EINVAL; in do_setsockopt() 2210 return -TARGET_EINVAL; in do_setsockopt() 2223 return -TARGET_EINVAL; in do_setsockopt() 2242 return -TARGET_EINVAL; in do_setsockopt() 2291 return -TARGET_EINVAL; in do_setsockopt() 2338 return -TARGET_EINVAL; in do_setsockopt() 2360 return -TARGET_EINVAL; in do_setsockopt() [all …]
|
H A D | signal.c | 314 return -TARGET_EINVAL; in target_restore_altstack() 1158 return -TARGET_EINVAL; in do_sigaction() 1162 return -TARGET_EINVAL; in do_sigaction() 1407 return -TARGET_EINVAL; in process_sigsuspend_mask()
|
H A D | fd-trans.c | 1276 return -TARGET_EINVAL; in host_to_target_data_route() 1516 return -TARGET_EINVAL; in host_to_target_data_audit() 1537 return -TARGET_EINVAL; in target_to_host_data_audit()
|
H A D | vm86.c | 207 ret = -TARGET_EINVAL; in do_vm86()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | signal.c | 154 return -TARGET_EINVAL; in set_mcontext() 158 return -TARGET_EINVAL; in set_mcontext() 173 return -TARGET_EINVAL; in set_mcontext()
|
H A D | target_arch_sysarch.h | 45 ret = -TARGET_EINVAL; in do_freebsd_arch_sysarch()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_sysarch.h | 62 ret = -TARGET_EINVAL; in do_freebsd_arch_sysarch()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_sysarch.h | 61 ret = -TARGET_EINVAL; in do_freebsd_arch_sysarch()
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_errno_defs.h | 32 #define TARGET_EINVAL 22 /* Invalid argument */ macro
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.c | 173 return -TARGET_EINVAL; in t2h_procctl_cmd() 300 error = -TARGET_EINVAL; in do_freebsd_procctl()
|
H A D | os-proc.h | 237 return -TARGET_EINVAL; in do_freebsd_rfork()
|
H A D | os-stat.h | 396 return -TARGET_EINVAL; in do_freebsd11_getfsstat() 434 return -TARGET_EINVAL; in do_freebsd_getfsstat()
|
H A D | os-sys.c | 519 ret = -TARGET_EINVAL; in do_freebsd_sysctlbyname()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | signal.c | 131 return -TARGET_EINVAL; in get_ucontext_sigreturn()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 673 return -TARGET_EINVAL; in do_swapcontext()
|