Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_proto.h615 struct linux_getppid_args { struct
1189 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_proto.h441 struct linux_getppid_args { struct
1331 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_proto.h205 struct linux_getppid_args { struct
1556 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_proto.h209 struct linux_getppid_args { struct
1575 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()