Searched refs:dofilewrite (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/sys/ |
| D | file.h | 110 int dofilewrite(struct proc *, int, struct file *, const void *,
|
| /mirbsd/src/sys/kern/ |
| D | sys_generic.c | 307 return (dofilewrite(p, fd, fp, SCARG(uap, buf), SCARG(uap, nbyte), 312 dofilewrite(p, fd, fp, buf, nbyte, offset, retval) in dofilewrite() function
|
| D | vfs_syscalls.c | 2893 return (dofilewrite(p, fd, fp, SCARG(uap, buf), SCARG(uap, nbyte),
|