Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_xxx.c49 ogethostname(struct thread *td, struct ogethostname_args *uap) in ogethostname()
HDinit_sysent.c156 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
/freebsd-head/sys/sys/
HDsysproto.h2337 struct ogethostname_args { struct
2452 int ogethostname(struct thread *, struct ogethostname_args *);
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32_sysent.c157 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…