Searched refs:linux_select (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/i386/linux/
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.h1634 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_machdep.c273 return (linux_select(td, &newsel));
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c500 linux_select(struct thread *td, struct linux_select_args *args) function
/freebsd-11-stable/sys/amd64/linux32/
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.h1614 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux32_machdep.c395 return (linux_select(td, &newsel));
/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.h1260 int linux_select(struct thread *, struct linux_select_args *);

Completed in 169 milliseconds