Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c284 int reporting_lastfull; in battery_dynamic_update() local
343 reporting_lastfull = libhal_device_get_property_int(ctx, udi, in battery_dynamic_update()
364 reporting_lastfull = (reporting_lastfull * present_voltage) / in battery_dynamic_update()
371 if (reporting_current > reporting_lastfull) { in battery_dynamic_update()
372 reporting_current = reporting_lastfull; in battery_dynamic_update()
389 "battery.charge_level.last_full", reporting_lastfull); in battery_dynamic_update()
394 reporting_current, reporting_lastfull); in battery_dynamic_update()
396 reporting_current, reporting_lastfull, discharging, charging, 0); in battery_dynamic_update()
404 reporting_rate, reporting_current, reporting_lastfull, in battery_dynamic_update()