Home
last modified time | relevance | path

Searched refs:sys_write (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_file.c1860 return (linux_enobufs2eagain(td, args->fd, sys_write(td, &bargs))); in linux_write()
H A Dlinux_ioctl.c781 return (sys_write(td, &wr)); in linux_ioctl_termio()
/freebsd/sys/kern/
H A Dsys_generic.c390 sys_write(struct thread *td, struct write_args *uap) in sys_write() function
H A Dinit_sysent.c73 …{ .sy_narg = AS(write_args), .sy_call = (sy_call_t *)sys_write, .sy_auevent = AUE_WRITE, .sy_flags…
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c74 …{ .sy_narg = AS(write_args), .sy_call = (sy_call_t *)sys_write, .sy_auevent = AUE_WRITE, .sy_flags…
/freebsd/sys/sys/
H A Dsysproto.h1896 int sys_write(struct thread *, struct write_args *);