Searched refs:linux_getppid (Results 1 – 5 of 5) 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, .…
|
/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, .…
|
/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, .…
|
/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, .…
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1496 linux_getppid(struct thread *td, struct linux_getppid_args *args) in linux_getppid() function
|