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.h139 GSList *hal_device_property_get_strlist (HalDevice *device,
H A Ddevice.c342 caps = hal_device_property_get_strlist (source, "info.capabilities");
443 caps = hal_device_property_get_strlist (device, "info.capabilities");
1086 hal_device_property_get_strlist (HalDevice *device, function
1110 strlist = hal_device_property_get_strlist (device, key);
1313 strlist = hal_device_property_get_strlist (device, key);
H A Dhald.c108 if ((addons = hal_device_property_get_strlist (device, "info.addons")) != NULL) {
H A Dutil.c883 if ((programs = hal_device_property_get_strlist (d, "info.callouts.add")) == NULL) {
901 if ((programs = hal_device_property_get_strlist (d, "info.callouts.remove")) == NULL) {
919 if ((programs = hal_device_property_get_strlist (d, "info.callouts.preprobe")) == NULL) {
H A Ddevice_info.c584 value = hal_device_property_get_strlist (d, prop_to_check);
622 value = hal_device_property_get_strlist (d, prop_to_check);
H A Dhald_dbus.c1850 caps = hal_device_property_get_strlist (d, "info.capabilities");
3748 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
3767 method_names = hal_device_property_get_strlist (d, method_names_prop);
3768 method_signatures = hal_device_property_get_strlist (d, method_signatures_prop);
3769 method_argnames = hal_device_property_get_strlist (d, method_argnames_prop);
4143 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
4153 method_names = hal_device_property_get_strlist (d, s);

Completed in 78 milliseconds