Symbol: sysent
sys/arch/aarch64/aarch64/aarch32_syscall.c
63
const struct sysent *callp;
sys/arch/aarch64/aarch64/syscall.c
136
const struct sysent * const callp = p->p_emul->e_sysent + code;
sys/arch/alpha/alpha/linux_syscall.c
143
const struct sysent *callp;
sys/arch/alpha/alpha/linux_syscall.c
225
const struct sysent *callp;
sys/arch/alpha/alpha/syscall.c
133
const struct sysent *callp;
sys/arch/amd64/amd64/linux32_syscall.c
33
const struct sysent *callp;
sys/arch/amd64/amd64/linux_syscall.c
76
const struct sysent *callp;
sys/arch/amd64/amd64/netbsd32_syscall.c
67
const struct sysent *callp;
sys/arch/arm/arm/linux_syscall.c
113
const struct sysent *callp;
sys/arch/arm/arm/linux_syscall.c
164
const struct sysent *callp;
sys/arch/arm/arm/syscall.c
185
const struct sysent *callp;
sys/arch/hppa/hppa/trap.c
1272
const struct sysent *callp;
sys/arch/hppa/hppa/trap.c
1328
if (callp != sysent)
sys/arch/i386/i386/linux_syscall.c
55
extern struct sysent linux_sysent[];
sys/arch/i386/i386/linux_syscall.c
73
register const struct sysent *callp;
sys/arch/m68k/m68k/linux_syscall.c
107
const struct sysent *callp;
sys/arch/m68k/m68k/linux_syscall.c
182
const struct sysent *callp;
sys/arch/m68k/m68k/m68k_syscall.c
148
const struct sysent *callp;
sys/arch/m68k/m68k/m68k_syscall.c
276
const struct sysent *callp;
sys/arch/m68k/m68k/sunos_syscall.c
111
const struct sysent *callp;
sys/arch/m68k/m68k/sunos_syscall.c
220
const struct sysent *callp;
sys/arch/mips/mips/syscall.c
127
const struct sysent *callp;
sys/arch/powerpc/powerpc/syscall.c
86
const struct sysent *callp;
sys/arch/riscv/riscv/syscall.c
84
const struct sysent *callp;
sys/arch/sh3/sh3/syscall.c
112
const struct sysent *callp;
sys/arch/sh3/sh3/syscall.c
139
if (callp != sysent)
sys/arch/sparc/sparc/syscall.c
136
const struct sysent **callp, union args *args)
sys/arch/sparc/sparc/syscall.c
215
const struct sysent *callp;
sys/arch/sparc/sparc/syscall.c
98
register_t *, const struct sysent **, union args *);
sys/arch/sparc64/sparc64/syscall.c
116
register_t *, const struct sysent **, union args *, int *);
sys/arch/sparc64/sparc64/syscall.c
155
const struct sysent **callp, union args *args, int *s64)
sys/arch/sparc64/sparc64/syscall.c
280
const struct sysent *callp;
sys/arch/usermode/usermode/syscall.c
87
const struct sysent *callp;
sys/arch/vax/vax/syscall.c
70
const struct sysent *callp = emul->e_sysent;
sys/arch/x86/x86/syscall.c
93
const struct sysent *callp;
sys/compat/aoutm68k/aoutm68k_exec.c
51
extern struct sysent aoutm68k_sysent[];
sys/compat/aoutm68k/aoutm68k_sysent.c
34
struct sysent aoutm68k_sysent[] = {
sys/compat/freebsd/freebsd_exec.c
56
extern struct sysent freebsd_sysent[];
sys/compat/freebsd/freebsd_syscall.c
71
const struct sysent *callp;
sys/compat/freebsd/freebsd_sysent.c
34
struct sysent freebsd_sysent[] = {
sys/compat/linux/arch/aarch64/linux_sysent.c
44
struct sysent linux_sysent[] = {
sys/compat/linux/arch/alpha/linux_sysent.c
40
struct sysent linux_sysent[] = {
sys/compat/linux/arch/amd64/linux_sysent.c
45
struct sysent linux_sysent[] = {
sys/compat/linux/arch/arm/linux_sysent.c
34
struct sysent linux_sysent[] = {
sys/compat/linux/arch/i386/linux_sysent.c
33
struct sysent linux_sysent[] = {
sys/compat/linux/arch/m68k/linux_sysent.c
37
struct sysent linux_sysent[] = {
sys/compat/linux/arch/mips/linux_sysent.c
34
struct sysent linux_sysent[] = {
sys/compat/linux/arch/powerpc/linux_sysent.c
32
struct sysent linux_sysent[] = {
sys/compat/linux/common/linux_exec.c
75
extern struct sysent linux_sysent[];
sys/compat/linux/common/linux_misc.c
1304
error = sysent[SYS_ptrace].sy_call(l, &pta, retval);
sys/compat/linux32/arch/aarch64/linux32_sysent.c
36
struct sysent linux32_sysent[] = {
sys/compat/linux32/arch/amd64/linux32_sysent.c
39
struct sysent linux32_sysent[] = {
sys/compat/linux32/common/linux32_exec.c
57
extern struct sysent linux32_sysent[];
sys/compat/linux32/common/linux32_misc.c
199
error = sysent[SYS_ptrace].sy_call(l, &pta, retval);
sys/compat/netbsd32/netbsd32.h
1303
extern struct sysent netbsd32_sysent[];
sys/compat/netbsd32/netbsd32_sysent.c
146
struct sysent netbsd32_sysent[] = {
sys/compat/sunos/sunos_exec.c
54
extern struct sysent sunos_sysent[];
sys/compat/sunos/sunos_misc.c
967
#define sys_ptrace sysent[SYS_ptrace].sy_call
sys/compat/sunos/sunos_sysent.c
30
struct sysent sunos_sysent[] = {
sys/compat/sunos32/sunos32_exec.c
52
extern struct sysent sunos32_sysent[];
sys/compat/sunos32/sunos32_misc.c
1208
#define sys_ptrace sysent[SYS_ptrace].sy_call
sys/compat/sunos32/sunos32_sysent.c
34
struct sysent sunos32_sysent[] = {
sys/compat/ultrix/ultrix_misc.c
151
extern struct sysent ultrix_sysent[];
sys/compat/ultrix/ultrix_sysent.c
25
struct sysent ultrix_sysent[] = {
sys/fs/nfs/common/nfs_nfssvc.c
61
static struct sysent nfssvc_prev_sysent;
sys/fs/nfs/nlm/nlm_prot_impl.c
103
static struct sysent nlm_syscall_prev_sysent;
sys/fs/nfs/nlm/nlm_prot_impl.c
105
static struct sysent nlm_syscall_sysent = {
sys/kern/init_sysent.c
146
struct sysent sysent[] = {
sys/kern/kern_exec.c
218
.e_sysent = sysent,
sys/kern/kern_scdebug.c
136
const struct sysent *sy;
sys/kern/kern_scdebug.c
247
const struct sysent *sy;
sys/kern/kern_syscall.c
111
struct sysent *sy;
sys/kern/kern_syscall.c
149
struct sysent *sy;
sys/kern/kern_syscall.c
238
trace_enter(register_t code, const struct sysent *sy, const void *args)
sys/kern/kern_syscall.c
281
trace_exit(register_t code, const struct sysent *sy, const void *args,
sys/kern/kern_syscall.c
66
const struct sysent *sy;
sys/kern/sys_syscall.c
68
const struct sysent *callp;
sys/netinet/tcp_vtw.c
2431
if (sysent[i].sy_call == sys_nosys) {
sys/netinet/tcp_vtw.c
2432
sysent[i].sy_call = vtw_sys;
sys/netinet/tcp_vtw.c
2433
sysent[i].sy_narg = 2;
sys/netinet/tcp_vtw.c
2434
sysent[i].sy_argsize = sizeof (struct sys_vtw_args);
sys/netinet/tcp_vtw.c
2435
sysent[i].sy_flags = 0;
sys/rump/include/rump-sys/kern.h
53
extern struct sysent rump_sysent[];
sys/rump/kern/lib/libsys_cygwin/sys_cygwin_component.c
15
extern struct sysent rump_cygwin_sysent[];
sys/rump/kern/lib/libsys_linux/sys_linux_component.c
17
extern struct sysent rump_linux_sysent[];
sys/rump/kern/lib/libsys_sunos/sys_sunos_component.c
15
extern struct sysent rump_sunos_sysent[];
sys/rump/kern/lib/libsysproxy/sysproxy.c
78
struct sysent *callp;
sys/rump/librump/rumpkern/rump.c
768
struct sysent *callp;
sys/rump/librump/rumpkern/rump.c
815
struct sysent *callp;
sys/rump/librump/rumpkern/rump_syscalls.c
6714
struct sysent rump_sysent[] = {
sys/sys/lwp.h
201
const struct sysent * volatile l_sysent;/* !: currently active syscall */
sys/sys/lwp.h
86
struct sysent;
sys/sys/proc.h
155
struct sysent *e_sysent; /* System call array */
sys/sys/proc.h
197
const struct sysent *, const void *,
sys/sys/syscallvar.h
59
sy_call(const struct sysent *sy, struct lwp *l, const void *uap,
sys/sys/syscallvar.h
72
sy_invoke(const struct sysent *sy, struct lwp *l, const void *uap,
sys/sys/systm.h
134
} sysent[];
sys/sys/systm.h
628
int trace_enter(register_t, const struct sysent *, const void *);
sys/sys/systm.h
629
void trace_exit(register_t, const struct sysent *, const void *,
sys/sys/systm.h
67
struct sysent;