Home
last modified time | relevance | path

Searched refs:storage_device (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c338 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()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c431 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()
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c728 char *storage_device; member
833 libhal_free_string (vol->storage_device); in libhal_volume_free()
1058 return volume->storage_device; in libhal_volume_get_storage_device_udi()
1140 LIBHAL_PROP_EXTRACT_STRING ("block.storage_device", vol->storage_device); in libhal_volume_from_udi()