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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c55 s = (char *)hal_device_property_get_string (parent, "info.subsystem");
H A Ddevinfo_storage.c531 devfs_path = (char *)hal_device_property_get_string (parent, "solaris.devfs_path");
532 devlink = (char *)hal_device_property_get_string (parent, "block.device");
560 ((devfs_path = hal_device_property_get_string (v,
567 if ((devfs_path = hal_device_property_get_string(d, "solaris.devfs_path")) == NULL) {
741 if ((devfs_path = hal_device_property_get_string (d,
1022 if (strcmp (hal_device_property_get_string (parent, "storage.drive_type"), "cdrom") == 0) {
1063 block_device = (char *)hal_device_property_get_string (d, "block.device");
1064 storage_udi = hal_device_property_get_string (d, "block.storage_device");
1065 slice = hal_device_property_get_string(d, "block.solaris.slice");
1166 drive_type = hal_device_property_get_string (
[all...]
H A Ddevinfo_misc.c207 parent_path = hal_device_property_get_string(parent, "solaris.devfs_path");
H A Dhotplug.c72 parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent");
H A Ddevinfo.c121 s1 = hal_device_property_get_string (parent, "info.claimed.service");
364 devinfo_remove_branch ((gchar *)hal_device_property_get_string (child, "solaris.devfs_path"), child);
H A Dsysevent.c380 parent_udi = hal_device_property_get_string (d, "info.parent");
563 cpu_devfs_path = hal_device_property_get_string (d,
H A Ddevinfo_usb.c404 parent_info = hal_device_property_get_string (parent, "info.subsystem");
693 subsystem = hal_device_property_get_string (parent, "info.subsystem");
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c234 newudi = hal_device_property_get_string (d, udiprop);
290 *result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side);
377 if (strcmp (hal_device_property_get_string (d, prop_to_check),
475 if (strlen (hal_device_property_get_string (d, prop_to_check)) > 0)
514 str = hal_device_property_get_string (d, prop_to_check);
545 path = hal_device_property_get_string (d, prop_to_check);
573 haystack = hal_device_property_get_string (d, prop_to_check);
609 haystack_lowercase = g_utf8_strdown (hal_device_property_get_string (d, prop_to_check), -1);
1221 existing_string = hal_device_property_get_string (pc->device, pc->merge_key);
1259 existing_string = hal_device_property_get_string (p
[all...]
H A Ddevice_store.c301 if (strcmp (hal_device_property_get_string (d, key),
360 if (strcmp (hal_device_property_get_string (d, key),
411 if (strcmp (hal_device_property_get_string (device, key),
432 if (strcmp (hal_device_property_get_string (device, info->key),
H A Ddevice.h129 const char *hal_device_property_get_string (HalDevice *device,
H A Ddevice.c377 hal_device_property_get_string (device2,
543 hal_device_property_get_string (HalDevice *device, const char *key) function
869 to_device, to, hal_device_property_get_string (from_device, from));
H A Dhald_dbus.c208 reason = hal_device_property_get_string (device, "info.locked.reason");
237 claim_service = hal_device_property_get_string (device, "info.claimed.service");
372 dev_value = hal_device_property_get_string (device, info->key);
401 dev_value = hal_device_property_get_string (device, info->key);
2014 if (strcmp (sender, hal_device_property_get_string (
2183 if (strcmp (sender, hal_device_property_get_string (

Completed in 91 milliseconds