Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/hal/hald/
H A Ddevice.c249 hal_property_get_uint64 (p)); in hal_device_merge_with_rewrite()
319 hal_property_get_uint64 (p)); in hal_device_merge()
389 if (hal_property_get_uint64 (p) != in hal_device_matches()
578 snprintf (buf, bufsize, "%llu", (long long unsigned int) hal_property_get_uint64 (prop)); in hal_device_property_get_as_string()
649 return hal_property_get_uint64 (prop); in hal_device_property_get_uint64()
770 if (hal_property_get_uint64 (prop) == value) in hal_device_property_set_uint64()
958 (long long unsigned int) hal_property_get_uint64 (p), in hal_device_print()
959 (long long unsigned int) hal_property_get_uint64 (p)); in hal_device_print()
H A Dproperty.h68 dbus_uint64_t hal_property_get_uint64 (HalProperty *prop);
H A Dproperty.c191 hal_property_get_uint64 (HalProperty *prop) in hal_property_get_uint64() function
H A Dhald_dbus.c790 v = hal_property_get_uint64 (p); in foreach_property_append()
1249 ul = hal_property_get_uint64 (p); in device_get_property()