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

/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c111 static struct evtsoftdata *port_user[NR_EVENT_CHANNELS]; variable in typeref:struct:evtsoftdata
134 if ((ep = port_user[port]) != NULL) {
272 (port_user[kbuf[i]] == ep)) {
297 ASSERT(port_user[port] == NULL);
298 port_user[port] = u;
312 ep = port_user[port];
322 port_user[port] = NULL;
409 if (port_user[unbind.port] != ep) {
430 } else if (port_user[notify.port] != ep) {
543 if (port_user[
[all...]

Completed in 55 milliseconds