Searched refs:linux_exit_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_fork.c410 linux_exit(struct thread *td, struct linux_exit_args *args)
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c80 { AS(linux_exit_args), (sy_call_t *)linux_exit, AUE_EXIT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 60 = linux_exit */
H A Dlinux_proto.h283 struct linux_exit_args { struct
1293 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux_systrace_args.c540 struct linux_exit_args *p = params;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c22 { AS(linux_exit_args), (sy_call_t *)linux_exit, AUE_EXIT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1 = linux_exit */
H A Dlinux32_proto.h37 struct linux_exit_args { struct
1511 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux32_systrace_args.c17 struct linux_exit_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c21 { AS(linux_exit_args), (sy_call_t *)linux_exit, AUE_EXIT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1 = linux_exit */
H A Dlinux_proto.h37 struct linux_exit_args { struct
1529 int linux_exit(struct thread *, struct linux_exit_args *);
H A Dlinux_systrace_args.c17 struct linux_exit_args *p = params;

Completed in 287 milliseconds