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; local
347 if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi,
348 "block.storage_device", NULL))) {
349 dprintf("cannot get block.storage_device\n");
354 if (!libhal_device_get_property_bool(hal_ctx, storage_device,
356 !libhal_device_get_property_bool(hal_ctx, storage_device,
362 if (libhal_device_get_property_bool(hal_ctx, storage_device,
370 libhal_free_string(storage_device);
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c431 char *storage_device; local
477 if ((storage_device = getenv ("HAL_PROP_BLOCK_STORAGE_DEVICE")) == NULL) {
605 ctx, "block.storage_device", storage_device, &num_volumes, &error)) != NULL) {
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c736 char *storage_device; member in struct:LibHalVolume_s
841 libhal_free_string (vol->storage_device);
1066 return volume->storage_device;
1148 LIBHAL_PROP_EXTRACT_STRING ("block.storage_device", vol->storage_device);
1335 storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1);
1727 if ((udis = libhal_manager_find_device_string_match (hal_ctx, "block.storage_device",

Completed in 91 milliseconds