Searched refs:hald_get_gdl (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | hald.h | 41 HalDeviceStore *hald_get_gdl (void);
|
H A D | hald_dbus.c | 341 hal_device_store_foreach (hald_get_gdl (), 465 hal_device_store_foreach (hald_get_gdl (), 548 hal_device_store_foreach (hald_get_gdl (), 593 d = hal_device_store_find (hald_get_gdl (), udi); 918 d = hal_device_store_find (hald_get_gdl (), udi); 1041 d = hal_device_store_find (hald_get_gdl (), udi); 1201 d = hal_device_store_find (hald_get_gdl (), udi); 1329 d = hal_device_store_find (hald_get_gdl (), udi); 1416 device = hal_device_store_find (hald_get_gdl (), udi); 1533 d = hal_device_store_find (hald_get_gdl (), ud [all...] |
H A D | hald.c | 169 hald_get_gdl (void) function 593 printf ("Num devices in GDL: %d\n", g_slist_length ((hald_get_gdl ())->devices)); 595 gdl = hald_get_gdl ();
|
H A D | device_info.c | 211 d = hal_device_store_find (hald_get_gdl (), udi_result); 354 d = hal_device_store_find (hald_get_gdl (), udi_to_check); 1080 hal_device_store_add (hald_get_gdl (), d); 1174 d = hal_device_store_find (hald_get_gdl (), udi_to_merge_from); 1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key);
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_acpi.c | 81 if ((computer = hal_device_store_find(hald_get_gdl(), 107 if (hal_device_store_match_key_value_string(hald_get_gdl(), 160 HalDeviceStore *store = hald_get_gdl(); 174 if ((d = hal_device_store_find(hald_get_gdl(), 193 d = hal_device_store_find(hald_get_gdl(), udi); 209 d = hal_device_store_find(hald_get_gdl(), udi);
|
H A D | devinfo.c | 97 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 215 hal_device_store_add (hald_get_gdl (), d); 258 hal_device_store_add (hald_get_gdl (), d); 350 d = hal_device_store_match_key_value_string (hald_get_gdl (), 359 children = hal_device_store_match_multiple_key_value_string (hald_get_gdl(), 381 if (!hal_device_store_remove (hald_get_gdl (), d)) {
|
H A D | devinfo_misc.c | 152 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), 187 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi),
|
H A D | hotplug.c | 76 parent = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", parent_udi); 133 d = hal_device_store_match_key_value_string (hald_get_gdl (),
|
H A D | devinfo_storage.c | 227 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 273 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 303 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 398 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 423 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 465 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 490 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 634 if (((v = hal_device_store_match_key_value_string (hald_get_gdl(), 695 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi), 731 (hal_device_store_match_key_value_string (hald_get_gdl (), [all...] |
H A D | devinfo_cpu.c | 234 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi),
|
H A D | osspec.c | 112 parent = hal_device_store_match_key_value_string (hald_get_gdl (),
|
H A D | sysevent.c | 391 if ((d = hal_device_store_match_key_value_string (hald_get_gdl (), 401 if ((parent = hal_device_store_match_key_value_string (hald_get_gdl (), 443 parent = hal_device_store_match_key_value_string (hald_get_gdl (), 571 gdl = hald_get_gdl ();
|
H A D | devinfo_usb.c | 536 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), 605 hal_util_compute_udi(hald_get_gdl(), udi, sizeof (udi), 659 hal_util_compute_udi (hald_get_gdl (), udi, sizeof (udi),
|
Completed in 63 milliseconds