Home
last modified time | relevance | path

Searched refs:gnttab_claim_grant_reference (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dgnttab.h123 int gnttab_claim_grant_reference(grant_ref_t *pprivate_head);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c457 gnttab_claim_grant_reference(grant_ref_t *private_head) in gnttab_claim_grant_reference() function
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c415 gref = gnttab_claim_grant_reference(&xnfp->xnf_gref_head); in xnf_gref_get()
H A Dxdf.c280 grant_ref_t gr = gnttab_claim_grant_reference(&gs->gs_ghead); in gs_grant()