Searched refs:storage_d (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 1051 HalDevice *storage_d; in devinfo_volume_preprobing_done() local 1071 storage_d = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", storage_udi); in devinfo_volume_preprobing_done() 1072 if (storage_d == NULL) { in devinfo_volume_preprobing_done() 1077 whole_disk = hal_device_has_capability (storage_d, in devinfo_volume_preprobing_done() 1082 if ((hal_device_property_get_bool (storage_d, "storage.no_partitions_hint") || in devinfo_volume_preprobing_done() 1083 (dos_num > hal_device_property_get_int (storage_d, "storage.solaris.num_dos_partitions")))) { in devinfo_volume_preprobing_done() 1084 HAL_INFO (("%d > %d %s", dos_num, hal_device_property_get_int (storage_d, in devinfo_volume_preprobing_done() 1085 "storage.solaris.num_dos_partitions"), hal_device_get_udi (storage_d))); in devinfo_volume_preprobing_done() 1091 !hal_device_property_get_bool (storage_d, "storage.solaris.vtoc_slices")) { in devinfo_volume_preprobing_done()
|