Searched refs:hald_get_tdl (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | hald.h | 42 HalDeviceStore *hald_get_tdl (void);
|
H A D | hald_dbus.c | 470 hal_device_store_foreach (hald_get_tdl (), 596 d = hal_device_store_find (hald_get_tdl (), udi); 920 d = hal_device_store_find (hald_get_tdl (), udi); 1043 d = hal_device_store_find (hald_get_tdl (), udi); 1203 d = hal_device_store_find (hald_get_tdl (), udi); 1331 d = hal_device_store_find (hald_get_tdl (), udi); 1418 device = hal_device_store_find (hald_get_tdl (), udi); 1535 d = hal_device_store_find (hald_get_tdl (), udi); 1583 d = hal_device_store_find (hald_get_tdl (), udi); 1637 d = hal_device_store_find (hald_get_tdl (), ud [all...] |
H A D | hald.c | 189 hald_get_tdl (void) function 592 printf ("Num devices in TDL: %d\n", g_slist_length ((hald_get_tdl ())->devices));
|
H A D | device_info.c | 213 d = hal_device_store_find (hald_get_tdl (), udi_result); 356 d = hal_device_store_find (hald_get_tdl (), udi_to_check); 1079 hal_device_store_remove (hald_get_tdl (), d); 1176 d = hal_device_store_find (hald_get_tdl (), udi_to_merge_from); 1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key); 1296 hal_device_store_add (hald_get_tdl (), spawned);
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 214 hal_device_store_remove (hald_get_tdl (), d); 228 hal_device_store_remove (hald_get_tdl (), d); 257 hal_device_store_remove (hald_get_tdl (), d); 310 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d)) == NULL) { 313 hal_device_store_add (hald_get_tdl (), d); 325 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d))) 326 hal_device_store_remove (hald_get_tdl (), d);
|
H A D | devinfo_acpi.c | 83 (computer = hal_device_store_find(hald_get_tdl(), 176 (d = hal_device_store_find(hald_get_tdl(),
|
H A D | devinfo_misc.c | 107 hal_device_store_add (hald_get_tdl (), d);
|
H A D | devinfo_usb.c | 186 hal_device_store_add (hald_get_tdl (), d); 430 hal_device_store_add (hald_get_tdl (), d); 618 hal_device_store_add(hald_get_tdl(), d);
|
H A D | devinfo_storage.c | 1183 hal_device_store_remove (hald_get_tdl (), d); 1204 hal_device_store_add (hald_get_tdl (), d); 1276 hal_device_store_add (hald_get_tdl (), d); 1301 hal_device_store_remove (hald_get_tdl (), d);
|
H A D | sysevent.c | 448 parent = hal_device_store_match_key_value_string (hald_get_tdl (),
|
Completed in 42 milliseconds