Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/bios/
H A Dapm.c222 sc->bios.r.ebx = PMDV_ALLDEV; in apm_enable_disable_pm()
258 sc->bios.r.ebx = PMDV_ALLDEV; in apm_engage_disengage_pm()
287 sc->bios.r.ebx = PMDV_ALLDEV; in apm_suspend_system()
344 sc->bios.r.ebx = PMDV_ALLDEV; in apm_power_off()
505 sc->bios.r.ebx = PMDV_ALLDEV; in apm_lastreq_notify()
521 sc->bios.r.ebx = PMDV_ALLDEV; in apm_lastreq_rejected()
593 if (app->ap_device != PMDV_ALLDEV && in apm_get_pwstatus()
631 aps.ap_device = PMDV_ALLDEV; in apm_get_info()
/freebsd-12.1/sys/x86/acpica/
H A Dacpi_apm.c173 if (app->ap_device != PMDV_ALLDEV && in acpi_capm_get_pwstatus()
177 if (app->ap_device == PMDV_ALLDEV) in acpi_capm_get_pwstatus()
/freebsd-12.1/sys/x86/include/
H A Dapm_bios.h82 #define PMDV_ALLDEV 0x0001 macro