Home
last modified time | relevance | path

Searched refs:hal_device_property_get_uint64 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h133 dbus_uint64_t hal_device_property_get_uint64 (HalDevice *device,
H A Ddevice.c390 hal_device_property_get_uint64 (device2, key)) in hal_device_matches()
639 hal_device_property_get_uint64 (HalDevice *device, const char *key) in hal_device_property_get_uint64() function
877 to_device, to, hal_device_property_get_uint64 (from_device, from)); in hal_device_copy_property()
H A Ddevice_info.c300 …*result = ((dbus_int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (righ… in match_compare_property()
416 if (hal_device_property_get_uint64 (d, prop_to_check) != value) { in handle_match()