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

/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.h42 HalDeviceStore *hald_get_tdl (void);
H A Dhald_dbus.c470 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 Dhald.c189 hald_get_tdl (void) function
592 printf ("Num devices in TDL: %d\n", g_slist_length ((hald_get_tdl ())->devices));
H A Ddevice_info.c213 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 Ddevinfo.c214 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 Ddevinfo_acpi.c83 (computer = hal_device_store_find(hald_get_tdl(),
176 (d = hal_device_store_find(hald_get_tdl(),
H A Ddevinfo_misc.c107 hal_device_store_add (hald_get_tdl (), d);
H A Ddevinfo_usb.c186 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 Ddevinfo_storage.c1183 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 Dsysevent.c448 parent = hal_device_store_match_key_value_string (hald_get_tdl (),

Completed in 42 milliseconds