Searched defs:callp (Results 1 - 25 of 28) sorted by relevance

12

/src/sys/kern/
H A Dsys_syscall.c68 const struct sysent *callp; local in function:SYS_SYSCALL
/src/sys/compat/freebsd/
H A Dfreebsd_syscall.c71 const struct sysent *callp; local in function:freebsd_syscall
/src/sys/arch/i386/i386/
H A Dlinux_syscall.c73 register const struct sysent *callp; local in function:linux_syscall
/src/sys/arch/amd64/amd64/
H A Dlinux32_syscall.c33 const struct sysent *callp; local in function:linux32_syscall
[all...]
H A Dlinux_syscall.c76 const struct sysent *callp; local in function:linux_syscall
H A Dnetbsd32_syscall.c67 const struct sysent *callp; local in function:netbsd32_syscall
[all...]
/src/sys/arch/vax/vax/
H A Dsyscall.c70 const struct sysent *callp = emul->e_sysent; local in function:syscall
/src/sys/arch/x86/x86/
H A Dsyscall.c93 const struct sysent *callp; local in function:syscall
/src/sys/arch/powerpc/powerpc/
H A Dsyscall.c86 const struct sysent *callp; local in function:EMULNAME
/src/sys/arch/riscv/riscv/
H A Dsyscall.c84 const struct sysent *callp; local in function:EMULNAME
[all...]
/src/sys/arch/sh3/sh3/
H A Dsyscall.c112 const struct sysent *callp; local in function:syscall
/src/sys/arch/alpha/alpha/
H A Dlinux_syscall.c143 const struct sysent *callp; local in function:linux_syscall_plain
225 const struct sysent *callp; local in function:linux_syscall_fancy
[all...]
H A Dsyscall.c133 const struct sysent *callp; local in function:syscall
/src/sys/arch/arm/arm/
H A Dlinux_syscall.c113 const struct sysent *callp; local in function:linux_syscall_plain
164 const struct sysent *callp; local in function:linux_syscall_fancy
H A Dsyscall.c185 const struct sysent *callp; local in function:syscall
/src/sys/arch/aarch64/aarch64/
H A Dsyscall.c136 const struct sysent * const callp = p->p_emul->e_sysent + code; local in function:EMULNAME
H A Daarch32_syscall.c63 const struct sysent *callp; local in function:EMULNAME
[all...]
/src/sys/arch/m68k/m68k/
H A Dlinux_syscall.c107 const struct sysent *callp; local in function:linux_syscall_plain
182 const struct sysent *callp; local in function:linux_syscall_fancy
[all...]
H A Dsunos_syscall.c111 const struct sysent *callp; local in function:sunos_syscall_plain
220 const struct sysent *callp; local in function:sunos_syscall_fancy
[all...]
H A Dm68k_syscall.c155 const struct sysent *callp; local in function:syscall_plain
283 const struct sysent *callp; local in function:syscall_fancy
[all...]
/src/sys/arch/usermode/usermode/
H A Dsyscall.c87 const struct sysent *callp; local in function:syscall
/src/sys/arch/sparc64/sparc64/
H A Dsyscall.c280 const struct sysent *callp; local in function:syscall
154 getargs(struct proc * p,struct trapframe64 * tf,register_t * code,const struct sysent ** callp,union args * args,int * s64) argument
/src/sys/arch/sparc/sparc/
H A Dsyscall.c215 const struct sysent *callp; local in function:syscall
135 getargs(struct proc * p,struct trapframe * tf,register_t * code,const struct sysent ** callp,union args * args) argument
/src/sys/arch/mips/mips/
H A Dsyscall.c127 const struct sysent *callp; local in function:EMULNAME
[all...]
/src/sys/rump/kern/lib/libsysproxy/
H A Dsysproxy.c78 struct sysent *callp; local in function:hyp_syscall

Completed in 13 milliseconds

12