Lines Matching refs:mc_dip
2296 dev_info_t *mc_dip; in sbd_init_mem_devlists() local
2306 mc_dip = mp->sbm_dip[0]; in sbd_init_mem_devlists()
2307 if (mc_dip == NULL) in sbd_init_mem_devlists()
2312 if (sbdphw_get_base_physaddr(hdp, mc_dip, &mc_pa)) { in sbd_init_mem_devlists()
2342 devlist[0] = mc_dip; in sbd_init_mem_devlists()
2343 mp->sbm_cm.sbdev_dip = mc_dip; in sbd_init_mem_devlists()
2353 mc_dip = mp->sbm_dip[i]; in sbd_init_mem_devlists()
2354 if (mc_dip == NULL) { in sbd_init_mem_devlists()
2358 if (sbdphw_get_base_physaddr(hdp, mc_dip, &mc_pa)) { in sbd_init_mem_devlists()
2364 mp->sbm_cm.sbdev_dip = mc_dip; in sbd_init_mem_devlists()
2365 devlist[0] = mc_dip; in sbd_init_mem_devlists()