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

/opensolaris-onvv-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1127 HalDevice *storage_d; local
1147 storage_d = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", storage_udi);
1148 if (storage_d == NULL) {
1153 whole_disk = hal_device_has_capability (storage_d,
1158 if ((hal_device_property_get_bool (storage_d, "storage.no_partitions_hint") ||
1159 (dos_num > hal_device_property_get_int (storage_d, "storage.solaris.num_dos_partitions")))) {
1160 HAL_INFO (("%d > %d %s", dos_num, hal_device_property_get_int (storage_d,
1161 "storage.solaris.num_dos_partitions"), hal_device_get_udi (storage_d)));
1167 !hal_device_property_get_bool (storage_d, "storage.solaris.vtoc_slices")) {

Completed in 93 milliseconds