Searched refs:linux_getpid (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 189 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getpid, .sy_auevent = AUE_GETPID, .sy_flags = 0, .sy…
|
| H A D | linux_proto.h | 1381 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_misc.c | 1456 linux_getpid(struct thread *td, struct linux_getpid_args *args) in linux_getpid() function
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 37 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getpid, .sy_auevent = AUE_GETPID, .sy_flags = 0, .sy…
|
| H A D | linux_proto.h | 1748 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 56 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getpid, .sy_auevent = AUE_GETPID, .sy_flags = 0, .sy…
|
| H A D | linux_proto.h | 1472 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 38 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getpid, .sy_auevent = AUE_GETPID, .sy_flags = 0, .sy…
|
| H A D | linux32_proto.h | 1754 int linux_getpid(struct thread *, struct linux_getpid_args *);
|