Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexconfig.c171 ACPI_OPERAND_OBJECT **DdbHandle);
198 ACPI_OPERAND_OBJECT **DdbHandle) in AcpiExAddTable() argument
219 *DdbHandle = ObjDesc; in AcpiExAddTable()
247 ACPI_OPERAND_OBJECT *DdbHandle; in AcpiExLoadTableOp() local
271 DdbHandle = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiExLoadTableOp()
272 if (!DdbHandle) in AcpiExLoadTableOp()
277 *ReturnDesc = DdbHandle; in AcpiExLoadTableOp()
339 Status = AcpiExAddTable (TableIndex, &DdbHandle); in AcpiExLoadTableOp()
360 (void) AcpiExUnloadTable (DdbHandle); in AcpiExLoadTableOp()
362 AcpiUtRemoveReference (DdbHandle); in AcpiExLoadTableOp()
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslstubs.c332 ACPI_OPERAND_OBJECT *DdbHandle) in AcpiExUnloadTable() argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h445 ACPI_OPERAND_OBJECT *DdbHandle);
/illumos-gate/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