Home
last modified time | relevance | path

Searched refs:sysent (Results 1 – 25 of 68) sorted by relevance

123

/netbsd/src/external/cddl/osnet/dev/systrace/
Dsystrace.c82 extern struct sysent linux_sysent[];
96 extern struct sysent linux32_sysent[];
124 #define SYSENT sysent
138 extern struct sysent CONCAT(emulname,_sysent)[];
154 #define SYSENT sysent
274 systrace_probe(uint32_t id, register_t sysnum, const struct sysent *se, in systrace_probe()
383 ASSERT(sysent[sysnum].sy_entry == 0); in systrace_destroy()
385 ASSERT(sysent[sysnum].sy_return == 0); in systrace_destroy()
/netbsd/src/sys/kern/
Dmakesyscalls.sh115 sysent="sysent.switch"
124 …rm $sysdcl $sysprotos $sysent $sysnamesbottom $sysnamesfriendly $rumpsysent $rumptypes $rumpprotos…
209 sysent = \"$sysent\"
1231 cat $sysdcl $sysent > $syssw
Dkern_syscall.c64 const struct sysent *sy; in sys_nomodule()
109 struct sysent *sy; in syscall_establish()
147 struct sysent *sy; in syscall_disestablish()
236 trace_enter(register_t code, const struct sysent *sy, const void *args) in trace_enter()
279 trace_exit(register_t code, const struct sysent *sy, const void *args, in trace_exit()
Dkern_scdebug.c136 const struct sysent *sy; in scdebug_call()
247 const struct sysent *sy; in scdebug_ret()
/netbsd/src/usr.bin/ctags/test/
Dctags.test6 char sysent[20];
7 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
/netbsd/src/sys/arch/sparc/sparc/
Dsyscall.c98 register_t *, const struct sysent **, union args *);
136 const struct sysent **callp, union args *args) in getargs()
215 const struct sysent *callp; in syscall()
/netbsd/src/sys/sys/
Dsyscallvar.h59 sy_call(const struct sysent *sy, struct lwp *l, const void *uap, in sy_call()
72 sy_invoke(const struct sysent *sy, struct lwp *l, const void *uap, in sy_invoke()
Dsystm.h66 struct sysent;
126 extern struct sysent { /* system call table */ struct
133 } sysent[]; argument
618 int trace_enter(register_t, const struct sysent *, const void *);
619 void trace_exit(register_t, const struct sysent *, const void *,
/netbsd/src/sys/arch/i386/i386/
Dlinux_syscall.c55 extern struct sysent linux_sysent[];
73 register const struct sysent *callp; in linux_syscall()
/netbsd/src/sys/arch/sparc64/sparc64/
Dsyscall.c116 register_t *, const struct sysent **, union args *, int *);
155 const struct sysent **callp, union args *args, int *s64) in getargs()
280 const struct sysent *callp; in syscall()
/netbsd/src/sys/arch/arm/arm/
Dlinux_syscall.c113 const struct sysent *callp; in linux_syscall_plain()
164 const struct sysent *callp; in linux_syscall_fancy()
/netbsd/src/sys/arch/sh3/sh3/
Dsyscall.c112 const struct sysent *callp; in syscall()
139 if (callp != sysent) in syscall()
/netbsd/src/sys/arch/m68k/m68k/
Dlinux_syscall.c107 const struct sysent *callp; in linux_syscall_plain()
182 const struct sysent *callp; in linux_syscall_fancy()
Dsunos_syscall.c111 const struct sysent *callp; in sunos_syscall_plain()
220 const struct sysent *callp; in sunos_syscall_fancy()
Dm68k_syscall.c155 const struct sysent *callp; in syscall_plain()
283 const struct sysent *callp; in syscall_fancy()
/netbsd/src/sys/arch/alpha/alpha/
Dlinux_syscall.c143 const struct sysent *callp; in linux_syscall_plain()
225 const struct sysent *callp; in linux_syscall_fancy()
/netbsd/src/sys/rump/kern/lib/libsys_sunos/
Dsys_sunos_component.c15 extern struct sysent rump_sunos_sysent[];
/netbsd/src/sys/rump/kern/lib/libsys_cygwin/
Dsys_cygwin_component.c15 extern struct sysent rump_cygwin_sysent[];
/netbsd/src/sys/compat/linux32/common/
Dlinux32_exec.c57 extern struct sysent linux32_sysent[];
/netbsd/src/sys/compat/aoutm68k/
Daoutm68k_exec.c51 extern struct sysent aoutm68k_sysent[];
/netbsd/src/sys/compat/freebsd/
Dfreebsd_exec.c56 extern struct sysent freebsd_sysent[];
/netbsd/src/sys/compat/sunos/
Dsunos_exec.c54 extern struct sysent sunos_sysent[];
/netbsd/src/sys/compat/sunos32/
Dsunos32_exec.c52 extern struct sysent sunos32_sysent[];
/netbsd/src/sys/arch/amd64/amd64/
Dlinux_syscall.c76 const struct sysent *callp; in linux_syscall()
/netbsd/src/sys/rump/kern/lib/libsys_linux/
Dsys_linux_component.c17 extern struct sysent rump_linux_sysent[];

123