Function sys_readv

Source
pub(super) async fn sys_readv(
    task: &Sel4Task,
    fd: usize,
    iov: *const IoVec,
    iocnt: usize,
) -> SysResult