Searched refs:storage_device (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 338 char *storage_device = NULL; in volume_should_mount() local 347 if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi, in volume_should_mount() 354 if (!libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount() 356 !libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount() 362 if (libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount() 370 libhal_free_string(storage_device); in volume_should_mount()
|
/titanic_44/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 431 char *storage_device; in main() local 477 if ((storage_device = getenv ("HAL_PROP_BLOCK_STORAGE_DEVICE")) == NULL) { in main() 605 ctx, "block.storage_device", storage_device, &num_volumes, &error)) != NULL) { in main()
|
/titanic_44/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 736 char *storage_device; member 841 libhal_free_string (vol->storage_device); in libhal_volume_free() 1066 return volume->storage_device; in libhal_volume_get_storage_device_udi() 1148 LIBHAL_PROP_EXTRACT_STRING ("block.storage_device", vol->storage_device); in libhal_volume_from_udi()
|