Home
last modified time | relevance | path

Searched refs:hald_get_tdl (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c214 hal_device_store_remove (hald_get_tdl (), d); in devinfo_callouts_add_done()
228 hal_device_store_remove (hald_get_tdl (), d); in devinfo_callouts_probing_done()
257 hal_device_store_remove (hald_get_tdl (), d); in devinfo_callouts_preprobing_done()
310 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d)) == NULL) { in hotplug_event_begin_add_devinfo()
313 hal_device_store_add (hald_get_tdl (), d); 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()
326 hal_device_store_remove (hald_get_tdl (), d); in hotplug_event_begin_add_devinfo()
H A Ddevinfo_acpi.c83 (computer = hal_device_store_find(hald_get_tdl(), in devinfo_acpi_add()
176 (d = hal_device_store_find(hald_get_tdl(), in devinfo_brightness_hotkeys_event()
H A Ddevinfo_usb.c185 hal_device_store_add (hald_get_tdl (), d); in devinfo_usb_add()
417 hal_device_store_add (hald_get_tdl (), d); in devinfo_usb_if_add()
605 hal_device_store_add(hald_get_tdl(), d); in devinfo_usb_input_add()
H A Ddevinfo_misc.c107 hal_device_store_add (hald_get_tdl (), d); in devinfo_computer_add()
H A Ddevinfo_storage.c1107 hal_device_store_remove (hald_get_tdl (), d); in devinfo_volume_preprobing_done()
1128 hal_device_store_add (hald_get_tdl (), d); in devinfo_volume_hotplug_begin_add()
1200 hal_device_store_add (hald_get_tdl (), d); in devinfo_storage_hotplug_begin_add()
1225 hal_device_store_remove (hald_get_tdl (), d); in devinfo_storage_probing_done()
H A Dsysevent.c432 parent = hal_device_store_match_key_value_string (hald_get_tdl (), in lookup_parent()
/titanic_50/usr/src/cmd/hal/hald/
H A Dhald_dbus.c470 hal_device_store_foreach (hald_get_tdl (), in manager_find_device_string_match()
596 d = hal_device_store_find (hald_get_tdl (), udi); in manager_device_exists()
920 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_all_properties()
1043 d = hal_device_store_find (hald_get_tdl (), udi); in device_set_multiple_properties()
1203 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_property()
1331 d = hal_device_store_find (hald_get_tdl (), udi); in device_get_property_type()
1418 device = hal_device_store_find (hald_get_tdl (), udi); in device_set_property()
1535 d = hal_device_store_find (hald_get_tdl (), udi); in device_add_capability()
1583 d = hal_device_store_find (hald_get_tdl (), udi); in device_string_list_append_prepend()
1637 d = hal_device_store_find (hald_get_tdl (), udi); in device_string_list_remove()
[all …]
H A Dhald.h42 HalDeviceStore *hald_get_tdl (void);
H A Ddevice_info.c213 d = hal_device_store_find (hald_get_tdl (), udi_result); in resolve_udiprop_path()
356 d = hal_device_store_find (hald_get_tdl (), udi_to_check); in handle_match()
1079 hal_device_store_remove (hald_get_tdl (), d); in spawned_device_callouts_add_done()
1176 d = hal_device_store_find (hald_get_tdl (), udi_to_merge_from); in end()
1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key); in end()
1296 hal_device_store_add (hald_get_tdl (), spawned); in end()
H A Dhald.c189 hald_get_tdl (void) in hald_get_tdl() function
596 printf ("Num devices in TDL: %d\n", g_slist_length ((hald_get_tdl ())->devices)); in my_shutdown()