Searched refs:udevts (Results 1 – 1 of 1) sorted by relevance
870 dev_t *devts, *udevts; in e_devid_cache_to_devt_list() local1011 udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP); in e_devid_cache_to_devt_list()1014 udevts[0] = devts[0]; in e_devid_cache_to_devt_list()1017 udevts[j++] = devts[i]; in e_devid_cache_to_devt_list()1024 *retdevts = udevts; in e_devid_cache_to_devt_list()