xen_map_gref
err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE);
if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 ||
if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 ||
err = xen_map_gref(GNTTABOP_map_grant_ref, &mapop, 1, B_FALSE);
e = xen_map_gref(GNTTABOP_map_grant_ref, mapop, cnt, B_TRUE);
extern int xen_map_gref(uint_t cmd, gnttab_map_grant_ref_t *mapop,