Home
last modified time | relevance | path

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

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c190 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
H A Dlinux_proto.h1386 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c81 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
H A Dlinux_proto.h1781 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c127 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
H A Dlinux_proto.h1533 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c82 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
H A Dlinux32_proto.h1787 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1474 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid() function