Searched refs:linux_getpid (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 192 …{ 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 172 = linux_getpid …
|
| H A D | linux_proto.h | 1188 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 59 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39 = linux_getpid */
|
| H A D | linux_proto.h | 1273 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 40 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = linux_getpid */
|
| H A D | linux32_proto.h | 1527 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 40 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = linux_getpid */
|
| H A D | linux_proto.h | 1545 int linux_getpid(struct thread *, struct linux_getpid_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1712 linux_getpid(struct thread *td, struct linux_getpid_args *args) in linux_getpid() function
|