Searched refs:linux_getsockopt (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dlinux_socket.c2251 linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args) function
2737 return (linux_getsockopt(td, arg));
/freebsd-current/sys/i386/linux/
H A Dlinux_sysent.c382 { .sy_narg = AS(linux_getsockopt_args), .sy_call = (sy_call_t *)linux_getsockopt, .sy_auevent = AUE_GETSOCKOPT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 365 = linux_getsockopt */
H A Dlinux_proto.h2027 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_sysent.c383 { .sy_narg = AS(linux_getsockopt_args), .sy_call = (sy_call_t *)linux_getsockopt, .sy_auevent = AUE_GETSOCKOPT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 365 = linux_getsockopt */
H A Dlinux32_proto.h2031 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysent.c72 { .sy_narg = AS(linux_getsockopt_args), .sy_call = (sy_call_t *)linux_getsockopt, .sy_auevent = AUE_GETSOCKOPT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 55 = linux_getsockopt */
H A Dlinux_proto.h1488 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
/freebsd-current/sys/arm64/linux/
H A Dlinux_sysent.c226 { .sy_narg = AS(linux_getsockopt_args), .sy_call = (sy_call_t *)linux_getsockopt, .sy_auevent = AUE_GETSOCKOPT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 209 = linux_getsockopt */
H A Dlinux_proto.h1415 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);

Completed in 431 milliseconds