Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c220 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 =…
H A Dlinux_proto.h718 struct linux_bind_args { struct
1214 int linux_bind(struct thread *, struct linux_bind_args *);
H A Dlinux_systrace_args.c1491 struct linux_bind_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c69 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49 = …
H A Dlinux_proto.h227 struct linux_bind_args { struct
1283 int linux_bind(struct thread *, struct linux_bind_args *);
H A Dlinux_systrace_args.c443 struct linux_bind_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c381 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 361 =…
H A Dlinux32_proto.h1245 struct linux_bind_args { struct
1797 int linux_bind(struct thread *, struct linux_bind_args *);
H A Dlinux32_systrace_args.c2502 struct linux_bind_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c381 …{ AS(linux_bind_args), (sy_call_t *)linux_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 361 =…
H A Dlinux_proto.h1263 struct linux_bind_args { struct
1817 int linux_bind(struct thread *, struct linux_bind_args *);
H A Dlinux_systrace_args.c2578 struct linux_bind_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_socket.c749 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind()