Home
last modified time | relevance | path

Searched refs:evtchndrv_dip (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c106 static dev_info_t *evtchndrv_dip; variable
516 ep->dip = evtchndrv_dip; in evtchndrv_open()
577 if (minor != 0 || evtchndrv_dip == NULL) { in evtchndrv_info()
581 *result = (void *)evtchndrv_dip; in evtchndrv_info()
632 evtchndrv_dip = dip; in evtchndrv_attach()