Home
last modified time | relevance | path

Searched refs:uio_td (Results 1 – 25 of 36) sorted by relevance

12

/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c225 uio.uio_td = curthread; in ktls_ocf_tls_cbc_encrypt()
285 out_uio.uio_td = curthread; in ktls_ocf_tls_cbc_encrypt()
338 uio.uio_td = curthread; in ktls_ocf_tls12_gcm_encrypt()
344 out_uio.uio_td = curthread; in ktls_ocf_tls12_gcm_encrypt()
512 uio.uio_td = curthread; in ktls_ocf_tls13_gcm_encrypt()
526 out_uio.uio_td = curthread; in ktls_ocf_tls13_gcm_encrypt()
/f-stack/freebsd/kern/
H A Dsys_getrandom.c110 auio.uio_td = td; in kern_getrandom()
H A Dsys_socket.c152 error = sosend(so, 0, uio, 0, 0, 0, uio->uio_td); in soo_write()
154 PROC_LOCK(uio->uio_td->td_proc); in soo_write()
155 tdsignal(uio->uio_td, SIGPIPE); in soo_write()
156 PROC_UNLOCK(uio->uio_td->td_proc); in soo_write()
624 job->uiop->uio_td = td; in soaio_process_job()
H A Dsubr_sglist.c599 KASSERT(uio->uio_td != NULL, in sglist_append_uio()
601 pmap = vmspace_pmap(uio->uio_td->td_proc->p_vmspace); in sglist_append_uio()
643 KASSERT(uio->uio_td != NULL, in sglist_consume_uio()
645 pmap = vmspace_pmap(uio->uio_td->td_proc->p_vmspace); in sglist_consume_uio()
H A Dvfs_extattr.c198 auio.uio_td = td; in extattr_set_vp()
360 auio.uio_td = td; in extattr_get_vp()
648 auio.uio_td = td; in extattr_list_vp()
H A Dvfs_vnops.c579 auio.uio_td = td; in vn_rdwr()
985 KASSERT(uio->uio_td == td, ("uio_td %p is not td %p", in vn_read()
986 uio->uio_td, td)); in vn_read()
1057 KASSERT(uio->uio_td == td, ("uio_td %p is not td %p", in vn_write()
1058 uio->uio_td, td)); in vn_write()
1292 short_uio.uio_td = uio->uio_td; in vn_io_fault1()
1474 transp_uio.uio_td = uio->uio_td; in vn_io_fault_uiomove()
2136 auio.uio_td = td; in vn_extattr_get()
2178 auio.uio_td = td; in vn_extattr_set()
H A Dsubr_bus_dma.c350 KASSERT(uio->uio_td != NULL, in _bus_dmamap_load_uio()
352 pmap = vmspace_pmap(uio->uio_td->td_proc->p_vmspace); in _bus_dmamap_load_uio()
H A Dvfs_default.c311 uio.uio_td = td; in get_next_dirent()
1039 auio.uio_td = td; in vop_stdallocate()
1059 auio.uio_td = td; in vop_stdallocate()
H A Dsubr_uio.c219 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_faultflag()
H A Duipc_socket.c2028 if (uio->uio_td)
2029 uio->uio_td->td_ru.ru_msgrcv++;
2519 if (uio->uio_td)
2520 uio->uio_td->td_ru.ru_msgrcv++;
2689 if (uio->uio_td)
2690 uio->uio_td->td_ru.ru_msgrcv++;
H A Dsys_process.c314 uio.uio_td = td; in proc_iop()
1136 uio.uio_td = td; in kern_ptrace()
H A Dkern_alq.c364 auio.uio_td = td; in alq_doio()
H A Duipc_syscalls.c788 auio.uio_td = td; in kern_sendit()
951 auio.uio_td = td; in kern_recvit()
/f-stack/freebsd/sys/
H A Duio.h62 struct thread *uio_td; /* owner */ member
/f-stack/freebsd/arm/arm/
H A Duio_machdep.c75 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c95 auio.uio_td = td; in zfs_file_write_impl()
152 auio.uio_td = td; in zfs_file_read_impl()
/f-stack/freebsd/i386/i386/
H A Duio_machdep.c74 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys()
/f-stack/tools/compat/include/sys/
H A Duio.h70 struct thread *uio_td; /* owner */ member
/f-stack/freebsd/arm64/arm64/
H A Duio_machdep.c72 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys()
/f-stack/freebsd/amd64/amd64/
H A Duio_machdep.c74 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys()
/f-stack/freebsd/mips/mips/
H A Duio_machdep.c79 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys()
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c281 auio.uio_td = td;
397 auio.uio_td = td;
518 auio.uio_td = td;
/f-stack/lib/
H A Dff_kern_subr.c173 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c412 if (zn_rlimit_fsize(zp, uio, uio->uio_td)) { in zfs_write()
/f-stack/freebsd/vm/
H A Dvnode_pager.c700 auio.uio_td = curthread; in vnode_pager_input_old()
1350 auio.uio_td = NULL; in vnode_pager_generic_putpages()

12