Searched refs:udevts (Results 1 – 1 of 1) sorted by relevance
869 dev_t *devts, *udevts; in e_devid_cache_to_devt_list() local1010 udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP); in e_devid_cache_to_devt_list()1013 udevts[0] = devts[0]; in e_devid_cache_to_devt_list()1016 udevts[j++] = devts[i]; in e_devid_cache_to_devt_list()1023 *retdevts = udevts; in e_devid_cache_to_devt_list()