Searched refs:linux_bind (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 749 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind() function 1741 return (linux_bind(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 220 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 =…
|
| H A D | linux_proto.h | 1214 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 69 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49 = …
|
| H A D | linux_proto.h | 1283 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 381 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 361 =…
|
| H A D | linux32_proto.h | 1797 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 381 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 361 =…
|
| H A D | linux_proto.h | 1817 int linux_bind(struct thread *, struct linux_bind_args *);
|