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

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

Completed in 21 milliseconds