Searched defs:xhp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c82 struct xen_hvm_param xhp; local
84 xhp.domid = DOMID_SELF;
85 xhp.index = param_id;
86 if ((HYPERVISOR_hvm_op(HVMOP_get_param, &xhp) < 0))
88 *val = xhp.value;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c297 struct xen_hvm_param xhp; local
299 xhp.domid = DOMID_SELF;
300 xhp.index = HVM_PARAM_CALLBACK_IRQ;
301 xhp.value = irq;
302 return (HYPERVISOR_hvm_op(HVMOP_set_param, &xhp));
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3345 struct bofi_shadow *hp, *xhp; local
3409 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext)
3410 if (ddi_name_to_major(xhp->name) ==
3412 xhp->instance == hp->instance &&
3413 (xhp->type == BOFI_DMA_HDL ||
3414 xhp->type == BOFI_NULL))
3415 if (xhp
[all...]

Completed in 66 milliseconds