Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/
H A Diommulib.c48 dev_info_t *nex_dip; member
263 nexp->nex_dip = dip; in iommulib_nexus_register()
311 dip = nexp->nex_dip; in iommulib_nexus_unregister()
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3421 struct dev_info *nex_dip, *cdip, *cndip; in prune_snubs() local
3427 nex_dip = (struct dev_info *)devnamesp[maj].dn_head; in prune_snubs()
3428 while (nex_dip != NULL) { in prune_snubs()
3429 cndip = ddi_get_child(nex_dip); in prune_snubs()
3435 nex_dip->devi_node_name, in prune_snubs()
3436 nex_dip->devi_addr, in prune_snubs()
3446 nex_dip = nex_dip->devi_next; in prune_snubs()