Searched refs:linux_select (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 276 return (linux_select(td, &newsel)); in linux_old_select()
|
| H A D | linux_sysent.c | 162 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1635 int linux_select(struct thread *, struct linux_select_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 402 return (linux_select(td, &newsel)); in linux_old_select()
|
| H A D | linux32_sysent.c | 162 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux32_proto.h | 1615 int linux_select(struct thread *, struct linux_select_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 43 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1261 int linux_select(struct thread *, struct linux_select_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 518 linux_select(struct thread *td, struct linux_select_args *args) in linux_select() function
|