Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/x86/include/
Dapm_bios.h227 u_int ap_batt_flag; /* Battery flag (0) */ member
/freebsd-10-stable/usr.sbin/apm/
Dapm.c228 if (aps.ap_batt_flag & APM_BATT_NOT_PRESENT) { in print_all_info()
/freebsd-10-stable/sys/x86/acpica/
Dacpi_apm.c189 app->ap_batt_flag = acpi_capm_convert_battflags(&batt); in acpi_capm_get_pwstatus()
/freebsd-10-stable/sys/i386/bios/
Dapm.c642 app->ap_batt_flag = (sc->bios.r.ecx >> 8) & 0xff; in apm_get_pwstatus()