Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_proto.h877 struct ofreebsd32_sethostid_args { struct
899 int ofreebsd32_sethostid(struct thread *, struct ofreebsd32_sethostid_args *); argument
H A Dfreebsd32_sysent.c207 …{ compat(AS(ofreebsd32_sethostid_args),freebsd32_sethostid), .sy_auevent = AUE_SYSCTL, .sy_flags =…
H A Dfreebsd32_misc.c4164 ofreebsd32_sethostid(struct thread *td, struct ofreebsd32_sethostid_args *uap) in ofreebsd32_sethostid()