Searched refs:hal_device_property_get_strlist (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device.h | 139 GSList *hal_device_property_get_strlist (HalDevice *device,
|
H A D | device.c | 342 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 D | hald.c | 108 if ((addons = hal_device_property_get_strlist (device, "info.addons")) != NULL) {
|
H A D | util.c | 883 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 D | device_info.c | 584 value = hal_device_property_get_strlist (d, prop_to_check); 622 value = hal_device_property_get_strlist (d, prop_to_check);
|
H A D | hald_dbus.c | 1850 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 77 milliseconds