Home
last modified time | relevance | path

Searched refs:linux_waitpid (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/i386/linux/
HDlinux_sysent.c28 …{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /…
HDlinux_proto.h1183 int linux_waitpid(struct thread *, struct linux_waitpid_args *);
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c29 …{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /…
HDlinux32_proto.h1165 int linux_waitpid(struct thread *, struct linux_waitpid_args *);
/NextBSD/sys/compat/linux/
HDlinux_misc.c983 linux_waitpid(struct thread *td, struct linux_waitpid_args *args) in linux_waitpid() function