Searched refs:linux_getppid (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 190 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
|
H A D | linux_proto.h | 1385 int linux_getppid(struct thread *, struct linux_getppid_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1476 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 81 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
|
H A D | linux_proto.h | 1780 int linux_getppid(struct thread *, struct linux_getppid_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 127 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
|
H A D | linux_proto.h | 1532 int linux_getppid(struct thread *, struct linux_getppid_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 82 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getppid, .sy_auevent = AUE_GETPPID, .sy_flags = 0, .…
|
H A D | linux32_proto.h | 1786 int linux_getppid(struct thread *, struct linux_getppid_args *);
|