Searched refs:linux_connect (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 767 linux_connect(struct thread *td, struct linux_connect_args *args) in linux_connect() function 1743 return (linux_connect(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 223 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux_proto.h | 1217 int linux_connect(struct thread *, struct linux_connect_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 62 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux_proto.h | 1276 int linux_connect(struct thread *, struct linux_connect_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 382 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux32_proto.h | 1798 int linux_connect(struct thread *, struct linux_connect_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 382 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux_proto.h | 1818 int linux_connect(struct thread *, struct linux_connect_args *);
|