Searched refs:linux_bind_args (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_socket.h | 160 struct linux_bind_args { struct 252 int linux_bind(struct thread *td, struct linux_bind_args *args);
|
| D | linux_socket.c | 755 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 69 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49 = …
|
| D | linux_proto.h | 226 struct linux_bind_args { struct 1151 int linux_bind(struct thread *, struct linux_bind_args *);
|
| D | linux_systrace_args.c | 443 struct linux_bind_args *p = params; in systrace_args()
|