Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_xxx.c52 ogethostname(struct thread *td, struct ogethostname_args *uap) in ogethostname()
H A Dinit_sysent.c150 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
/freebsd-14.2/sys/sys/
H A Dsysproto.h2340 struct ogethostname_args { struct
2455 int ogethostname(struct thread *, struct ogethostname_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c151 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…