Searched defs:reporting_unit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/hal/utils/
H A Dacpi.c287 char *reporting_unit; local
340 reporting_unit = libhal_device_get_property_string(ctx, udi,
350 if (reporting_unit && strcmp(reporting_unit, "mAh") == 0) {
381 libhal_free_string(reporting_unit);
439 libhal_free_string(reporting_unit);
454 char reporting_unit[10]; local
486 strlcpy(reporting_unit, "mAh", sizeof (reporting_unit));
490 strlcpy(reporting_unit, "mW
[all...]

Completed in 33 milliseconds