HomeSort by: relevance | last modified time | path
    Searched defs:acpi_scopes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
acpi.c 150 static ACPI_HANDLE acpi_scopes[4]; variable in typeref:typename:ACPI_HANDLE[4]
679 KASSERT(__arraycount(acpi_scopes) == 4);
681 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_PR_", &acpi_scopes[0]);
682 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SB_", &acpi_scopes[1]);
683 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SI_", &acpi_scopes[2]);
684 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_TZ_", &acpi_scopes[3]);
2027 for (i = 0; i < __arraycount(acpi_scopes); i++) {
2029 if (acpi_scopes[i] == NULL)
2032 if (ad->ad_handle == acpi_scopes[i])
acpi.c 150 static ACPI_HANDLE acpi_scopes[4]; variable in typeref:typename:ACPI_HANDLE[4]
679 KASSERT(__arraycount(acpi_scopes) == 4);
681 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_PR_", &acpi_scopes[0]);
682 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SB_", &acpi_scopes[1]);
683 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SI_", &acpi_scopes[2]);
684 (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_TZ_", &acpi_scopes[3]);
2027 for (i = 0; i < __arraycount(acpi_scopes); i++) {
2029 if (acpi_scopes[i] == NULL)
2032 if (ad->ad_handle == acpi_scopes[i])

Completed in 23 milliseconds