Skip to main content

async_create_paged_vmo

Function async_create_paged_vmo 

Source
pub unsafe extern "C" fn async_create_paged_vmo(
    dispatcher: *mut async_dispatcher_t,
    paged_vmo: *mut async_paged_vmo_t,
    options: u32,
    pager: zx_handle_t,
    vmo_size: u64,
    vmo_out: *mut zx_handle_t,
) -> zx_status_t
Expand description

Create a pager owned VMO.

Returns |ZX_ERR_BAD_STATE| if the dispatcher is shutting down. Returns |ZX_ERR_NOT_SUPPORTED| if not supported by the dispatcher. Other error values are possible. See the documentation for |zx_pager_create_vmo()|.