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

/illumos-gate/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);
390 hal_property_get_strlist (HalProperty *prop) function
H A Ddevice.c596 for (iter = hal_property_get_strlist (prop);
1097 return hal_property_get_strlist (prop);
H A Dhald_dbus.c861 for (iter = hal_property_get_strlist (p); iter != NULL; iter = iter->next) {
1277 for (l = hal_property_get_strlist (p); l != NULL; l = g_slist_next (l)) {

Completed in 111 milliseconds