Symbol: sysent
sys/arch/alpha/alpha/trap.c
501
const struct sysent *callp = sysent;
sys/arch/amd64/amd64/trap.c
759
const struct sysent *callp;
sys/arch/amd64/amd64/trap.c
778
callp = sysent + code;
sys/arch/arm/arm/syscall.c
96
const struct sysent *callp = sysent;
sys/arch/arm64/arm64/syscall.c
33
const struct sysent *callp;
sys/arch/arm64/arm64/syscall.c
50
callp = sysent + code;
sys/arch/hppa/hppa/trap.c
768
const struct sysent *callp = sysent;
sys/arch/i386/i386/trap.c
519
const struct sysent *callp = sysent;
sys/arch/m88k/m88k/trap.c
1164
const struct sysent *callp = sysent;
sys/arch/m88k/m88k/trap.c
1250
const struct sysent *callp = sysent;
sys/arch/mips64/mips64/trap.c
399
const struct sysent *callp = sysent;
sys/arch/powerpc/powerpc/trap.c
240
const struct sysent *callp = sysent;
sys/arch/powerpc64/powerpc64/syscall.c
31
const struct sysent *callp = sysent;
sys/arch/riscv64/riscv64/syscall.c
40
const struct sysent *callp = sysent;
sys/arch/sh/sh/trap.c
518
const struct sysent *callp = sysent;
sys/arch/sparc64/sparc64/trap.c
1003
const struct sysent *callp;
sys/arch/sparc64/sparc64/trap.c
1027
callp = sysent + code;
sys/dev/dt/dt_prov_syscall.c
68
if (sysent[i].sy_call == sys_nosys)
sys/dev/dt/dt_prov_syscall.c
81
dtp->dtp_nargs = sysent[i].sy_narg;
sys/kern/init_sysent.c
19
const struct sysent sysent[] = {
sys/kern/kern_xxx.c
136
sysent[code].sy_call == sys_nosys))
sys/kern/kern_xxx.c
147
for (i = 0; i < sysent[code].sy_argsize / sizeof(register_t);
sys/kern/kern_xxx.c
166
sysent[code].sy_call == sys_nosys))
sys/sys/syscall_mi.h
132
mi_syscall(struct proc *p, register_t code, const struct sysent *callp,
sys/sys/systm.h
125
} sysent[];