Home
last modified time | relevance | path

Searched refs:hal_device_has_property (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c294 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 Ddevice_info.c284 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 Ddevice.c370 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 Ddevice.h110 gboolean hal_device_has_property (HalDevice *device,
H A Dhald_dbus.c1787 b = hal_device_has_property (d, key); in device_property_exists()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c543 if (!hal_device_has_property (d, "processor.number")) { in sysevent_dr_remove_cpu()