Searched refs:native_to_linux_errno (Results 1 – 13 of 13) sorted by relevance
132 native_to_linux_errno, NELEM(native_to_linux_errno),136 native_to_linux_errno, NELEM(native_to_linux_errno),
25 p->p_emuldata = __UNCONST(native_to_linux_errno); in rumplinux_syscall_intern()35 .e_errno = native_to_linux_errno,
153 error = native_to_linux_errno[error]; in linux_syscall_plain()207 error = native_to_linux_errno[error]; in linux_syscall_fancy()
43 const int native_to_linux_errno[] = { variable144 __CTASSERT(__arraycount(native_to_linux_errno) == ELAST + 1);
97 extern const int native_to_linux_errno[];
91 .e_errno = native_to_linux_errno,
168 lsi->lsi_errno = native_to_linux_errno[ksi->_errno]; in native_to_linux_siginfo()
213 error = native_to_linux_errno[error]; in linux_syscall_plain()301 error = native_to_linux_errno[error]; in linux_syscall_fancy()
8 #define native_to_linux32_errno native_to_linux_errno
37 #define native_to_linux32_errno native_to_linux_errno
55 #define SYSCALL_EMUL_ERRNO(x) native_to_linux_errno[x]
122 error = native_to_linux_errno[error]; in linux_syscall()
128 error = native_to_linux_errno[error]; in linux_syscall()