Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/
H A Diommulib.c50 dev_info_t *nex_dip; member
265 nexp->nex_dip = dip; in iommulib_nexus_register()
313 dip = nexp->nex_dip; in iommulib_nexus_unregister()
/titanic_50/usr/src/uts/common/io/
H A Dpshot.c3424 struct dev_info *nex_dip, *cdip, *cndip; in prune_snubs() local
3430 nex_dip = (struct dev_info *)devnamesp[maj].dn_head; in prune_snubs()
3431 while (nex_dip != NULL) { in prune_snubs()
3432 cndip = ddi_get_child(nex_dip); in prune_snubs()
3438 nex_dip->devi_node_name, in prune_snubs()
3439 nex_dip->devi_addr, in prune_snubs()
3449 nex_dip = nex_dip->devi_next; in prune_snubs()