Searched refs:linux_shmat (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 218 error = linux_shmat(td, &a); in linux_ipc()
|
| H A D | linux_sysent.c | 417 …{ AS(linux_shmat_args), (sy_call_t *)linux_shmat, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 397…
|
| H A D | linux_proto.h | 1847 int linux_shmat(struct thread *, struct linux_shmat_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 344 error = linux_shmat(td, &a); in linux_ipc()
|
| H A D | linux32_sysent.c | 417 …{ AS(linux_shmat_args), (sy_call_t *)linux_shmat, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 397…
|
| H A D | linux32_proto.h | 1827 int linux_shmat(struct thread *, struct linux_shmat_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_ipc.c | 781 linux_shmat(struct thread *td, struct linux_shmat_args *args) in linux_shmat() function
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 216 …{ AS(linux_shmat_args), (sy_call_t *)linux_shmat, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 196…
|
| H A D | linux_proto.h | 1210 int linux_shmat(struct thread *, struct linux_shmat_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 50 …{ AS(linux_shmat_args), (sy_call_t *)linux_shmat, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 30 …
|
| H A D | linux_proto.h | 1266 int linux_shmat(struct thread *, struct linux_shmat_args *);
|