Searched refs:evtchnp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 214 int i, ushort_t *evtchnp, char level) in apic_interrupt_dump() argument 253 if (evtchnp != NULL) in apic_interrupt_dump() 254 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apic_interrupt_dump() 322 struct autovec *avp, ushort_t *evtchnp, char level) in apix_interrupt_dump() argument 373 if (evtchnp != NULL) in apix_interrupt_dump() 374 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apix_interrupt_dump() 417 ushort_t *evtchnp) in apix_interrupt_ipi_dump() argument 438 if (evtchnp != NULL) in apix_interrupt_ipi_dump() 439 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apix_interrupt_ipi_dump()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 240 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() argument 250 *evtchnp = alloc.port; in xen_alloc_unbound_evtchn() 252 (void) ec_mask_evtchn(*evtchnp); in xen_alloc_unbound_evtchn() 457 unbind_evtchn(ushort_t *evtchnp) in unbind_evtchn() argument 463 ASSERT(*evtchnp != 0); in unbind_evtchn() 465 err = xen_close_evtchn(*evtchnp); in unbind_evtchn() 467 clear_evtchn_affinity(*evtchnp); in unbind_evtchn() 468 evtchn_to_irq[*evtchnp] = INVALID_IRQ; in unbind_evtchn() 469 *evtchnp = 0; in unbind_evtchn() 1023 ushort_t *evtchnp; in ec_suspend() local [all …]
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 183 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() argument 193 *evtchnp = alloc.port; in xen_alloc_unbound_evtchn() 195 (void) hypervisor_mask_event(*evtchnp); in xen_alloc_unbound_evtchn()
|