| /freebsd/sys/i386/i386/ |
| H A D | uio_machdep.c | 67 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 98 case UIO_READ: in uiomove_fromphys() 113 case UIO_READ: in uiomove_fromphys()
|
| H A D | mem.c | 93 uio->uio_rw == UIO_READ ? VM_PROT_READ : VM_PROT_WRITE)) in memrw()
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | uio_machdep.c | 71 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 104 case UIO_READ: in uiomove_fromphys() 118 case UIO_READ: in uiomove_fromphys()
|
| /freebsd/sys/arm/arm/ |
| H A D | uio_machdep.c | 68 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 98 case UIO_READ: in uiomove_fromphys() 112 case UIO_READ: in uiomove_fromphys()
|
| H A D | mem.c | 143 uio->uio_rw == UIO_READ ? in memrw()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | uio_machdep.c | 65 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 99 case UIO_READ: in uiomove_fromphys() 111 case UIO_READ: in uiomove_fromphys()
|
| H A D | mem.c | 83 case UIO_READ: in memrw()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | uio_machdep.c | 67 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 101 case UIO_READ: in uiomove_fromphys() 113 case UIO_READ: in uiomove_fromphys()
|
| H A D | mem.c | 115 case UIO_READ: in memrw()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | uio_machdep.c | 65 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_fromphys() 99 case UIO_READ: in uiomove_fromphys() 111 case UIO_READ: in uiomove_fromphys()
|
| H A D | mem.c | 84 case UIO_READ: in memrw()
|
| /freebsd/sys/kern/ |
| H A D | kern_physio.c | 106 if (uio->uio_rw == UIO_READ) in physio() 114 case UIO_READ: in physio() 132 case UIO_READ: in physio() 174 if (uio->uio_rw == UIO_READ) in physio()
|
| H A D | kern_ctf.c | 114 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, hdr, sizeof(*hdr), in link_elf_ctf_get() 136 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, (caddr_t)shdr, nbytes, in link_elf_ctf_get() 161 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, shstrtab, in link_elf_ctf_get() 182 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, &cth, sizeof(cth), in link_elf_ctf_get() 242 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, in link_elf_ctf_get()
|
| H A D | subr_uio.c | 129 uio.uio_rw = UIO_READ; in physcopyout() 212 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in uiomove_faultflag() 253 case UIO_READ: in uiomove_faultflag() 266 case UIO_READ: in uiomove_faultflag()
|
| H A D | sys_getrandom.c | 106 auio.uio_rw = UIO_READ; in kern_getrandom()
|
| H A D | vfs_vnops.c | 686 if (rw == UIO_READ) { in vn_rdwr() 713 if (rw == UIO_READ) in vn_rdwr() 732 } else if (rw == UIO_READ) { in vn_rdwr() 783 if (rw != UIO_READ && vp->v_type == VREG) in vn_rdwr_inchunks() 884 fp->f_nextoff[UIO_READ] = val; in foffset_unlock() 972 fp->f_nextoff[UIO_READ] = val; in foffset_unlock() 1236 fp->f_nextoff[UIO_READ] = uio->uio_offset; in vn_read() 1263 fp->f_nextoff[UIO_READ] = uio->uio_offset; in vn_read() 1402 case UIO_READ: in vn_io_fault_doio() 1426 if (r == -1 || (uio->uio_rw == UIO_READ && subyte(base, r) == -1)) in vn_io_fault_touch() [all …]
|
| H A D | link_elf_obj.c | 765 error = vn_rdwr(UIO_READ, nd->ni_vp, (void *)hdr, sizeof(*hdr), 0, in link_elf_load_file() 822 error = vn_rdwr(UIO_READ, nd->ni_vp, (caddr_t)shdr, nbytes, in link_elf_load_file() 912 error = vn_rdwr(UIO_READ, nd->ni_vp, (void *)ef->ddbsymtab, in link_elf_load_file() 926 error = vn_rdwr(UIO_READ, nd->ni_vp, ef->ddbstrtab, in link_elf_load_file() 945 error = vn_rdwr(UIO_READ, nd->ni_vp, ef->shstrtab, in link_elf_load_file() 1136 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file() 1178 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file() 1199 error = vn_rdwr(UIO_READ, nd->ni_vp, in link_elf_load_file()
|
| /freebsd/sys/dev/tpm/ |
| H A D | tpm.c | 728 if (flag == UIO_READ) { in tpm_tis12_start() 874 if (flag == UIO_READ) { in tpm_tis12_end() 1043 bits = flag == UIO_READ ? TPM_LEGACY_DA : 0; in tpm_legacy_start() 1112 if (rv || flag == UIO_READ) in tpm_legacy_end() 1180 if ((rv = (sc->sc_start)(sc, UIO_READ))) { in tpmread() 1189 (sc->sc_end)(sc, UIO_READ, rv); in tpmread() 1200 (sc->sc_end)(sc, UIO_READ, rv); in tpmread() 1210 (sc->sc_end)(sc, UIO_READ, rv); in tpmread() 1223 (sc->sc_end)(sc, UIO_READ, rv); in tpmread() 1229 (sc->sc_end)(sc, UIO_READ, rv); in tpmread() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_uio.c | 75 if (rw == UIO_READ) in zfs_uiomove_iov() 108 if (rw == UIO_READ) { in zfs_uiomove_bvec_impl() 139 if (rw == UIO_READ) { in zfs_copy_bvec() 240 if (rw == UIO_READ) in zfs_uiomove_iter() 529 if (rw == UIO_READ) in zfs_uio_pin_user_pages()
|
| /freebsd/sys/sys/ |
| H A D | _uio.h | 37 UIO_READ, enumerator
|
| /freebsd/sys/fs/procfs/ |
| H A D | procfs_osrel.c | 49 case UIO_READ: in procfs_doosrel()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | socket.h | 57 uio.uio_rw = UIO_READ; in memcpy_toiovec()
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_suspend.c | 119 KASSERT(uio->uio_rw == UIO_READ || uio->uio_rw == UIO_WRITE, in ffs_susp_rdwr() 153 case UIO_READ: in ffs_susp_rdwr()
|
| /freebsd/sys/dev/iicbus/ |
| H A D | iic.c | 259 case UIO_READ: in iicuio_move() 302 case UIO_READ: in iicuio() 593 ubuf.uio_rw = UIO_READ; in iicioctl()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | uio.h | 57 UIO_READ = 0, enumerator
|