Home
last modified time | relevance | path

Searched refs:sysentvec (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Dimgact_elf.h73 struct sysentvec *sysvec;
H A Dsysent.h56 struct sysentvec { struct
H A Dproc.h300 struct sysentvec *p_sysent; /* System call dispatch information. */
/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c40 static struct sysentvec elf64_dragonfly_sysvec = {
/dragonfly/sys/vm/
H A Dvm_map.h417 struct sysentvec *vr_sysent; /* system call vects */
/dragonfly/sys/kern/
H A Dinit_main.c340 struct sysentvec null_sysvec = {
H A Dkern_proc.c2127 const struct sysentvec *sv; in sysctl_kern_proc_sigtramp()