Home
last modified time | relevance | path

Searched refs:hal_property_get_strlist (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/hal/hald/
H A Dproperty.h71 GSList *hal_property_get_strlist (HalProperty *prop);
H A Dproperty.c233 for (iter = hal_property_get_strlist (prop); in hal_property_to_string()
390 hal_property_get_strlist (HalProperty *prop) in hal_property_get_strlist() function
H A Ddevice.c596 for (iter = hal_property_get_strlist (prop); in hal_device_property_get_as_string()
1097 return hal_property_get_strlist (prop); in hal_device_property_get_strlist()
H A Dhald_dbus.c861 for (iter = hal_property_get_strlist (p); iter != NULL; iter = iter->next) { in foreach_property_append()
1277 for (l = hal_property_get_strlist (p); l != NULL; l = g_slist_next (l)) { in device_get_property()