Home
last modified time | relevance | path

Searched refs:DdbHandle (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexconfig.c63 ACPI_OPERAND_OBJECT **DdbHandle);
91 ACPI_OPERAND_OBJECT **DdbHandle) in AcpiExAddTable() argument
113 *DdbHandle = ObjDesc; in AcpiExAddTable()
125 *DdbHandle = NULL; in AcpiExAddTable()
176 ACPI_OPERAND_OBJECT *DdbHandle; in AcpiExLoadTableOp() local
199 DdbHandle = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiExLoadTableOp()
200 if (!DdbHandle) in AcpiExLoadTableOp()
205 *ReturnDesc = DdbHandle; in AcpiExLoadTableOp()
256 Status = AcpiExAddTable (TableIndex, ParentNode, &DdbHandle); in AcpiExLoadTableOp()
272 (void) AcpiExUnloadTable (DdbHandle); in AcpiExLoadTableOp()
[all …]
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h337 ACPI_OPERAND_OBJECT *DdbHandle);
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2556 exception code for the case where the input DdbHandle is invalid, from
6242 Fixed several reference count issues with the DdbHandle object that is
6935 for the DdbHandle subtype, addition of a reference class field to
7176 Fixed a possible memory leak in the Unload operator. The DdbHandle
7864 Fixed a problem with the Debug object where a store of a DdbHandle
12656 operation. Implemented full support for the "DdbHandle" object