type_to_check_for  298 drivers/acpi/acpica/nsaccess.c 	acpi_object_type type_to_check_for;
type_to_check_for  353 drivers/acpi/acpica/nsaccess.c 	type_to_check_for = type;
type_to_check_for  688 drivers/acpi/acpica/nsaccess.c 			if ((type_to_check_for != ACPI_TYPE_ANY) &&
type_to_check_for  689 drivers/acpi/acpica/nsaccess.c 			    (type_to_check_for != ACPI_TYPE_LOCAL_ALIAS) &&
type_to_check_for  690 drivers/acpi/acpica/nsaccess.c 			    (type_to_check_for != ACPI_TYPE_LOCAL_METHOD_ALIAS)
type_to_check_for  691 drivers/acpi/acpica/nsaccess.c 			    && (type_to_check_for != ACPI_TYPE_LOCAL_SCOPE)
type_to_check_for  693 drivers/acpi/acpica/nsaccess.c 			    && (this_node->type != type_to_check_for)) {
type_to_check_for  703 drivers/acpi/acpica/nsaccess.c 					      (type_to_check_for)));