Symbol: sysentvec
lib/libkvm/kvm_proc.c
124
struct sysentvec sysent;
sys/amd64/amd64/elf_machdep.c
157
amd64_lower_shared_page(struct sysentvec *sv)
sys/amd64/amd64/elf_machdep.c
56
struct sysentvec elf64_freebsd_sysvec_la48 = {
sys/amd64/amd64/elf_machdep.c
99
struct sysentvec elf64_freebsd_sysvec_la57 = {
sys/amd64/include/md_var.h
64
struct sysentvec;
sys/amd64/include/md_var.h
70
void amd64_lower_shared_page(struct sysentvec *);
sys/amd64/linux/linux_sysvec.c
678
struct sysentvec elf_linux_sysvec = {
sys/amd64/linux/linux_sysvec.c
743
struct sysentvec *sv;
sys/amd64/linux32/linux32_sysvec.c
778
struct sysentvec elf_linux_sysvec = {
sys/amd64/linux32/linux32_sysvec.c
843
struct sysentvec *sv;
sys/arm/arm/elf_machdep.c
63
struct sysentvec elf32_freebsd_sysvec = {
sys/arm/arm/exec_machdep.c
279
struct sysentvec *sysent;
sys/arm64/arm64/elf32_machdep.c
101
static struct sysentvec elf32_freebsd_sysvec = {
sys/arm64/arm64/elf_machdep.c
78
static struct sysentvec elf64_freebsd_sysvec = {
sys/arm64/arm64/freebsd32_machdep.c
356
struct sysentvec *sysent;
sys/arm64/linux/linux_sysvec.c
427
struct sysentvec elf_linux_sysvec = {
sys/arm64/linux/linux_sysvec.c
491
struct sysentvec *sv;
sys/compat/freebsd32/freebsd32_misc.c
3638
struct sysentvec *sysent;
sys/compat/ia32/ia32_sysvec.c
104
struct sysentvec ia32_freebsd_sysvec = {
sys/i386/i386/elf_machdep.c
53
struct sysentvec elf32_freebsd_sysvec = {
sys/i386/i386/exec_machdep.c
112
extern struct sysentvec elf32_freebsd_sysvec;
sys/i386/i386/machdep.c
1700
struct sysentvec *sv;
sys/i386/i386/machdep.c
196
extern struct sysentvec elf32_freebsd_sysvec;
sys/i386/linux/linux.h
263
extern struct sysentvec linux_sysvec;
sys/i386/linux/linux_sysvec.c
579
struct sysentvec linux_sysvec = {
sys/i386/linux/linux_sysvec.c
619
struct sysentvec elf_linux_sysvec = {
sys/i386/linux/linux_sysvec.c
685
struct sysentvec *sv;
sys/kern/imgact_aout.c
122
struct sysentvec aout_sysvec = {
sys/kern/imgact_aout.c
73
struct sysentvec aout_sysvec = {
sys/kern/imgact_elf.c
1113
struct sysentvec *sv;
sys/kern/imgact_elf.c
2010
const struct sysentvec *sv;
sys/kern/imgact_elf.c
2038
const struct sysentvec *sv;
sys/kern/imgact_elf.c
2109
const struct sysentvec *sv;
sys/kern/imgact_elf.c
2432
struct sysentvec *sv = td->td_proc->p_sysent;
sys/kern/init_main.c
424
struct sysentvec null_sysvec = {
sys/kern/kern_exec.c
1151
exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv)
sys/kern/kern_exec.c
1215
struct sysentvec *sv;
sys/kern/kern_exec.c
1688
struct sysentvec *sysent;
sys/kern/kern_proc.c
3142
const struct sysentvec *sv;
sys/kern/kern_sharedpage.c
304
struct sysentvec *sv;
sys/kern/kern_sharedpage.c
375
exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2)
sys/kern/kern_sig.c
2679
struct sysentvec *sv;
sys/kern/subr_trap.c
374
struct sysentvec *sv;
sys/kern/sys_process.c
151
struct sysentvec *sv;
sys/powerpc/powerpc/elf32_machdep.c
86
struct sysentvec elf32_freebsd_sysvec = {
sys/powerpc/powerpc/elf64_machdep.c
108
struct sysentvec elf64_freebsd_sysvec_v2 = {
sys/powerpc/powerpc/elf64_machdep.c
64
struct sysentvec elf64_freebsd_sysvec_v1 = {
sys/powerpc/powerpc/exec_machdep.c
131
extern struct sysentvec elf64_freebsd_sysvec_v2;
sys/riscv/riscv/elf_machdep.c
119
struct sysentvec *sv;
sys/riscv/riscv/elf_machdep.c
61
static struct sysentvec elf64_freebsd_sysvec = {
sys/riscv/riscv/exec_machdep.c
340
struct sysentvec *sysent;
sys/sys/imgact.h
100
struct sysentvec;
sys/sys/imgact.h
119
int exec_new_vmspace(struct image_params *, struct sysentvec *);
sys/sys/imgact.h
73
struct sysentvec *sysent; /* system entry vector */
sys/sys/imgact_elf.h
86
struct sysentvec *sysvec;
sys/sys/ktrace.h
185
struct sysentvec;
sys/sys/proc.h
736
struct sysentvec *p_sysent; /* (b) Syscall dispatch info. */
sys/sys/sysent.h
199
extern struct sysentvec aout_sysvec;
sys/sys/sysent.h
338
void exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2);