Symbol: hal_device_property_get_string
usr/src/cmd/hal/hald/device.c
377
hal_device_property_get_string (device2,
usr/src/cmd/hal/hald/device.c
869
to_device, to, hal_device_property_get_string (from_device, from));
usr/src/cmd/hal/hald/device.h
129
const char *hal_device_property_get_string (HalDevice *device,
usr/src/cmd/hal/hald/device_info.c
1221
existing_string = hal_device_property_get_string (pc->device, pc->merge_key);
usr/src/cmd/hal/hald/device_info.c
1259
existing_string = hal_device_property_get_string (pc->device, pc->merge_key);
usr/src/cmd/hal/hald/device_info.c
234
newudi = hal_device_property_get_string (d, udiprop);
usr/src/cmd/hal/hald/device_info.c
290
*result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side);
usr/src/cmd/hal/hald/device_info.c
377
if (strcmp (hal_device_property_get_string (d, prop_to_check),
usr/src/cmd/hal/hald/device_info.c
475
if (strlen (hal_device_property_get_string (d, prop_to_check)) > 0)
usr/src/cmd/hal/hald/device_info.c
514
str = hal_device_property_get_string (d, prop_to_check);
usr/src/cmd/hal/hald/device_info.c
545
path = hal_device_property_get_string (d, prop_to_check);
usr/src/cmd/hal/hald/device_info.c
573
haystack = hal_device_property_get_string (d, prop_to_check);
usr/src/cmd/hal/hald/device_info.c
609
haystack_lowercase = g_utf8_strdown (hal_device_property_get_string (d, prop_to_check), -1);
usr/src/cmd/hal/hald/device_store.c
301
if (strcmp (hal_device_property_get_string (d, key),
usr/src/cmd/hal/hald/device_store.c
360
if (strcmp (hal_device_property_get_string (d, key),
usr/src/cmd/hal/hald/device_store.c
411
if (strcmp (hal_device_property_get_string (device, key),
usr/src/cmd/hal/hald/device_store.c
432
if (strcmp (hal_device_property_get_string (device, info->key),
usr/src/cmd/hal/hald/hald_dbus.c
2014
if (strcmp (sender, hal_device_property_get_string (
usr/src/cmd/hal/hald/hald_dbus.c
208
reason = hal_device_property_get_string (device, "info.locked.reason");
usr/src/cmd/hal/hald/hald_dbus.c
2183
if (strcmp (sender, hal_device_property_get_string (
usr/src/cmd/hal/hald/hald_dbus.c
237
claim_service = hal_device_property_get_string (device, "info.claimed.service");
usr/src/cmd/hal/hald/hald_dbus.c
372
dev_value = hal_device_property_get_string (device, info->key);
usr/src/cmd/hal/hald/hald_dbus.c
401
dev_value = hal_device_property_get_string (device, info->key);
usr/src/cmd/hal/hald/solaris/devinfo.c
121
s1 = hal_device_property_get_string (parent, "info.claimed.service");
usr/src/cmd/hal/hald/solaris/devinfo.c
364
devinfo_remove_branch ((gchar *)hal_device_property_get_string (child, "solaris.devfs_path"), child);
usr/src/cmd/hal/hald/solaris/devinfo_misc.c
207
parent_path = hal_device_property_get_string(parent, "solaris.devfs_path");
usr/src/cmd/hal/hald/solaris/devinfo_pci.c
53
s = (char *)hal_device_property_get_string (parent, "info.subsystem");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1022
if (strcmp (hal_device_property_get_string (parent, "storage.drive_type"), "cdrom") == 0) {
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1063
block_device = (char *)hal_device_property_get_string (d, "block.device");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1064
storage_udi = hal_device_property_get_string (d, "block.storage_device");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1065
slice = hal_device_property_get_string(d, "block.solaris.slice");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1166
drive_type = hal_device_property_get_string (d, "storage.drive_type");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1173
bus = hal_device_property_get_string (p_d, "info.subsystem");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1184
p_udi = hal_device_property_get_string (p_d, "info.parent");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1268
devfs_path_orig = hal_device_property_get_string (d, "solaris.devfs_path");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1326
drive_type = hal_device_property_get_string (d, "storage.drive_type");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1339
v_devfs_path = (gchar *)hal_device_property_get_string (v, "solaris.devfs_path");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1482
fstype = hal_device_property_get_string (d, "volume.fstype");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1509
mount_point = g_strdup (hal_device_property_get_string (d, "volume.mount_point"));
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1582
mount_point = hal_device_property_get_string (d, "volume.mount_point");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1635
} else if (((drive_type = hal_device_property_get_string (d,
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1653
media_type = hal_device_property_get_string (d, "storage.solaris.legacy.media_type");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
531
devfs_path = (char *)hal_device_property_get_string (parent, "solaris.devfs_path");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
532
devlink = (char *)hal_device_property_get_string (parent, "block.device");
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
560
((devfs_path = hal_device_property_get_string (v,
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
567
if ((devfs_path = hal_device_property_get_string(d, "solaris.devfs_path")) == NULL) {
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
741
if ((devfs_path = hal_device_property_get_string (d,
usr/src/cmd/hal/hald/solaris/devinfo_usb.c
403
parent_info = hal_device_property_get_string (parent, "info.subsystem");
usr/src/cmd/hal/hald/solaris/devinfo_usb.c
692
subsystem = hal_device_property_get_string (parent, "info.subsystem");
usr/src/cmd/hal/hald/solaris/hotplug.c
72
parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent");
usr/src/cmd/hal/hald/solaris/sysevent.c
381
parent_udi = hal_device_property_get_string (d, "info.parent");
usr/src/cmd/hal/hald/solaris/sysevent.c
564
cpu_devfs_path = hal_device_property_get_string (d,