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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h68 dbus_uint64_t hal_property_get_uint64 (HalProperty *prop);
H A Ddevice.c249 hal_property_get_uint64 (p));
319 hal_property_get_uint64 (p));
389 if (hal_property_get_uint64 (p) !=
578 snprintf (buf, bufsize, "%llu", (long long unsigned int) hal_property_get_uint64 (prop));
649 return hal_property_get_uint64 (prop);
770 if (hal_property_get_uint64 (prop) == value)
958 (long long unsigned int) hal_property_get_uint64 (p),
959 (long long unsigned int) hal_property_get_uint64 (p));
H A Dproperty.c191 hal_property_get_uint64 (HalProperty *prop) function
H A Dhald_dbus.c790 v = hal_property_get_uint64 (p);
1249 ul = hal_property_get_uint64 (p);

Completed in 71 milliseconds