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

/freebsd-11.0-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);
198 AcpiDbDisplayResultObject (LocalObjDesc, WalkState);
204 if (LocalObjDesc != ObjDesc)
206 AcpiUtRemoveReference (LocalObjDesc);

Completed in 98 milliseconds