Searched refs:linux_connect (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_socket.c | 767 linux_connect(struct thread *td, struct linux_connect_args *args) in linux_connect() function 1746 return (linux_connect(td, arg)); in linux_socketcall()
|
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux_sysent.c | 382 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux_proto.h | 1817 int linux_connect(struct thread *, struct linux_connect_args *);
|
| /freebsd-11-stable/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 383 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux32_proto.h | 1797 int linux_connect(struct thread *, struct linux_connect_args *);
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux_sysent.c | 62 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux_proto.h | 1275 int linux_connect(struct thread *, struct linux_connect_args *);
|