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

/linux-master/drivers/acpi/acpica/
H A Dnsaccess.c297 acpi_object_type type_to_check_for; local
352 type_to_check_for = type;
687 if ((type_to_check_for != ACPI_TYPE_ANY) &&
688 (type_to_check_for != ACPI_TYPE_LOCAL_ALIAS) &&
689 (type_to_check_for != ACPI_TYPE_LOCAL_METHOD_ALIAS)
690 && (type_to_check_for != ACPI_TYPE_LOCAL_SCOPE)
692 && (this_node->type != type_to_check_for)) {
702 (type_to_check_for)));

Completed in 223 milliseconds