Home
last modified time | relevance | path

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

/src/sys/arm64/linux/
H A Dlinux_proto.h667 struct linux_getppid_args { struct
1385 int linux_getppid(struct thread *, struct linux_getppid_args *);
/src/sys/amd64/linux/
H A Dlinux_proto.h454 struct linux_getppid_args { struct
1532 int linux_getppid(struct thread *, struct linux_getppid_args *);
/src/sys/i386/linux/
H A Dlinux_proto.h208 struct linux_getppid_args { struct
1780 int linux_getppid(struct thread *, struct linux_getppid_args *);
/src/sys/amd64/linux32/
H A Dlinux32_proto.h208 struct linux_getppid_args { struct
1786 int linux_getppid(struct thread *, struct linux_getppid_args *);
/src/sys/compat/linux/
H A Dlinux_misc.c1473 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid()