Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Ddevid_cache.c872 int ndevts, undevts, ndevts_alloced; in e_devid_cache_to_devt_list() local
1005 for (undevts = ndevts, i = 1; i < ndevts; i++) { in e_devid_cache_to_devt_list()
1007 undevts--; in e_devid_cache_to_devt_list()
1011 udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP); in e_devid_cache_to_devt_list()
1019 ASSERT(j == undevts); in e_devid_cache_to_devt_list()
1023 *retndevts = undevts; in e_devid_cache_to_devt_list()