exconvrt.c (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | exconvrt.c (a5922a1f738b077c9f341f4bf3c02be436d39687) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: exconvrt - Object conversion routines 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2015, Intel Corp. --- 604 unchanged lines hidden (view full) --- 613 acpi_ut_get_type_name 614 (destination_type))); 615 status = AE_TYPE; 616 } 617 } 618 break; 619 620 case ARGI_TARGETREF: | 1/****************************************************************************** 2 * 3 * Module Name: exconvrt - Object conversion routines 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2015, Intel Corp. --- 604 unchanged lines hidden (view full) --- 613 acpi_ut_get_type_name 614 (destination_type))); 615 status = AE_TYPE; 616 } 617 } 618 break; 619 620 case ARGI_TARGETREF: |
621 case ARGI_STORE_TARGET: |
|
621 622 switch (destination_type) { 623 case ACPI_TYPE_INTEGER: 624 case ACPI_TYPE_BUFFER_FIELD: 625 case ACPI_TYPE_LOCAL_BANK_FIELD: 626 case ACPI_TYPE_LOCAL_INDEX_FIELD: 627 /* 628 * These types require an Integer operand. We can convert --- 65 unchanged lines hidden --- | 622 623 switch (destination_type) { 624 case ACPI_TYPE_INTEGER: 625 case ACPI_TYPE_BUFFER_FIELD: 626 case ACPI_TYPE_LOCAL_BANK_FIELD: 627 case ACPI_TYPE_LOCAL_INDEX_FIELD: 628 /* 629 * These types require an Integer operand. We can convert --- 65 unchanged lines hidden --- |