Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h159 struct freebsd32___sysctl_args { struct
726 int freebsd32___sysctl(struct thread *, struct freebsd32___sysctl_args *);
H A Dfreebsd32_sysent.c272 …{ .sy_narg = AS(freebsd32___sysctl_args), .sy_call = (sy_call_t *)freebsd32___sysctl, .sy_auevent …
H A Dfreebsd32_misc.c2653 freebsd32___sysctl(struct thread *td, struct freebsd32___sysctl_args *uap) in freebsd32___sysctl()
H A Dfreebsd32_systrace_args.c934 struct freebsd32___sysctl_args *p = params; in systrace_args()