Home
last modified time | relevance | path

Searched refs:copyout_unmap (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Duio.h87 int copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz);
/f-stack/tools/compat/include/sys/
H A Duio.h99 int copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz);
/f-stack/freebsd/kern/
H A Dsubr_uio.c447 copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz) in copyout_unmap() function