Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c342 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 Ddevice.h139 GSList *hal_device_property_get_strlist (HalDevice *device,
H A Dutil.c883 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 Dhald_dbus.c1850 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 Dhald.c108 if ((addons = hal_device_property_get_strlist (device, "info.addons")) != NULL) { in gdl_store_changed()
H A Ddevice_info.c584 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()