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

/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_machdep.c392 struct linux_select_args newsel;
H A Dlinux32_proto.h447 struct linux_select_args { struct
1212 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux32_sysent.c164 { AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 142 = linux_select */
H A Dlinux32_systrace_args.c953 struct linux_select_args *p = params;
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_machdep.c283 struct linux_select_args newsel;
H A Dlinux_proto.h455 struct linux_select_args { struct
1228 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_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 Dlinux_systrace_args.c991 struct linux_select_args *p = params;
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_misc.c480 linux_select(struct thread *td, struct linux_select_args *args)

Completed in 259 milliseconds