Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_xxx.c49 ogethostname(struct thread *td, struct ogethostname_args *uap) in ogethostname()
H A Dinit_sysent.c156 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
/freebsd/sys/sys/
H A Dsysproto.h2337 struct ogethostname_args { struct
2452 int ogethostname(struct thread *, struct ogethostname_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c157 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…