Searched refs:hal_device_store_find (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c81 if ((computer = hal_device_store_find(hald_get_gdl(),
83 (computer = hal_device_store_find(hald_get_tdl(),
174 if ((d = hal_device_store_find(hald_get_gdl(),
176 (d = hal_device_store_find(hald_get_tdl(),
193 d = hal_device_store_find(hald_get_gdl(), udi);
209 d = hal_device_store_find(hald_get_gdl(), udi);
H A Ddevinfo.c310 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d)) == NULL) {
325 if (hal_device_store_find (hald_get_tdl (), hal_device_get_udi (d)))
H A Ddevinfo_storage.c1188 p_d = hal_device_store_find (hald_get_gdl (), p_udi);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c593 d = hal_device_store_find (hald_get_gdl (), udi);
596 d = hal_device_store_find (hald_get_tdl (), udi);
918 d = hal_device_store_find (hald_get_gdl (), udi);
920 d = hal_device_store_find (hald_get_tdl (), udi);
1041 d = hal_device_store_find (hald_get_gdl (), udi);
1043 d = hal_device_store_find (hald_get_tdl (), udi);
1201 d = hal_device_store_find (hald_get_gdl (), udi);
1203 d = hal_device_store_find (hald_get_tdl (), udi);
1329 d = hal_device_store_find (hald_get_gdl (), udi);
1331 d = hal_device_store_find (hald_get_td
[all...]
H A Ddevice_store.h93 HalDevice *hal_device_store_find (HalDeviceStore *store,
H A Ddevice_info.c211 d = hal_device_store_find (hald_get_gdl (), udi_result);
213 d = hal_device_store_find (hald_get_tdl (), udi_result);
354 d = hal_device_store_find (hald_get_gdl (), udi_to_check);
356 d = hal_device_store_find (hald_get_tdl (), udi_to_check);
1174 d = hal_device_store_find (hald_get_gdl (), udi_to_merge_from);
1176 d = hal_device_store_find (hald_get_tdl (), udi_to_merge_from);
1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key);
1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key);
H A Ddevice_store.c220 hal_device_store_find (HalDeviceStore *store, const char *udi) function
H A Dutil.c441 if (hal_device_store_find (store, dst) == NULL)
446 if (hal_device_store_find (store, dst) == NULL)

Completed in 76 milliseconds