Home
last modified time | relevance | path

Searched refs:hal_property_get_bool (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/hal/hald/
H A Ddevice.c255 hal_property_get_bool (p)); in hal_device_merge_with_rewrite()
325 hal_property_get_bool (p)); in hal_device_merge()
395 if (hal_property_get_bool (p) != in hal_device_matches()
584 strncpy (buf, hal_property_get_bool (prop) ? "true" : "false", bufsize); in hal_device_property_get_as_string()
665 return hal_property_get_bool (prop); in hal_device_property_get_bool()
804 if (hal_property_get_bool (prop) == value) in hal_device_property_set_bool()
969 (hal_property_get_bool (p) ? "true" : in hal_device_print()
H A Dproperty.h69 dbus_bool_t hal_property_get_bool (HalProperty *prop);
H A Dproperty.c200 hal_property_get_bool (HalProperty *prop) in hal_property_get_bool() function
H A Dhald_dbus.c830 v = hal_property_get_bool (p); in foreach_property_append()
1263 b = hal_property_get_bool (p); in device_get_property()