Searched refs:linux_writev (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1866 linux_writev(struct thread *td, struct linux_writev_args *args) in linux_writev() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 83 …{ .sy_narg = AS(linux_writev_args), .sy_call = (sy_call_t *)linux_writev, .sy_auevent = AUE_WRITEV…
|
H A D | linux_proto.h | 1299 int linux_writev(struct thread *, struct linux_writev_args *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 163 …{ .sy_narg = AS(linux_writev_args), .sy_call = (sy_call_t *)linux_writev, .sy_auevent = AUE_WRITEV…
|
H A D | linux_proto.h | 1842 int linux_writev(struct thread *, struct linux_writev_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 37 …{ .sy_narg = AS(linux_writev_args), .sy_call = (sy_call_t *)linux_writev, .sy_auevent = AUE_WRITEV…
|
H A D | linux_proto.h | 1459 int linux_writev(struct thread *, struct linux_writev_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 164 …{ .sy_narg = AS(linux_writev_args), .sy_call = (sy_call_t *)linux_writev, .sy_auevent = AUE_WRITEV…
|
H A D | linux32_proto.h | 1848 int linux_writev(struct thread *, struct linux_writev_args *);
|