Home
last modified time | relevance | path

Searched refs:linux_exit_args (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_fork.c475 linux_exit(struct thread *td, struct linux_exit_args *args) in linux_exit()
/freebsd/sys/arm64/linux/
H A Dlinux_proto.h402 struct linux_exit_args { struct
1320 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux_sysent.c110 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
H A Dlinux_systrace_args.c743 struct linux_exit_args *p = params; in systrace_args()
/freebsd/sys/amd64/linux/
H A Dlinux_proto.h302 struct linux_exit_args { struct
1493 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux_sysent.c77 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
H A Dlinux_systrace_args.c539 struct linux_exit_args *p = params; in systrace_args()
/freebsd/sys/i386/linux/
H A Dlinux_proto.h36 struct linux_exit_args { struct
1732 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux_sysent.c18 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
H A Dlinux_systrace_args.c16 struct linux_exit_args *p = params; in systrace_args()
/freebsd/sys/amd64/linux32/
H A Dlinux32_proto.h36 struct linux_exit_args { struct
1738 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux32_sysent.c19 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
H A Dlinux32_systrace_args.c16 struct linux_exit_args *p = params; in systrace_args()