Searched refs:evtchn_to_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c43 static ddi_softint_handle_t evtchn_to_handle[NR_EVENT_CHANNELS]; variable
91 ASSERT(evtchn_to_handle[evtchn] == NULL);
92 evtchn_to_handle[evtchn] = hdl;
118 hdl = evtchn_to_handle[evtchn];
119 evtchn_to_handle[evtchn] = NULL;
278 if ((hdl = evtchn_to_handle[port]) != NULL) {
343 evtchn_to_handle[i] = NULL;

Completed in 55 milliseconds