Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_module.c499 freebsd32_modstat(struct thread *td, struct freebsd32_modstat_args *uap) in freebsd32_modstat()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h269 struct freebsd32_modstat_args { struct
747 int freebsd32_modstat(struct thread *, struct freebsd32_modstat_args *);
H A Dfreebsd32_sysent.c371 …{ .sy_narg = AS(freebsd32_modstat_args), .sy_call = (sy_call_t *)freebsd32_modstat, .sy_auevent = …
H A Dfreebsd32_systrace_args.c1342 struct freebsd32_modstat_args *p = params; in systrace_args()