Searched refs:hal_device_property_get_uint64 (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device.h | 133 dbus_uint64_t hal_device_property_get_uint64 (HalDevice *device,
|
H A D | device.c | 390 hal_device_property_get_uint64 (device2, key)) 639 hal_device_property_get_uint64 (HalDevice *device, const char *key) function 877 to_device, to, hal_device_property_get_uint64 (from_device, from));
|
H A D | device_info.c | 300 *result = ((dbus_int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (right_side, NULL, 0)); 416 if (hal_device_property_get_uint64 (d, prop_to_check) != value) {
|
Completed in 21 milliseconds