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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1095 if (!(aap->aa_symdev = libhal_device_get_property_string(hal_ctx,
1101 if (!(aap->aa_media = libhal_device_get_property_string(hal_ctx,
1110 if ((volume_label = (char *)libhal_device_get_property_string(hal_ctx,
1132 if (!(aap->aa_path = libhal_device_get_property_string(hal_ctx, udi,
1137 if (!(aap->aa_rawpath = libhal_device_get_property_string(hal_ctx, udi,
1143 if (!(aap->aa_type = libhal_device_get_property_string(hal_ctx, udi,
1151 } else if (!(aap->aa_partname = libhal_device_get_property_string(
1157 if (!(mountpoint = libhal_device_get_property_string(hal_ctx, udi,
H A Drmvolmgr.c347 if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi,
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c202 str = libhal_device_get_property_string (hal_ctx, udi, key, &error);
H A Dlshal.c273 devices[i].parent = libhal_device_get_property_string (hal_ctx,
409 str = libhal_device_get_property_string (hal_ctx, udi, key, &error);
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c331 if ((p = libhal_device_get_property_string(ctx, udi[i],
388 if ((path = libhal_device_get_property_string(ctx,
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c340 reporting_unit = libhal_device_get_property_string(ctx, udi,
727 devfs_path = libhal_device_get_property_string(ctx, udi,
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h253 char *libhal_device_get_property_string (LibHalContext *ctx,
H A Dlibhal.c1261 * libhal_device_get_property_string:
1274 libhal_device_get_property_string (LibHalContext *ctx, function
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c164 device_file = libhal_device_get_property_string (ctx, udi, "block.device", &error);
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1335 storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1);
1799 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",
1831 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",
1847 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",

Completed in 82 milliseconds