Home
last modified time | relevance | path

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

/freebsd-head/sys/x86/include/
HDapm_bios.h226 int ap_batt_time; /* Remaining battery time in seconds (0) */ member
/freebsd-head/usr.sbin/apm/
HDapm.c235 print_batt_time(aps.ap_batt_time); in print_all_info()
/freebsd-head/sys/x86/acpica/
HDacpi_apm.c190 app->ap_batt_time = (batt.min == -1) ? -1 : batt.min * 60; in acpi_capm_get_pwstatus()