/src/sys/modules/compat_linux/ |
Makefile | 22 SRCS+= linux_machdep.c linux_syscalls.c linux_sysent.c linux_commons.c 32 SRCS+= linux_machdep.c linux_syscalls.c linux_sysent.c linux_commons.c 43 SRCS+= linux_machdep.c linux_syscalls.c linux_sysent.c linux_commons.c
|
/src/sys/arch/i386/i386/ |
linux_syscall.c | 55 extern struct sysent linux_sysent[]; 81 callp = linux_sysent;
|
/src/sys/compat/linux/common/ |
linux_exec.c | 75 extern struct sysent linux_sysent[]; 95 .e_sysent = linux_sysent,
|
/src/sys/compat/linux/arch/aarch64/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.13 2024/09/28 19:36:19 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2024/09/28 19:36:19 christos Exp $"); 44 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.84 2024/09/28 19:36:19 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.84 2024/09/28 19:36:19 christos Exp $"); 45 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.95 2024/09/28 19:36:20 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.95 2024/09/28 19:36:20 christos Exp $"); 34 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.129 2024/09/28 19:36:20 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.129 2024/09/28 19:36:20 christos Exp $"); 33 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.120 2024/09/28 19:36:20 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.120 2024/09/28 19:36:20 christos Exp $"); 37 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.92 2024/09/28 19:36:20 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.92 2024/09/28 19:36:20 christos Exp $"); 34 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.99 2024/09/28 19:36:20 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.99 2024/09/28 19:36:20 christos Exp $"); 32 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|
/src/sys/compat/linux/arch/alpha/ |
linux_sysent.c | 1 /* $NetBSD: linux_sysent.c,v 1.122 2024/09/28 19:36:19 christos Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.122 2024/09/28 19:36:19 christos Exp $"); 40 struct sysent linux_sysent[] = { variable in typeref:struct:sysent[]
|