Searched refs:hal_device_store_match_key_value_string (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | hotplug.c | 76 parent = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", parent_udi); in hotplug_event_begin_devfs_add() 133 d = hal_device_store_match_key_value_string (hald_get_gdl (), in hotplug_event_begin_devfs()
|
H A D | sysevent.c | 376 if ((d = hal_device_store_match_key_value_string (hald_get_gdl (), in sysevent_lofi_add() 386 if ((parent = hal_device_store_match_key_value_string (hald_get_gdl (), in sysevent_lofi_add() 428 parent = hal_device_store_match_key_value_string (hald_get_gdl (), in lookup_parent() 433 parent = hal_device_store_match_key_value_string (hald_get_tdl (), in lookup_parent()
|
H A D | devinfo_acpi.c | 107 if (hal_device_store_match_key_value_string(hald_get_gdl(), in devinfo_acpi_add() 162 d = hal_device_store_match_key_value_string (store, "button.type", in devinfo_power_button_event()
|
H A D | osspec.c | 110 parent = hal_device_store_match_key_value_string (hald_get_gdl (), in hal_util_find_closest_ancestor()
|
H A D | devinfo_storage.c | 558 if (((v = hal_device_store_match_key_value_string (hald_get_gdl(), in devinfo_floppy_rescan_probing_done() 655 (hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_lofi_add_major() 949 volume = hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_storage_minors() 1071 storage_d = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", storage_udi); in devinfo_volume_preprobing_done()
|
H A D | devinfo.c | 350 d = hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_remove_branch()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_store.h | 100 HalDevice *hal_device_store_match_key_value_string (HalDeviceStore *store,
|
H A D | device_store.c | 280 hal_device_store_match_key_value_string (HalDeviceStore *store, in hal_device_store_match_key_value_string() function 465 device = hal_device_store_match_key_value_string (store, key, value); in hal_device_store_match_key_value_string_async()
|