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

/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.c392 struct linux_select_args newsel;
H A Dlinux32_proto.h445 struct linux_select_args { struct
1206 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-9.3-release/sys/i386/linux/
H A Dlinux_machdep.c283 struct linux_select_args newsel;
H A Dlinux_proto.h453 struct linux_select_args { struct
1227 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-9.3-release/sys/compat/linux/
H A Dlinux_misc.c484 linux_select(struct thread *td, struct linux_select_args *args)

Completed in 196 milliseconds