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

/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c215 char *vol_udi; local
217 vol_udi = volumes[i];
218 if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) {
220 if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) {
222 HAL_DEBUG (("Forcing unmount of child '%s'", vol_udi));
223 force_unmount (ctx, vol_udi);

Completed in 51 milliseconds