Searched refs:linux_select_args (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c378 struct linux_select_args newsel;
H A Dlinux32_sysent.c163 { AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 142 = linux_select */
H A Dlinux32_proto.h443 struct linux_select_args { struct
1614 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux32_systrace_args.c943 struct linux_select_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c256 struct linux_select_args newsel;
H A Dlinux_sysent.c162 { AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 142 = linux_select */
H A Dlinux_proto.h451 struct linux_select_args { struct
1634 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_systrace_args.c981 struct linux_select_args *p = params;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c43 { AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 23 = linux_select */
H A Dlinux_proto.h114 struct linux_select_args { struct
1260 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_systrace_args.c218 struct linux_select_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c500 linux_select(struct thread *td, struct linux_select_args *args)

Completed in 591 milliseconds