Searched refs:LocalObjDesc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c98 ACPI_OPERAND_OBJECT *LocalObjDesc = NULL; local
147 Status = AcpiExConvertToInteger (ObjDesc, &LocalObjDesc, 16);
153 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
165 (void) AcpiExTruncateFor32bitTable (LocalObjDesc);
171 if (LocalObjDesc->Integer.Value)
187 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE);
197 ACPI_DEBUGGER_EXEC (AcpiDbDisplayResultObject (LocalObjDesc, WalkState));
203 if (LocalObjDesc != ObjDesc)
205 AcpiUtRemoveReference (LocalObjDesc);

Completed in 29 milliseconds