/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_acpi.c | 81 if ((computer = hal_device_store_find(hald_get_gdl(), in devinfo_acpi_add() 107 if (hal_device_store_match_key_value_string(hald_get_gdl(), in devinfo_acpi_add() 160 HalDeviceStore *store = hald_get_gdl(); in devinfo_power_button_event() 174 if ((d = hal_device_store_find(hald_get_gdl(), 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 D | devinfo.c | 98 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_set_default_properties() 215 hal_device_store_add (hald_get_gdl (), d); in devinfo_callouts_add_done() 258 hal_device_store_add (hald_get_gdl (), d); in devinfo_callouts_preprobing_done() 350 d = hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_remove_branch() 359 children = hal_device_store_match_multiple_key_value_string (hald_get_gdl(), in devinfo_remove_branch() 381 if (!hal_device_store_remove (hald_get_gdl (), d)) { in devinfo_callouts_remove_done()
|
H A D | devinfo_storage.c | 218 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_ide_storage_add() 264 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_scsi_add() 294 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_scsi_storage_add() 389 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_blkdev_add() 414 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_blkdev_storage_add() 558 if (((v = hal_device_store_match_key_value_string (hald_get_gdl(), in devinfo_floppy_rescan_probing_done() 619 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_lofi_add_major() 655 (hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_lofi_add_major() 726 devices = hal_device_store_match_multiple_key_value_string (hald_get_gdl(), in devinfo_lofi_remove_minor() 949 volume = hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_storage_minors() [all …]
|
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 | devinfo_misc.c | 152 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), in devinfo_keyboard_add() 187 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), in devinfo_mouse_add()
|
H A D | sysevent.c | 375 if ((d = hal_device_store_match_key_value_string (hald_get_gdl (), in sysevent_lofi_add() 385 if ((parent = hal_device_store_match_key_value_string (hald_get_gdl (), in sysevent_lofi_add() 427 parent = hal_device_store_match_key_value_string (hald_get_gdl (), in lookup_parent() 536 gdl = hald_get_gdl (); in sysevent_dr_remove_cpu()
|
H A D | devinfo_usb.c | 523 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), in devinfo_usb_video4linux_add() 592 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), in devinfo_usb_input_add() 646 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_usb_scsa2usb_add()
|
H A D | devinfo_cpu.c | 160 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), in devinfo_cpu_add()
|
H A D | osspec.c | 112 parent = hal_device_store_match_key_value_string (hald_get_gdl (), in hal_util_find_closest_ancestor()
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 341 hal_device_store_foreach (hald_get_gdl (), in manager_get_all_devices() 465 hal_device_store_foreach (hald_get_gdl (), in manager_find_device_string_match() 548 hal_device_store_foreach (hald_get_gdl (), in manager_find_device_by_capability() 593 d = hal_device_store_find (hald_get_gdl (), udi); in manager_device_exists() 918 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_all_properties() 1041 d = hal_device_store_find (hald_get_gdl (), udi); in device_set_multiple_properties() 1201 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_property() 1329 d = hal_device_store_find (hald_get_gdl (), udi); in device_get_property_type() 1416 device = hal_device_store_find (hald_get_gdl (), udi); in device_set_property() 1533 d = hal_device_store_find (hald_get_gdl (), udi); in device_add_capability() [all …]
|
H A D | hald.h | 41 HalDeviceStore *hald_get_gdl (void);
|
H A D | hald.c | 169 hald_get_gdl (void) in hald_get_gdl() function 597 printf ("Num devices in GDL: %d\n", g_slist_length ((hald_get_gdl ())->devices)); in my_shutdown() 599 gdl = hald_get_gdl (); in my_shutdown()
|
H A D | device_info.c | 211 d = hal_device_store_find (hald_get_gdl (), udi_result); in resolve_udiprop_path() 354 d = hal_device_store_find (hald_get_gdl (), udi_to_check); in handle_match() 1080 hal_device_store_add (hald_get_gdl (), d); in spawned_device_callouts_add_done() 1174 d = hal_device_store_find (hald_get_gdl (), udi_to_merge_from); in end() 1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key); in end()
|