Searched defs:undevts (Results 1 - 1 of 1) sorted by relevance

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

Completed in 197 milliseconds