Home
last modified time | relevance | path

Searched defs:sysent (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dsysent.h65 struct sysent { /* system call table */ struct
66 sy_call_t *sy_call; /* implementing function */
67 systrace_args_func_t sy_systrace_args_func;
69 u_int8_t sy_narg; /* number of arguments */
70 u_int8_t sy_flags; /* General flags for system calls. */
71 au_event_t sy_auevent; /* audit event associated with syscall */
72 u_int32_t sy_entry; /* DTrace entry ID for systrace. */
73 u_int32_t sy_return; /* DTrace return ID for systrace. */
74 u_int32_t sy_thrcnt;
H A Dimgact.h73 struct sysentvec *sysent; /* system entry vector */ member
/freebsd/sys/kern/
H A Dinit_sysent.c62 struct sysent sysent[] = { variable
H A Dkern_exec.c1661 struct sysentvec *sysent; in exec_copyout_strings() local
/freebsd/sys/arm/arm/
H A Dexec_machdep.c283 struct sysentvec *sysent; in sendsig() local
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c340 struct sysentvec *sysent; in sendsig() local
/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c356 struct sysentvec *sysent; in freebsd32_sendsig() local
/freebsd/lib/libkvm/
H A Dkvm_proc.c124 struct sysentvec sysent; in kvm_proclist() local
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3595 struct sysentvec *sysent; in freebsd32_copyout_strings() local