Searched refs:devarr (Results 1 – 1 of 1) sorted by relevance
3216 pshot_device_t *devarr = NULL; in pshot_devices_from_props() local3255 devarr = kmem_zalloc(name_arr_len * sizeof (*devarr), KM_SLEEP); in pshot_devices_from_props()3257 devarr[i].name = i_ddi_strdup(name_arr[i], KM_SLEEP); in pshot_devices_from_props()3258 devarr[i].compat = i_ddi_strdup(compat_arr[i], KM_SLEEP); in pshot_devices_from_props()3265 devarr[i].nodetype = i_ddi_strdup(str, KM_SLEEP); in pshot_devices_from_props()3274 return (devarr); in pshot_devices_from_props()3284 if (devarr) in pshot_devices_from_props()3285 pshot_devices_free(devarr, name_arr_len); in pshot_devices_from_props()