Searched refs:linux_socket (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/modules/linux64/ |
| H A D | Makefile | 22 linux_socket.c \
|
| /freebsd-14.2/sys/modules/linux/ |
| H A D | Makefile | 26 linux_socket.c \
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 876 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket() function 2708 return (linux_socket(td, arg)); in linux_socketcall()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 215 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1404 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 376 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 2021 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 58 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1474 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 377 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux32_proto.h | 2025 int linux_socket(struct thread *, struct linux_socket_args *);
|