Searched refs:linux_socketpair (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 921 linux_socketpair(struct thread *td, struct linux_socketpair_args *args) in linux_socketpair() function 1753 return (linux_socketpair(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 219 …{ AS(linux_socketpair_args), (sy_call_t *)linux_socketpair, AUE_SOCKETPAIR, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1213 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 73 …{ AS(linux_socketpair_args), (sy_call_t *)linux_socketpair, AUE_SOCKETPAIR, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1287 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 380 …{ AS(linux_socketpair_args), (sy_call_t *)linux_socketpair, AUE_SOCKETPAIR, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux32_proto.h | 1796 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 380 …{ AS(linux_socketpair_args), (sy_call_t *)linux_socketpair, AUE_SOCKETPAIR, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1816 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
|