Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/linux/
HDlinux_sysent.c292 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271…
HDlinux_proto.h1330 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/NextBSD/sys/i386/linux/
HDlinux_sysent.c330 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
HDlinux_proto.h1419 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c331 …{ AS(linux_ppoll_args), (sy_call_t *)linux_ppoll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309…
HDlinux32_proto.h1399 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
/NextBSD/sys/compat/linux/
HDlinux_misc.c2304 linux_ppoll(struct thread *td, struct linux_ppoll_args *args) in linux_ppoll() function