Home
last modified time | relevance | path

Searched refs:hal_device_store_find (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c81 if ((computer = hal_device_store_find(hald_get_gdl(), in devinfo_acpi_add()
83 (computer = hal_device_store_find(hald_get_tdl(), in devinfo_acpi_add()
174 if ((d = hal_device_store_find(hald_get_gdl(), in devinfo_brightness_hotkeys_event()
176 (d = hal_device_store_find(hald_get_tdl(), in devinfo_brightness_hotkeys_event()
193 d = hal_device_store_find(hald_get_gdl(), udi); in devinfo_battery_rescan()
209 d = hal_device_store_find(hald_get_gdl(), udi); in devinfo_lid_event()
H A Ddevinfo.c310 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d)) == NULL) { in hotplug_event_begin_add_devinfo()
325 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d))) in hotplug_event_begin_add_devinfo()
H A Ddevinfo_storage.c1188 p_d = hal_device_store_find (hald_get_gdl (), p_udi); in devinfo_storage_hotplug_begin_add()
/titanic_44/usr/src/cmd/hal/hald/
H A Dhald_dbus.c593 d = hal_device_store_find (hald_get_gdl (), udi); in manager_device_exists()
596 d = hal_device_store_find (hald_get_tdl (), udi); in manager_device_exists()
918 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_all_properties()
920 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_all_properties()
1041 d = hal_device_store_find (hald_get_gdl (), udi); in device_set_multiple_properties()
1043 d = hal_device_store_find (hald_get_tdl (), udi); in device_set_multiple_properties()
1201 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_property()
1203 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_property()
1329 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_property_type()
1331 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_property_type()
[all …]
H A Ddevice_info.c211 d = hal_device_store_find (hald_get_gdl (), udi_result); in resolve_udiprop_path()
213 d = hal_device_store_find (hald_get_tdl (), udi_result); in resolve_udiprop_path()
354 d = hal_device_store_find (hald_get_gdl (), udi_to_check); in handle_match()
356 d = hal_device_store_find (hald_get_tdl (), udi_to_check); in handle_match()
1174 d = hal_device_store_find (hald_get_gdl (), udi_to_merge_from); in end()
1176 d = hal_device_store_find (hald_get_tdl (), udi_to_merge_from); in end()
1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key); in end()
1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key); in end()
H A Ddevice_store.h93 HalDevice *hal_device_store_find (HalDeviceStore *store,
H A Dutil.c441 if (hal_device_store_find (store, dst) == NULL) in hal_util_compute_udi()
446 if (hal_device_store_find (store, dst) == NULL) in hal_util_compute_udi()
H A Ddevice_store.c220 hal_device_store_find (HalDeviceStore *store, const char *udi) in hal_device_store_find() function