Home
last modified time | relevance | path

Searched refs:freebsd32_procctl_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h592 struct freebsd32_procctl_args { struct
797 int freebsd32_procctl(struct thread *, struct freebsd32_procctl_args *);
H A Dfreebsd32_sysent.c608 …{ .sy_narg = AS(freebsd32_procctl_args), .sy_call = (sy_call_t *)freebsd32_procctl, .sy_auevent = …
H A Dfreebsd32_misc.c3837 freebsd32_procctl(struct thread *td, struct freebsd32_procctl_args *uap) in freebsd32_procctl()
H A Dfreebsd32_systrace_args.c2968 struct freebsd32_procctl_args *p = params; in systrace_args()