OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linux_syscall
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/sys/compat/linux/
linux_syscall.h
1
/* $NetBSD:
linux_syscall
.h,v 1.44 2021/09/23 06:56:27 ryo Exp $ */
36
#include <compat/linux/arch/i386/
linux_syscall
.h>
38
#include <compat/linux/arch/m68k/
linux_syscall
.h>
40
#include <compat/linux/arch/alpha/
linux_syscall
.h>
42
#include <compat/linux/arch/powerpc/
linux_syscall
.h>
44
#include <compat/linux/arch/mips/
linux_syscall
.h>
46
#include <compat/linux/arch/aarch64/
linux_syscall
.h>
48
#include <compat/linux/arch/arm/
linux_syscall
.h>
50
#include <compat/linux/arch/amd64/
linux_syscall
.h>
/src/sys/arch/powerpc/powerpc/
linux_sigcode.S
34
#include <compat/linux/
linux_syscall
.h>
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.6 2020/07/06 09:34:18 rin Exp $ */
33
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.6 2020/07/06 09:34:18 rin Exp $");
44
#include <compat/linux/
linux_syscall
.h>
/src/sys/compat/linux/arch/m68k/
linux_sig_machdep.S
9
#include <compat/linux/
linux_syscall
.h>
/src/sys/arch/arm/arm/
linux_sigcode.S
38
#include <compat/linux/
linux_syscall
.h>
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.27 2015/03/07 18:52:46 christos Exp $ */
72
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.27 2015/03/07 18:52:46 christos Exp $");
89
#include <compat/linux/
linux_syscall
.h>
/src/sys/compat/linux/arch/aarch64/
linux_sigcode.S
28
#include <compat/linux/arch/aarch64/
linux_syscall
.h>
/src/sys/arch/aarch64/aarch64/
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.3 2024/02/07 04:20:26 msaitoh Exp $ */
30
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.3 2024/02/07 04:20:26 msaitoh Exp $");
36
#include <compat/linux/
linux_syscall
.h>
/src/sys/modules/dtrace/
Makefile
13
SUBDIR+=
linux_syscall
/src/sys/modules/dtrace/linux_syscall/
emultrace.h
8
#include <compat/linux/
linux_syscall
.h>
/src/sys/arch/amd64/amd64/
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.33 2023/10/05 19:41:03 ad Exp $ */
33
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.33 2023/10/05 19:41:03 ad Exp $");
50
#include <compat/linux/
linux_syscall
.h>
59
static void
linux_syscall
(struct trapframe *);
65
p->p_md.md_syscall =
linux_syscall
;
74
linux_syscall
(struct trapframe *frame)
function
/src/sys/arch/i386/i386/
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.55 2023/10/05 19:41:04 ad Exp $ */
33
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.55 2023/10/05 19:41:04 ad Exp $");
50
#include <compat/linux/
linux_syscall
.h>
54
static void
linux_syscall
(struct trapframe *);
62
p->p_md.md_syscall =
linux_syscall
;
71
linux_syscall
(struct trapframe *frame)
function
linux_sigcode.S
71
#include <compat/linux/
linux_syscall
.h>
/src/sys/arch/mips/mips/
sigcode.S
13
#include <compat/linux/
linux_syscall
.h>
52
#define SYSCALL_SHIFT 4000 # 4000 shift as in
linux_syscall
.c
/src/sys/modules/compat_linux/
Makefile
24
SRCS+= linux_sigcode.c
linux_syscall
.c
34
SRCS+= linux_exec_aout.c linux_sigcode.S
linux_syscall
.c linux_trap.c
45
SRCS+= linux_sigcode.S
linux_syscall
.c linux_trap.c
/src/tests/compat/linux/
h_inotify_init.c
36
#include <compat/linux/
linux_syscall
.h>
h_inotify_watch_change.c
36
#include <compat/linux/
linux_syscall
.h>
h_inotify_directory.c
38
#include <compat/linux/
linux_syscall
.h>
h_inotify_single_file.c
36
#include <compat/linux/
linux_syscall
.h>
/src/sys/arch/alpha/alpha/
linux_sigcode.s
62
#include <compat/linux/
linux_syscall
.h>
linux_syscall.c
1
/* $NetBSD:
linux_syscall
.c,v 1.34 2023/10/05 19:41:03 ad Exp $ */
92
__KERNEL_RCSID(0, "$NetBSD:
linux_syscall
.c,v 1.34 2023/10/05 19:41:03 ad Exp $");
108
#include <compat/linux/
linux_syscall
.h>
/src/sys/arch/zaurus/stand/zboot/
compat_linux.h
49
#include <compat/linux/
linux_syscall
.h>
/src/sys/compat/linux/common/
linux_exec.c
70
#include <compat/linux/
linux_syscall
.h>
linux_socketcall.h
67
#include <compat/linux/
linux_syscall
.h>
linux_uselib.c
60
/* define EXEC_AOUT to get prototype from
linux_syscall
.h */
65
#include <compat/linux/
linux_syscall
.h>
Completed in 545 milliseconds
1
2
Indexes created Sun Feb 15 12:34:49 CET 2026