Home
last modified time | relevance | path

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

/freebsd/sys/x86/acpica/
H A Dacpi_apm.c170 if (app->ap_device != PMDV_ALLDEV && in acpi_capm_get_pwstatus()
171 (app->ap_device < PMDV_BATT0 || app->ap_device > PMDV_BATT_ALL)) in acpi_capm_get_pwstatus()
174 if (app->ap_device == PMDV_ALLDEV) in acpi_capm_get_pwstatus()
177 unit = app->ap_device - PMDV_BATT0; in acpi_capm_get_pwstatus()
/freebsd/sys/x86/include/
H A Dapm_bios.h221 u_int ap_device; /* Device code of battery */ member
/freebsd/usr.sbin/apm/
H A Dapm.c222 aps.ap_device = PMDV_BATT0 + i; in print_all_info()