Symbol: libhal_device_get_property_string
usr/src/cmd/cdrw/device.c
331
if ((p = libhal_device_get_property_string(ctx, udi[i],
usr/src/cmd/cdrw/device.c
388
if ((path = libhal_device_get_property_string(ctx,
usr/src/cmd/hal/addons/storage/addon-storage.c
165
device_file = libhal_device_get_property_string (ctx, udi, "block.device", &error);
usr/src/cmd/hal/tools/hal_get_property.c
202
str = libhal_device_get_property_string (hal_ctx, udi, key, &error);
usr/src/cmd/hal/tools/lshal.c
273
devices[i].parent = libhal_device_get_property_string (hal_ctx,
usr/src/cmd/hal/tools/lshal.c
409
str = libhal_device_get_property_string (hal_ctx, udi, key, &error);
usr/src/cmd/hal/utils/acpi.c
340
reporting_unit = libhal_device_get_property_string(ctx, udi,
usr/src/cmd/hal/utils/acpi.c
727
devfs_path = libhal_device_get_property_string(ctx, udi,
usr/src/cmd/rmvolmgr/rmm_common.c
1097
if (!(aap->aa_symdev = libhal_device_get_property_string(hal_ctx,
usr/src/cmd/rmvolmgr/rmm_common.c
1103
if (!(aap->aa_media = libhal_device_get_property_string(hal_ctx,
usr/src/cmd/rmvolmgr/rmm_common.c
1112
if ((volume_label = (char *)libhal_device_get_property_string(hal_ctx,
usr/src/cmd/rmvolmgr/rmm_common.c
1134
if (!(aap->aa_path = libhal_device_get_property_string(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmm_common.c
1139
if (!(aap->aa_rawpath = libhal_device_get_property_string(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmm_common.c
1145
if (!(aap->aa_type = libhal_device_get_property_string(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmm_common.c
1153
} else if (!(aap->aa_partname = libhal_device_get_property_string(
usr/src/cmd/rmvolmgr/rmm_common.c
1159
if (!(mountpoint = libhal_device_get_property_string(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmvolmgr.c
347
if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi,
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1327
storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1);
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1791
if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1823
if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1839
if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer",
usr/src/lib/hal/libhal/common/libhal.h
256
char *libhal_device_get_property_string (LibHalContext *ctx,