Searched refs:linux_bind_args (Results 1 – 13 of 13) sorted by relevance
| /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 | 718 struct linux_bind_args { struct 1214 int linux_bind(struct thread *, struct linux_bind_args *);
|
| H A D | linux_systrace_args.c | 1491 struct linux_bind_args *p = params; in systrace_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 | 227 struct linux_bind_args { struct 1283 int linux_bind(struct thread *, struct linux_bind_args *);
|
| H A D | linux_systrace_args.c | 443 struct linux_bind_args *p = params; in systrace_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 | 1245 struct linux_bind_args { struct 1797 int linux_bind(struct thread *, struct linux_bind_args *);
|
| H A D | linux32_systrace_args.c | 2502 struct linux_bind_args *p = params; in systrace_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 | 1263 struct linux_bind_args { struct 1817 int linux_bind(struct thread *, struct linux_bind_args *);
|
| H A D | linux_systrace_args.c | 2578 struct linux_bind_args *p = params; in systrace_args()
|
| /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()
|