Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/linux/
H A Dlinux_sysent.c112 { .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 95 = linux_waitid */
H A Dlinux_proto.h1322 int linux_waitid(struct thread *, struct linux_waitid_args *);
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_sysent.c302 { .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
H A Dlinux32_proto.h1951 int linux_waitid(struct thread *, struct linux_waitid_args *);
/freebsd-src/sys/amd64/linux/
H A Dlinux_sysent.c264 { .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 247 = linux_waitid */
H A Dlinux_proto.h1632 int linux_waitid(struct thread *, struct linux_waitid_args *);
/freebsd-src/sys/i386/linux/
H A Dlinux_sysent.c301 { .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
H A Dlinux_proto.h1947 int linux_waitid(struct thread *, struct linux_waitid_args *);
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c819 linux_waitid(struct thread *td, struct linux_waitid_args *args) in linux_waitid() function