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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c213 int i, ushort_t *evtchnp, char level)
252 if (evtchnp != NULL)
253 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp);
316 struct autovec *avp, ushort_t *evtchnp, char level)
367 if (evtchnp != NULL)
368 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp);
411 ushort_t *evtchnp)
432 if (evtchnp != NULL)
433 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp);
212 apic_interrupt_dump(apic_irq_t *irqp, struct av_head *avp, int i, ushort_t *evtchnp, char level) argument
315 apix_interrupt_dump(apix_vector_t *vectp, apic_irq_t *irqp, struct autovec *avp, ushort_t *evtchnp, char level) argument
410 apix_interrupt_ipi_dump(apix_vector_t *vectp, struct autovec *avp, ushort_t *evtchnp) argument
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c183 xen_alloc_unbound_evtchn(int domid, int *evtchnp) argument
193 *evtchnp = alloc.port;
195 (void) hypervisor_mask_event(*evtchnp);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c240 xen_alloc_unbound_evtchn(int domid, int *evtchnp) argument
250 *evtchnp = alloc.port;
252 (void) ec_mask_evtchn(*evtchnp);
457 unbind_evtchn(ushort_t *evtchnp) argument
463 ASSERT(*evtchnp != 0);
465 err = xen_close_evtchn(*evtchnp);
467 clear_evtchn_affinity(*evtchnp);
468 evtchn_to_irq[*evtchnp] = INVALID_IRQ;
469 *evtchnp = 0;
1023 ushort_t *evtchnp; local
[all...]

Completed in 63 milliseconds