Searched refs:freebsd32_select (Results 1 – 3 of 3) sorted by relevance
720 int freebsd32_select(struct thread *, struct freebsd32_select_args *);
163 …{ .sy_narg = AS(freebsd32_select_args), .sy_call = (sy_call_t *)freebsd32_select, .sy_auevent = AU…
657 freebsd32_select(struct thread *td, struct freebsd32_select_args *uap) in freebsd32_select() function