Home
last modified time | relevance | path

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.c1318 char *storage_udi; in libhal_drive_from_device_file() local
1327 storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1); in libhal_drive_from_device_file()
1328 if (storage_udi == NULL) in libhal_drive_from_device_file()
1330 found_udi = strdup (storage_udi); in libhal_drive_from_device_file()
1331 libhal_free_string (storage_udi); in libhal_drive_from_device_file()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1050 const char *storage_udi; in devinfo_volume_preprobing_done() local
1064 storage_udi = hal_device_property_get_string (d, "block.storage_device"); in devinfo_volume_preprobing_done()
1066 if ((block_device == NULL) || (storage_udi == NULL) || in devinfo_volume_preprobing_done()
1071 storage_d = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", storage_udi); in devinfo_volume_preprobing_done()