Lines Matching refs:mc_dip
2281 dev_info_t *mc_dip; in sbd_init_mem_devlists() local
2291 mc_dip = mp->sbm_dip[0]; in sbd_init_mem_devlists()
2292 if (mc_dip == NULL) in sbd_init_mem_devlists()
2297 if (sbdphw_get_base_physaddr(hdp, mc_dip, &mc_pa)) { in sbd_init_mem_devlists()
2327 devlist[0] = mc_dip; in sbd_init_mem_devlists()
2328 mp->sbm_cm.sbdev_dip = mc_dip; in sbd_init_mem_devlists()
2338 mc_dip = mp->sbm_dip[i]; in sbd_init_mem_devlists()
2339 if (mc_dip == NULL) { in sbd_init_mem_devlists()
2343 if (sbdphw_get_base_physaddr(hdp, mc_dip, &mc_pa)) { in sbd_init_mem_devlists()
2349 mp->sbm_cm.sbdev_dip = mc_dip; in sbd_init_mem_devlists()
2350 devlist[0] = mc_dip; in sbd_init_mem_devlists()