Searched refs:ogethostname_args (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_xxx.c | 49 ogethostname(struct thread *td, struct ogethostname_args *uap) in ogethostname()
|
H A D | init_sysent.c | 156 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2337 struct ogethostname_args { struct 2452 int ogethostname(struct thread *, struct ogethostname_args *);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 157 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
|