Function fuchsia_zircon_sys::zx_vmar_allocate [] [src]

pub unsafe extern "C" fn zx_vmar_allocate(
    parent_vmar_handle: zx_handle_t,
    offset: usize,
    size: usize,
    map_flags: u32,
    child_vmar: *mut zx_handle_t,
    child_addr: *mut usize
) -> zx_status_t