Searched refs:DdbHandle (Results 1 – 4 of 4) sorted by relevance
171 ACPI_OPERAND_OBJECT **DdbHandle);198 ACPI_OPERAND_OBJECT **DdbHandle) in AcpiExAddTable() argument219 *DdbHandle = ObjDesc; in AcpiExAddTable()247 ACPI_OPERAND_OBJECT *DdbHandle; in AcpiExLoadTableOp() local271 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 …]
332 ACPI_OPERAND_OBJECT *DdbHandle) in AcpiExUnloadTable() argument
445 ACPI_OPERAND_OBJECT *DdbHandle);
2556 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