Searched refs:linux_socket (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/modules/linux64/ |
| H A D | Makefile | 14 linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
|
| /freebsd-13.1/sys/modules/linux/ |
| H A D | Makefile | 19 linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 840 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket() function 2234 return (linux_socket(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/conf/ |
| H A D | files.i386 | 68 compat/linux/linux_socket.c optional compat_linux
|
| H A D | files.amd64 | 455 compat/linux/linux_socket.c optional compat_linux32
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 61 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1411 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 379 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux32_proto.h | 1927 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 379 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1922 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 301 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1415 int linux_socket(struct thread *, struct linux_socket_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 218 …{ .sy_narg = AS(linux_socket_args), .sy_call = (sy_call_t *)linux_socket, .sy_auevent = AUE_SOCKET…
|
| H A D | linux_proto.h | 1351 int linux_socket(struct thread *, struct linux_socket_args *);
|