Searched refs:hal_device_property_get_string (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 531 devfs_path = (char *)hal_device_property_get_string (parent, "solaris.devfs_path"); in devinfo_floppy_add_volume() 532 devlink = (char *)hal_device_property_get_string (parent, "block.device"); in devinfo_floppy_add_volume() 560 ((devfs_path = hal_device_property_get_string (v, in devinfo_floppy_rescan_probing_done() 567 if ((devfs_path = hal_device_property_get_string(d, "solaris.devfs_path")) == NULL) { in devinfo_floppy_rescan_probing_done() 741 if ((devfs_path = hal_device_property_get_string (d, in devinfo_lofi_remove_minor() 1022 if (strcmp (hal_device_property_get_string (parent, "storage.drive_type"), "cdrom") == 0) { in devinfo_volume_add() 1063 block_device = (char *)hal_device_property_get_string (d, "block.device"); in devinfo_volume_preprobing_done() 1064 storage_udi = hal_device_property_get_string (d, "block.storage_device"); in devinfo_volume_preprobing_done() 1065 slice = hal_device_property_get_string(d, "block.solaris.slice"); in devinfo_volume_preprobing_done() 1166 drive_type = hal_device_property_get_string (d, "storage.drive_type"); in devinfo_storage_hotplug_begin_add() [all …]
|
H A D | devinfo_pci.c | 55 s = (char *)hal_device_property_get_string (parent, "info.subsystem"); in devinfo_pci_add()
|
H A D | devinfo.c | 121 s1 = hal_device_property_get_string (parent, "info.claimed.service"); in devinfo_set_default_properties() 364 …devinfo_remove_branch ((gchar *)hal_device_property_get_string (child, "solaris.devfs_path"), chil… in devinfo_remove_branch()
|
H A D | hotplug.c | 72 parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent"); in hotplug_event_begin_devfs_add()
|
H A D | devinfo_misc.c | 207 parent_path = hal_device_property_get_string(parent, "solaris.devfs_path"); in devinfo_default_add()
|
H A D | sysevent.c | 380 parent_udi = hal_device_property_get_string (d, "info.parent"); in sysevent_lofi_add() 563 cpu_devfs_path = hal_device_property_get_string (d, in sysevent_dr_remove_cpu()
|
H A D | devinfo_usb.c | 404 parent_info = hal_device_property_get_string (parent, "info.subsystem"); in devinfo_usb_if_add() 693 subsystem = hal_device_property_get_string (parent, "info.subsystem"); in devinfo_usb_printer_add()
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 234 newudi = hal_device_property_get_string (d, udiprop); in resolve_udiprop_path() 290 *result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side); in match_compare_property() 377 if (strcmp (hal_device_property_get_string (d, prop_to_check), in handle_match() 475 if (strlen (hal_device_property_get_string (d, prop_to_check)) > 0) in handle_match() 514 str = hal_device_property_get_string (d, prop_to_check); in handle_match() 545 path = hal_device_property_get_string (d, prop_to_check); in handle_match() 573 haystack = hal_device_property_get_string (d, prop_to_check); in handle_match() 609 haystack_lowercase = g_utf8_strdown (hal_device_property_get_string (d, prop_to_check), -1); in handle_match() 1221 existing_string = hal_device_property_get_string (pc->device, pc->merge_key); in end() 1259 existing_string = hal_device_property_get_string (pc->device, pc->merge_key); in end()
|
H A D | device_store.c | 301 if (strcmp (hal_device_property_get_string (d, key), in hal_device_store_match_key_value_string() 360 if (strcmp (hal_device_property_get_string (d, key), in hal_device_store_match_multiple_key_value_string() 411 if (strcmp (hal_device_property_get_string (device, key), in match_device_async() 432 if (strcmp (hal_device_property_get_string (device, info->key), in store_changed()
|
H A D | device.h | 129 const char *hal_device_property_get_string (HalDevice *device,
|
H A D | device.c | 377 hal_device_property_get_string (device2, in hal_device_matches() 543 hal_device_property_get_string (HalDevice *device, const char *key) in hal_device_property_get_string() function 869 to_device, to, hal_device_property_get_string (from_device, from)); in hal_device_copy_property()
|
H A D | hald_dbus.c | 208 reason = hal_device_property_get_string (device, "info.locked.reason"); in raise_device_already_locked() 237 claim_service = hal_device_property_get_string (device, "info.claimed.service"); in raise_branch_already_claimed() 372 dev_value = hal_device_property_get_string (device, info->key); in foreach_device_match_get_udi() 401 dev_value = hal_device_property_get_string (device, info->key); in foreach_device_match_get_udi_tdl() 2014 if (strcmp (sender, hal_device_property_get_string ( in device_unlock() 2183 if (strcmp (sender, hal_device_property_get_string ( in manager_unclaim_branch()
|