Searched refs:linux_accept4 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 1106 linux_accept4(struct thread *td, struct linux_accept4_args *args) in linux_accept4() function 2779 return (linux_accept4(td, arg)); in linux_socketcall()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysent.c | 259 …{ .sy_narg = AS(linux_accept4_args), .sy_call = (sy_call_t *)linux_accept4, .sy_auevent = AUE_ACCE…
|
| H A D | linux_proto.h | 1444 int linux_accept4(struct thread *, struct linux_accept4_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 381 …{ .sy_narg = AS(linux_accept4_args), .sy_call = (sy_call_t *)linux_accept4, .sy_auevent = AUE_ACCE…
|
| H A D | linux_proto.h | 2029 int linux_accept4(struct thread *, struct linux_accept4_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 305 …{ .sy_narg = AS(linux_accept4_args), .sy_call = (sy_call_t *)linux_accept4, .sy_auevent = AUE_ACCE…
|
| H A D | linux_proto.h | 1676 int linux_accept4(struct thread *, struct linux_accept4_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 382 …{ .sy_narg = AS(linux_accept4_args), .sy_call = (sy_call_t *)linux_accept4, .sy_auevent = AUE_ACCE…
|
| H A D | linux32_proto.h | 2033 int linux_accept4(struct thread *, struct linux_accept4_args *);
|