Searched refs:native_to_linux_errno (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/linux32/arch/amd64/
H A Dlinux32_errno.h8 #define native_to_linux32_errno native_to_linux_errno
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dsetemul.c150 native_to_linux_errno, NELEM(native_to_linux_errno),
154 native_to_linux_errno, NELEM(native_to_linux_errno),
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dlinux_syscall.c147 error = native_to_linux_errno[error];
195 error = native_to_linux_errno[error];
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_errno.h92 extern const int native_to_linux_errno[];
H A Dlinux_errno.c41 const int native_to_linux_errno[] = { variable
H A Dlinux_exec.c88 .e_errno = native_to_linux_errno,
H A Dlinux_signal.c169 lsi->lsi_errno = native_to_linux_errno[ksi->_errno];
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dlinux_syscall.c124 error = native_to_linux_errno[error];
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dlinux_syscall.c134 error = native_to_linux_errno[error];
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dlinux_syscall.c215 error = native_to_linux_errno[error];
305 error = native_to_linux_errno[error];

Completed in 96 milliseconds