Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c55 static dev_info_t *inb_dip; variable
397 infocmd != DDI_INFO_DEVT2INSTANCE) || inb_dip == NULL) { in inb_mc_getinfo()
402 *result = inb_dip; in inb_mc_getinfo()
404 *result = (void *)(uintptr_t)ddi_get_instance(inb_dip); in inb_mc_getinfo()
417 if (inb_dip == NULL) { in inb_mc_attach()
418 inb_dip = dip; in inb_mc_attach()
426 inb_dip = NULL; in inb_mc_attach()
444 if (nb_allow_detach && cmd == DDI_DETACH && dip == inb_dip) { in inb_mc_detach()
448 inb_dip = NULL; in inb_mc_detach()