Searched refs:hald_get_tdl (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 214 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 D | devinfo_acpi.c | 83 (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 D | devinfo_usb.c | 185 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 D | devinfo_misc.c | 107 hal_device_store_add (hald_get_tdl (), d); in devinfo_computer_add()
|
H A D | devinfo_storage.c | 1107 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 D | sysevent.c | 432 parent = hal_device_store_match_key_value_string (hald_get_tdl (), in lookup_parent()
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 470 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 D | hald.h | 42 HalDeviceStore *hald_get_tdl (void);
|
H A D | device_info.c | 213 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 D | hald.c | 189 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()
|