Home
last modified time | relevance | path

Searched refs:linux_select (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_machdep.c265 return (linux_select(td, &newsel)); in linux_old_select()
H A Dlinux32_sysent.c160 …{ .sy_narg = AS(linux_select_args), .sy_call = (sy_call_t *)linux_select, .sy_auevent = AUE_SELECT…
H A Dlinux32_proto.h1842 int linux_select(struct thread *, struct linux_select_args *);
/freebsd-14.2/sys/i386/linux/
H A Dlinux_machdep.c249 return (linux_select(td, &newsel)); in linux_old_select()
H A Dlinux_sysent.c159 …{ .sy_narg = AS(linux_select_args), .sy_call = (sy_call_t *)linux_select, .sy_auevent = AUE_SELECT…
H A Dlinux_proto.h1837 int linux_select(struct thread *, struct linux_select_args *);
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c234 linux_select(struct thread *td, struct linux_select_args *args) in linux_select() function
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_sysent.c40 …{ .sy_narg = AS(linux_select_args), .sy_call = (sy_call_t *)linux_select, .sy_auevent = AUE_SELECT…
H A Dlinux_proto.h1459 int linux_select(struct thread *, struct linux_select_args *);