Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c886 int ndevts, undevts, ndevts_alloced; in e_devid_cache_to_devt_list() local
1019 for (undevts = ndevts, i = 1; i < ndevts; i++) { in e_devid_cache_to_devt_list()
1021 undevts--; in e_devid_cache_to_devt_list()
1025 udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP); in e_devid_cache_to_devt_list()
1033 ASSERT(j == undevts); in e_devid_cache_to_devt_list()
1037 *retndevts = undevts; in e_devid_cache_to_devt_list()