| /netbsd/src/external/cddl/osnet/dev/systrace/ |
| D | systrace.c | 82 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/ |
| D | makesyscalls.sh | 115 sysent="sysent.switch" 124 …rm $sysdcl $sysprotos $sysent $sysnamesbottom $sysnamesfriendly $rumpsysent $rumptypes $rumpprotos… 209 sysent = \"$sysent\" 1231 cat $sysdcl $sysent > $syssw
|
| D | kern_syscall.c | 64 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()
|
| D | kern_scdebug.c | 136 const struct sysent *sy; in scdebug_call() 247 const struct sysent *sy; in scdebug_ret()
|
| /netbsd/src/usr.bin/ctags/test/ |
| D | ctags.test | 6 char sysent[20]; 7 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | syscall.c | 98 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/ |
| D | syscallvar.h | 59 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()
|
| D | systm.h | 66 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/ |
| D | linux_syscall.c | 55 extern struct sysent linux_sysent[]; 73 register const struct sysent *callp; in linux_syscall()
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | syscall.c | 116 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/ |
| D | linux_syscall.c | 113 const struct sysent *callp; in linux_syscall_plain() 164 const struct sysent *callp; in linux_syscall_fancy()
|
| /netbsd/src/sys/arch/sh3/sh3/ |
| D | syscall.c | 112 const struct sysent *callp; in syscall() 139 if (callp != sysent) in syscall()
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | linux_syscall.c | 107 const struct sysent *callp; in linux_syscall_plain() 182 const struct sysent *callp; in linux_syscall_fancy()
|
| D | sunos_syscall.c | 111 const struct sysent *callp; in sunos_syscall_plain() 220 const struct sysent *callp; in sunos_syscall_fancy()
|
| D | m68k_syscall.c | 155 const struct sysent *callp; in syscall_plain() 283 const struct sysent *callp; in syscall_fancy()
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | linux_syscall.c | 143 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/ |
| D | sys_sunos_component.c | 15 extern struct sysent rump_sunos_sysent[];
|
| /netbsd/src/sys/rump/kern/lib/libsys_cygwin/ |
| D | sys_cygwin_component.c | 15 extern struct sysent rump_cygwin_sysent[];
|
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_exec.c | 57 extern struct sysent linux32_sysent[];
|
| /netbsd/src/sys/compat/aoutm68k/ |
| D | aoutm68k_exec.c | 51 extern struct sysent aoutm68k_sysent[];
|
| /netbsd/src/sys/compat/freebsd/ |
| D | freebsd_exec.c | 56 extern struct sysent freebsd_sysent[];
|
| /netbsd/src/sys/compat/sunos/ |
| D | sunos_exec.c | 54 extern struct sysent sunos_sysent[];
|
| /netbsd/src/sys/compat/sunos32/ |
| D | sunos32_exec.c | 52 extern struct sysent sunos32_sysent[];
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | linux_syscall.c | 76 const struct sysent *callp; in linux_syscall()
|
| /netbsd/src/sys/rump/kern/lib/libsys_linux/ |
| D | sys_linux_component.c | 17 extern struct sysent rump_linux_sysent[];
|