Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDproc.h203 struct syscall_args { struct
204 u_int code;
205 u_int original_code;
206 struct sysent *callp;
207 register_t args[8];
/freebsd-14-stable/sys/dev/hwpmc/
HDhwpmc_mod.c3764 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()