Searched refs:linux_msgsnd (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 168 return (linux_msgsnd(td, &a)); in linux_ipc()
|
| H A D | linux_sysent.c | 420 …{ .sy_narg = AS(linux_msgsnd_args), .sy_call = (sy_call_t *)linux_msgsnd, .sy_auevent = AUE_NULL, …
|
| H A D | linux_proto.h | 1957 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 291 return (linux_msgsnd(td, &a)); in linux_ipc()
|
| H A D | linux32_sysent.c | 420 …{ .sy_narg = AS(linux_msgsnd_args), .sy_call = (sy_call_t *)linux_msgsnd, .sy_auevent = AUE_NULL, …
|
| H A D | linux32_proto.h | 1962 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_ipc.c | 651 linux_msgsnd(struct thread *td, struct linux_msgsnd_args *args) in linux_msgsnd() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 89 …{ .sy_narg = AS(linux_msgsnd_args), .sy_call = (sy_call_t *)linux_msgsnd, .sy_auevent = AUE_NULL, …
|
| H A D | linux_proto.h | 1439 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 321 …{ .sy_narg = AS(linux_msgsnd_args), .sy_call = (sy_call_t *)linux_msgsnd, .sy_auevent = AUE_NULL, …
|
| H A D | linux_proto.h | 1435 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 209 …{ .sy_narg = AS(linux_msgsnd_args), .sy_call = (sy_call_t *)linux_msgsnd, .sy_auevent = AUE_NULL, …
|
| H A D | linux_proto.h | 1342 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
|