| /f-stack/freebsd/kern/ |
| H A D | kern_ctf.c | 114 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, hdr, sizeof(*hdr), 136 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, (caddr_t)shdr, nbytes, 158 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, shstrtab, 177 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, ctf_hdr, sizeof(ctf_hdr), 240 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw,
|
| H A D | link_elf_obj.c | 696 error = vn_rdwr(UIO_READ, nd->ni_vp, (void *)hdr, sizeof(*hdr), 0, in link_elf_load_file() 753 error = vn_rdwr(UIO_READ, nd->ni_vp, (caddr_t)shdr, nbytes, in link_elf_load_file() 841 error = vn_rdwr(UIO_READ, nd->ni_vp, (void *)ef->ddbsymtab, in link_elf_load_file() 855 error = vn_rdwr(UIO_READ, nd->ni_vp, ef->ddbstrtab, in link_elf_load_file() 874 error = vn_rdwr(UIO_READ, nd->ni_vp, ef->shstrtab, in link_elf_load_file() 1035 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file() 1078 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file() 1099 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file()
|
| H A D | link_elf.c | 1003 error = vn_rdwr(UIO_READ, nd.ni_vp, firstpage, PAGE_SIZE, 0, in link_elf_load_file() 1166 error = vn_rdwr(UIO_READ, nd.ni_vp, in link_elf_load_file() 1247 error = vn_rdwr(UIO_READ, nd.ni_vp, in link_elf_load_file() 1260 error = vn_rdwr(UIO_READ, nd.ni_vp, (caddr_t)shstrs, nbytes, in link_elf_load_file() 1288 error = vn_rdwr(UIO_READ, nd.ni_vp, in link_elf_load_file() 1294 error = vn_rdwr(UIO_READ, nd.ni_vp, in link_elf_load_file()
|
| H A D | kern_acct.c | 446 ret = vn_rdwr(UIO_WRITE, acct_vp, (caddr_t)&acct, sizeof (acct), in acct_process()
|
| H A D | vfs_vnops.c | 557 vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base, int len, off_t offset, in vn_rdwr() function 688 error = vn_rdwr(rw, vp, base, chunk, offset, segflg, in vn_rdwr_inchunks() 3018 error = vn_rdwr(UIO_WRITE, outvp, dat, xfer2, in vn_write_outvp() 3238 error = vn_rdwr(UIO_READ, invp, dat, xfer, in vn_generic_copy_file_range()
|
| H A D | vfs_mountroot.c | 958 error = vn_rdwr(UIO_READ, nd.ni_vp, buf, len, ofs, in vfs_mountroot_readconf()
|
| H A D | imgact_elf.c | 998 error = vn_rdwr(UIO_READ, imgp->vp, interp, in __elfN() 2646 error = vn_rdwr(UIO_READ, imgp->vp, buf, pnote->p_filesz, in __elfN()
|
| H A D | kern_linker.c | 1875 error = vn_rdwr(UIO_READ, nd.ni_vp, (caddr_t)hints, vattr.va_size, 0, in linker_hints_lookup()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-rw.m4 | 4 dnl # the offset as a pointer which is needed by vn_rdwr(). 34 dnl # the offset as a pointer which is needed by vn_rdwr().
|
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 75 vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base, in vn_rdwr() function
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 140 int vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base,
|
| /f-stack/freebsd/i386/linux/ |
| H A D | imgact_linux.c | 147 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset, in exec_linux_imgact()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_worker.c | 269 error = vn_rdwr(UIO_WRITE, vp, data, len, (off_t)0, UIO_SYSSPACE, in audit_record_write()
|
| /f-stack/freebsd/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 280 rc = vn_rdwr( in read_manifest()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 752 int vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 658 error = vn_rdwr(UIO_WRITE, ZTOV(zp), __DECONST(void *, data), len, pos, in zfs_write_simple()
|