Home
last modified time | relevance | path

Searched refs:host_errno (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c96 static uint32_t errno_h2g(int host_errno) in errno_h2g() argument
98 switch (host_errno) { in errno_h2g()
/openbmc/qemu/linux-user/
H A Dsyscall.c544 static inline int host_to_target_errno(int host_errno) in host_to_target_errno() argument
546 switch (host_errno) { in host_to_target_errno()
551 return host_errno; in host_to_target_errno()