Searched refs:linux_socketcall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 122 …{ AS(linux_socketcall_args), (sy_call_t *)linux_socketcall, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC…
|
| H A D | linux32_proto.h | 1584 int linux_socketcall(struct thread *, struct linux_socketcall_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 122 …{ AS(linux_socketcall_args), (sy_call_t *)linux_socketcall, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC…
|
| H A D | linux_proto.h | 1602 int linux_socketcall(struct thread *, struct linux_socketcall_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1715 linux_socketcall(struct thread *td, struct linux_socketcall_args *args) in linux_socketcall() function
|