Home
last modified time | relevance | path

Searched defs:syscall_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dproc.h201 struct syscall_args { struct
202 u_int code;
203 u_int original_code;
204 struct sysent *callp;
205 register_t args[8];
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3763 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()