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