Lines Matching refs:nt_arr
3214 char **name_arr = NULL, **nt_arr = NULL, **compat_arr = NULL; in pshot_devices_from_props() local
3225 PSHOT_PROP_DEVNT, &nt_arr, &nt_arr_len) != in pshot_devices_from_props()
3227 nt_arr = NULL; in pshot_devices_from_props()
3237 if (!(name_arr || nt_arr || compat_arr)) in pshot_devices_from_props()
3240 if (!(name_arr && nt_arr && compat_arr) || in pshot_devices_from_props()
3247 *nt_arr[i] == '\0' || in pshot_devices_from_props()
3257 if ((str = pshot_str2nt(nt_arr[i])) == NULL) in pshot_devices_from_props()
3259 str = nt_arr[i]; in pshot_devices_from_props()
3265 ddi_prop_free(nt_arr); in pshot_devices_from_props()
3277 if (nt_arr) in pshot_devices_from_props()
3278 ddi_prop_free(nt_arr); in pshot_devices_from_props()