Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm64/linux/
H A Dlinux_proto.h664 struct linux_getppid_args { struct
1382 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_proto.h454 struct linux_getppid_args { struct
1529 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-14.2/sys/i386/linux/
H A Dlinux_proto.h208 struct linux_getppid_args { struct
1777 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_proto.h208 struct linux_getppid_args { struct
1783 int linux_getppid(struct thread *, struct linux_getppid_args *);
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c1478 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid()