Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Ddevid_cache.c871 int ndevts, undevts, ndevts_alloced; in e_devid_cache_to_devt_list() local
1004 for (undevts = ndevts, i = 1; i < ndevts; i++) { in e_devid_cache_to_devt_list()
1006 undevts--; in e_devid_cache_to_devt_list()
1010 udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP); in e_devid_cache_to_devt_list()
1018 ASSERT(j == undevts); in e_devid_cache_to_devt_list()
1022 *retndevts = undevts; in e_devid_cache_to_devt_list()