Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c631 ndev.mdev_state = MDEV_ASSIGNED; in man_find_devs()
700 mdevp->mdev_state = MDEV_ASSIGNED; in man_get_eri_dev_info()
H A Ddman.c6405 mp->mp_device.mdev_state = MDEV_ASSIGNED; in man_pg_assign()
6846 if (np->mp_device.mdev_state == MDEV_ASSIGNED) in man_find_alternate_path()
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h160 #define MDEV_ASSIGNED 0x1 /* Path assigned to a destination */ macro