Searched refs:linux_ppoll (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 93 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 73 …
|
| H A D | linux_proto.h | 1110 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 291 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271…
|
| H A D | linux_proto.h | 1449 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 329 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
|
| H A D | linux32_proto.h | 1745 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 329 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
|
| H A D | linux_proto.h | 1765 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 2356 linux_ppoll(struct thread *td, struct linux_ppoll_args *args) in linux_ppoll() function
|