Home
last modified time | relevance | path

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

/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h733 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.c2694 freebsd32___sysctl(struct thread *td, struct freebsd32___sysctl_args *uap) in freebsd32___sysctl() function