Searched defs:syscall_args (Results 1 – 2 of 2) sorted by relevance
201 struct syscall_args { struct202 u_int code;203 u_int original_code;204 struct sysent *callp;205 register_t args[8];
3763 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()