Searched refs:storage_udi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1326 char *storage_udi; local
1335 storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1);
1336 if (storage_udi == NULL)
1338 found_udi = strdup (storage_udi);
1339 libhal_free_string (storage_udi);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1050 const char *storage_udi; local
1064 storage_udi = hal_device_property_get_string (d, "block.storage_device");
1066 if ((block_device == NULL) || (storage_udi == NULL) ||
1071 storage_d = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", storage_udi);

Completed in 68 milliseconds