Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h883 struct ofreebsd32_sethostid_args { struct
905 int ofreebsd32_sethostid(struct thread *, struct ofreebsd32_sethostid_args *); argument
H A Dfreebsd32_sysent.c213 …{ compat(AS(ofreebsd32_sethostid_args),freebsd32_sethostid), .sy_auevent = AUE_SYSCTL, .sy_flags =…
H A Dfreebsd32_misc.c4169 ofreebsd32_sethostid(struct thread *td, struct ofreebsd32_sethostid_args *uap) in ofreebsd32_sethostid()