Searched refs:linux_ppoll (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 292 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271…
|
| HD | linux_proto.h | 1330 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /NextBSD/sys/i386/linux/ |
| HD | linux_sysent.c | 330 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
|
| HD | linux_proto.h | 1419 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 331 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
|
| HD | linux32_proto.h | 1399 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 2304 linux_ppoll(struct thread *td, struct linux_ppoll_args *args) in linux_ppoll() function
|