Searched refs:linux_socket (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/modules/linux64/ |
H A D | Makefile | 21 linux_socket.c \
|
/freebsd/sys/modules/linux/ |
H A D | Makefile | 25 linux_socket.c \
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 877 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket() function 2717 return (linux_socket(td, arg)); in linux_socketcall()
|
/freebsd/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 | 1407 int linux_socket(struct thread *, struct linux_socket_args *);
|
/freebsd/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 | 2024 int linux_socket(struct thread *, struct linux_socket_args *);
|
/freebsd/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 | 1477 int linux_socket(struct thread *, struct linux_socket_args *);
|
/freebsd/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 | 2028 int linux_socket(struct thread *, struct linux_socket_args *);
|