Searched refs:hal_device_has_property (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 294 if (!hal_device_has_property (d, key)) in hal_device_store_match_key_value_string() 323 if (!hal_device_has_property (d, key)) in hal_device_store_match_key_value_int() 353 if (!hal_device_has_property (d, key)) in hal_device_store_match_multiple_key_value_string() 429 if (!hal_device_has_property (device, info->key)) in store_changed()
|
H A D | device_info.c | 284 if (!hal_device_has_property (d, key)) in match_compare_property() 452 if (hal_device_has_property (d, prop_to_check)) in handle_match() 457 if (hal_device_has_property (d, prop_to_check)) in handle_match() 474 if (hal_device_has_property (d, prop_to_check)) in handle_match() 479 if (hal_device_has_property (d, prop_to_check)) in handle_match() 544 if (hal_device_has_property (d, prop_to_check)) { in handle_match() 570 if (hal_device_has_property (d, prop_to_check)) { in handle_match() 604 if (hal_device_has_property (d, prop_to_check)) { in handle_match()
|
H A D | device.c | 370 if (!hal_device_has_property (device2, key)) in hal_device_matches() 459 hal_device_has_property (HalDevice *device, const char *key) in hal_device_has_property() function 865 if (hal_device_has_property (from_device, from)) { in hal_device_copy_property() 1312 if ( hal_device_has_property (device, key)) { in hal_device_property_strlist_is_empty()
|
H A D | device.h | 110 gboolean hal_device_has_property (HalDevice *device,
|
H A D | hald_dbus.c | 1787 b = hal_device_has_property (d, key); in device_property_exists()
|
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 542 if (!hal_device_has_property (d, "processor.number")) { in sysevent_dr_remove_cpu()
|