Home
last modified time | relevance | path

Searched refs:compat_43_sys_gethostname_args (Results 1 – 14 of 14) sorted by relevance

/netbsd/sys/compat/ultrix/
H A Dultrix_syscallargs.h191 struct compat_43_sys_gethostname_args;
555 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
H A Dultrix_sysent.c368 ns(struct compat_43_sys_gethostname_args),
/netbsd/sys/compat/sunos/
H A Dsunos_syscallargs.h206 struct compat_43_sys_gethostname_args;
584 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
H A Dsunos_sysent.c381 ns(struct compat_43_sys_gethostname_args),
/netbsd/sys/compat/common/
H A Dkern_info_43.c108 compat_43_sys_gethostname(struct lwp *l, const struct compat_43_sys_gethostname_args *uap, register… in compat_43_sys_gethostname()
/netbsd/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h192 struct compat_43_sys_gethostname_args;
770 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
H A Dfreebsd_sysent.c420 ns(struct compat_43_sys_gethostname_args),
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h227 struct compat_43_sys_gethostname_args;
874 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
H A Daoutm68k_sysent.c516 ns(struct compat_43_sys_gethostname_args),
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h198 struct compat_43_sys_gethostname_args;
1414 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
H A Dlinux_sysent.c372 ns(struct compat_43_sys_gethostname_args),
/netbsd/sys/sys/
H A Dsyscallargs.h528 struct compat_43_sys_gethostname_args { struct
3570 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
/netbsd/sys/kern/
H A Dinit_sysent.c522 ns(struct compat_43_sys_gethostname_args),
H A Dsystrace_args.c639 const struct compat_43_sys_gethostname_args *p = params; in systrace_args()