Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c193 …{ 0, (sy_call_t *)linux_getppid, AUE_GETPPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 173 = linux_getpp…
H A Dlinux_proto.h1189 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c130 …{ 0, (sy_call_t *)linux_getppid, AUE_GETPPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 110 = linux_getpp…
H A Dlinux_proto.h1331 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c84 …{ 0, (sy_call_t *)linux_getppid, AUE_GETPPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 64 = linux_getppi…
H A Dlinux32_proto.h1556 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c84 …{ 0, (sy_call_t *)linux_getppid, AUE_GETPPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 64 = linux_getppi…
H A Dlinux_proto.h1575 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1744 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid() function