Home
last modified time | relevance | path

Searched refs:libhal_device_get_property_int (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c315 remaining_percentage = libhal_device_get_property_int(ctx, udi, in battery_dynamic_update()
343 reporting_lastfull = libhal_device_get_property_int(ctx, udi, in battery_dynamic_update()
352 design_voltage = libhal_device_get_property_int(ctx, udi, in battery_dynamic_update()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c213 libhal_device_get_property_int (hal_ctx, udi, key, &error)); in main()
H A Dlshal.c415 dbus_int32_t value = libhal_device_get_property_int (hal_ctx, udi, key, &error); in print_property()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers64 libhal_device_get_property_int;
H A Dlibhal.h262 dbus_int32_t libhal_device_get_property_int (LibHalContext *ctx,
H A Dlibhal.c1349 libhal_device_get_property_int (LibHalContext *ctx, in libhal_device_get_property_int() function