Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dproc.h201 struct syscall_args { struct
202 codesyscall_args global() argument
203 original_codesyscall_args global() argument
204 callpsyscall_args global() argument
205 argssyscall_args global() argument
/freebsd-src/sys/dev/hwpmc/
H A Dhwpmc_mod.c3763 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()