Home
last modified time | relevance | path

Searched refs:hal_property_get_key (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/hal/hald/
H A Dproperty.h62 const char *hal_property_get_key (HalProperty *prop);
H A Ddevice.c216 key = hal_property_get_key (p); in hal_device_merge_with_rewrite()
290 key = hal_property_get_key (p); in hal_device_merge()
364 key = hal_property_get_key (p); in hal_device_matches()
486 if (strcmp (hal_property_get_key (p), key) == 0) in hal_device_property_find()
941 key = hal_property_get_key (p); in hal_device_print()
H A Dproperty.c157 hal_property_get_key (HalProperty *prop) in hal_property_get_key() function
H A Dhald_runner.c244 prop_upper = g_ascii_strup (hal_property_get_key (property), -1); in add_property_to_msg()
H A Dhald_dbus.c739 key = hal_property_get_key (p); in foreach_property_append()