Searched refs:hal_device_property_get_strlist (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | device.c | 342 caps = hal_device_property_get_strlist (source, "info.capabilities"); in hal_device_merge() 443 caps = hal_device_property_get_strlist (device, "info.capabilities"); in hal_device_has_capability() 1086 hal_device_property_get_strlist (HalDevice *device, in hal_device_property_get_strlist() function 1110 strlist = hal_device_property_get_strlist (device, key); in hal_device_property_get_strlist_elem() 1313 strlist = hal_device_property_get_strlist (device, key); in hal_device_property_strlist_is_empty()
|
H A D | device.h | 139 GSList *hal_device_property_get_strlist (HalDevice *device,
|
H A D | util.c | 883 if ((programs = hal_device_property_get_strlist (d, "info.callouts.add")) == NULL) { in hal_util_callout_device_add() 901 if ((programs = hal_device_property_get_strlist (d, "info.callouts.remove")) == NULL) { in hal_util_callout_device_remove() 919 if ((programs = hal_device_property_get_strlist (d, "info.callouts.preprobe")) == NULL) { in hal_util_callout_device_preprobe()
|
H A D | hald.c | 108 if ((addons = hal_device_property_get_strlist (device, "info.addons")) != NULL) { in gdl_store_changed()
|
H A D | hald_dbus.c | 1850 caps = hal_device_property_get_strlist (d, "info.capabilities"); in device_query_capability() 3748 interfaces = hal_device_property_get_strlist (d, "info.interfaces"); in do_introspect() 3767 method_names = hal_device_property_get_strlist (d, method_names_prop); in do_introspect() 3768 method_signatures = hal_device_property_get_strlist (d, method_signatures_prop); in do_introspect() 3769 method_argnames = hal_device_property_get_strlist (d, method_argnames_prop); in do_introspect() 4143 interfaces = hal_device_property_get_strlist (d, "info.interfaces"); in hald_dbus_filter_handle_methods() 4153 method_names = hal_device_property_get_strlist (d, s); in hald_dbus_filter_handle_methods()
|
H A D | device_info.c | 584 value = hal_device_property_get_strlist (d, prop_to_check); in handle_match() 622 value = hal_device_property_get_strlist (d, prop_to_check); in handle_match()
|