Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3213 pshot_device_t *devarr = NULL; in pshot_devices_from_props() local
3252 devarr = kmem_zalloc(name_arr_len * sizeof (*devarr), KM_SLEEP); in pshot_devices_from_props()
3254 devarr[i].name = i_ddi_strdup(name_arr[i], KM_SLEEP); in pshot_devices_from_props()
3255 devarr[i].compat = i_ddi_strdup(compat_arr[i], KM_SLEEP); in pshot_devices_from_props()
3262 devarr[i].nodetype = i_ddi_strdup(str, KM_SLEEP); in pshot_devices_from_props()
3271 return (devarr); in pshot_devices_from_props()
3281 if (devarr) in pshot_devices_from_props()
3282 pshot_devices_free(devarr, name_arr_len); in pshot_devices_from_props()