Searched refs:linux_bind (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 918 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind() function 2236 return (linux_bind(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 69 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1419 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 381 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux32_proto.h | 1929 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 381 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1924 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 302 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1416 int linux_bind(struct thread *, struct linux_bind_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 220 …{ .sy_narg = AS(linux_bind_args), .sy_call = (sy_call_t *)linux_bind, .sy_auevent = AUE_BIND, .sy_…
|
| H A D | linux_proto.h | 1353 int linux_bind(struct thread *, struct linux_bind_args *);
|