Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c93 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 73 …
H A Dlinux_proto.h1110 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c291 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271…
H A Dlinux_proto.h1449 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c329 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
H A Dlinux32_proto.h1745 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c329 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
H A Dlinux_proto.h1765 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2356 linux_ppoll(struct thread *td, struct linux_ppoll_args *args) in linux_ppoll() function