Searched refs:user_iovp (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_generic.c | 416 user_addr_t user_iovp, int iovcnt, off_t offset, int is_preadv, in readv_preadv_uio() argument 441 error = copyin_user_iovec_array(user_iovp, in readv_preadv_uio() 718 user_addr_t user_iovp, int iovcnt, off_t offset, int is_pwritev, in writev_prwritev_uio() argument 743 error = copyin_user_iovec_array(user_iovp, in writev_prwritev_uio()
|