Home
last modified time | relevance | path

Searched refs:linux_bind_args (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.h160 struct linux_bind_args { struct
252 int linux_bind(struct thread *td, struct linux_bind_args *args);
Dlinux_socket.c755 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind()
/freebsd-10-stable/sys/amd64/linux/
Dlinux_sysent.c69 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49 = …
Dlinux_proto.h226 struct linux_bind_args { struct
1151 int linux_bind(struct thread *, struct linux_bind_args *);
Dlinux_systrace_args.c443 struct linux_bind_args *p = params; in systrace_args()