Searched refs:sys_write (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1860 return (linux_enobufs2eagain(td, args->fd, sys_write(td, &bargs))); in linux_write()
|
H A D | linux_ioctl.c | 781 return (sys_write(td, &wr)); in linux_ioctl_termio()
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 390 sys_write(struct thread *td, struct write_args *uap) in sys_write() function
|
H A D | init_sysent.c | 73 …{ .sy_narg = AS(write_args), .sy_call = (sy_call_t *)sys_write, .sy_auevent = AUE_WRITE, .sy_flags…
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 74 …{ .sy_narg = AS(write_args), .sy_call = (sy_call_t *)sys_write, .sy_auevent = AUE_WRITE, .sy_flags…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1896 int sys_write(struct thread *, struct write_args *);
|