Searched refs:xhp (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | xspd.c | 71 struct xen_hvm_param xhp; in xspd_attach() local 96 xhp.domid = DOMID_SELF; in xspd_attach() 97 xhp.index = HVM_PARAM_CALLBACK_IRQ; in xspd_attach() 100 xhp.value = HVM_CALLBACK_PCI_INTX(pa->pa_device, in xspd_attach() 103 xhp.value = HVM_CALLBACK_GSI(pci_intr_line(pa->pa_pc, ih)); in xspd_attach() 105 if (xen_hypercall(xen_sc, XC_HVM, 2, HVMOP_set_param, &xhp)) { in xspd_attach()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 921111-1.c | 21 struct nh xhp; variable 36 xhp.x = a;
|
/openbsd/sys/dev/pv/ |
H A D | xen.c | 528 struct xen_hvm_param xhp; in xen_init_cbvec() local 533 xhp.domid = DOMID_SELF; in xen_init_cbvec() 534 xhp.index = HVM_PARAM_CALLBACK_IRQ; in xen_init_cbvec() 535 xhp.value = HVM_CALLBACK_VECTOR(LAPIC_XEN_VECTOR); in xen_init_cbvec() 536 if (xen_hypercall(sc, XC_HVM, 2, HVMOP_set_param, &xhp)) { in xen_init_cbvec()
|
/openbsd/lib/libcurses/ |
H A D | Caps | 222 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
|