Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c216 if (mpath.mip_devs[i].mdev_exp_id == manc.manc_golden_iob) in man_path_discovery()
217 mpath.mip_devs[0] = mpath.mip_devs[i]; in man_path_discovery()
632 mipathp->mip_devs[found] = ndev; in man_find_devs()
H A Ddman.c4230 mpath.mip_devs[0] = ap->mp_device; in man_do_dr_switch()
4309 mpath.mip_devs[0] = adp->a_sf_dev; in man_do_dr_attach()
4389 mpath.mip_devs[i] = mp->mp_device; in man_do_dr_detach()
6350 mpg = man_find_path_by_dev(*mplpp, &mip->mip_devs[i], NULL); in man_pg_assign()
6395 if (man_find_path_by_dev(*mplpp, &mip->mip_devs[i], NULL)) in man_pg_assign()
6404 mp->mp_device = mip->mip_devs[i]; in man_pg_assign()
6442 mip->mip_devs[i].mdev_ppa) { in man_pg_assign()
6572 MAN_DBGCALL(MAN_PATH, man_print_dev(mip->mip_devs)); in man_pg_activate()
6586 mpg2 = man_find_path_by_dev(plp, mip->mip_devs, &mp); in man_pg_activate()
6597 ASSERT(mp->mp_device.mdev_ppa == mip->mip_devs->mdev_ppa); in man_pg_activate()
[all …]
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h313 man_dev_t mip_devs[MAN_MAX_DESTS]; /* Array of devices */ member