mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
UtFormatException obsoleted; AcpiFormatException substituted globally
date 2001.07.06.22.16.00; author rmoore1; state Exp;
This commit is contained in:
parent
cd42d35916
commit
a4e2e68136
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exmonad - ACPI AML execution for monadic (1 operand) operators
|
||||
* $Revision: 1.101 $
|
||||
* $Revision: 1.102 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -251,7 +251,7 @@ AcpiExMonadic1 (
|
||||
if (ACPI_FAILURE (ResolveStatus))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: Could not resolve operands, %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (ResolveStatus)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (ResolveStatus)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -259,7 +259,7 @@ AcpiExMonadic1 (
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -382,7 +382,7 @@ AcpiExMonadic2R (
|
||||
if (ACPI_FAILURE (ResolveStatus))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: Could not resolve operands, %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (ResolveStatus)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (ResolveStatus)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -390,7 +390,7 @@ AcpiExMonadic2R (
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException(Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException(Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -749,7 +749,7 @@ AcpiExMonadic2 (
|
||||
if (ACPI_FAILURE (ResolveStatus))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: Could not resolve operands, %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (ResolveStatus)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (ResolveStatus)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -757,7 +757,7 @@ AcpiExMonadic2 (
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("[%s]: Bad operand(s), %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -832,7 +832,7 @@ AcpiExMonadic2 (
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("%s: bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException(Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException(Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exdyadic - ACPI AML execution for dyadic (2-operand) operators
|
||||
* $Revision: 1.79 $
|
||||
* $Revision: 1.80 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -352,7 +352,7 @@ AcpiExDyadic1 (
|
||||
/* Invalid parameters on object stack */
|
||||
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("(%s) bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -478,7 +478,7 @@ AcpiExDyadic2R (
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("(%s) bad operand(s) (%s)\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -840,7 +840,7 @@ AcpiExDyadic2S (
|
||||
/* Invalid parameters on object stack */
|
||||
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("(%s) bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
@ -974,7 +974,7 @@ AcpiExDyadic2 (
|
||||
/* Invalid parameters on object stack */
|
||||
|
||||
DEBUG_PRINTP (ACPI_ERROR, ("(%s) bad operand(s) %s\n",
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiUtFormatException (Status)));
|
||||
AcpiPsGetOpcodeName (Opcode), AcpiFormatException (Status)));
|
||||
|
||||
goto Cleanup;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user