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

/illumos-gate/usr/src/uts/intel/io/acpica/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);
199 AcpiDbDisplayResultObject (LocalObjDesc, WalkState);
206 if (LocalObjDesc != ObjDesc)
208 AcpiUtRemoveReference (LocalObjDesc);

Completed in 71 milliseconds