Home
last modified time | relevance | path

Searched refs:freebsd32_procctl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h802 int freebsd32_procctl(struct thread *, struct freebsd32_procctl_args *);
H A Dfreebsd32_sysent.c614 …{ .sy_narg = AS(freebsd32_procctl_args), .sy_call = (sy_call_t *)freebsd32_procctl, .sy_auevent = …
H A Dfreebsd32_misc.c3897 freebsd32_procctl(struct thread *td, struct freebsd32_procctl_args *uap) in freebsd32_procctl() function