Function fuchsia_zircon_sys::zx_vmar_map [] [src]

pub unsafe extern "C" fn zx_vmar_map(
    vmar_handle: zx_handle_t,
    vmar_offset: usize,
    vmo_handle: zx_handle_t,
    vmo_offset: u64,
    len: usize,
    map_flags: u32,
    mapped_addr: *mut usize
) -> zx_status_t