Searched refs:acpi_drv_psr_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c145 static int acpi_drv_psr_type = ACPI_DRV_TYPE_UNKNOWN; variable
593 if (acpi_drv_psr_type == ACPI_DRV_TYPE_UNKNOWN) {
597 val = (acpi_drv_psr_type == ACPI_DRV_TYPE_AC) ? 1 : 0;
1120 acpi_drv_psr_type = p->type;
1123 acpi_drv_psr_type = ACPI_DRV_TYPE_UNKNOWN;
1857 if (acpi_drv_psr_type == ACPI_DRV_TYPE_UNKNOWN) {
1862 acpi_drv_psr_type == ACPI_DRV_TYPE_AC ? AC : BATTERY);

Completed in 75 milliseconds