Searched refs:linux_bind (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 954 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind() function 2710 return (linux_bind(td, arg)); in linux_socketcall()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 217 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1406 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 378 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 2023 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 66 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1482 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 379 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux32_proto.h | 2027 int linux_bind(struct thread *, struct linux_bind_args *);
|