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

/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c594 ACPI_OPERAND_OBJECT *NewObjDesc; local
631 NewObjDesc = ObjDesc;
635 ObjDesc, &NewObjDesc, WalkState);
681 NewObjDesc, CurrentObjDesc));
688 Status = AcpiExStoreObjectToNode (NewObjDesc,
694 if (NewObjDesc != ObjDesc)
696 AcpiUtRemoveReference (NewObjDesc);
709 * Install the Obj descriptor (*NewObjDesc) into
713 Status = AcpiDsMethodDataSetValue (Type, Index, NewObjDesc, WalkState);
717 if (NewObjDesc !
[all...]
H A Ddsutils.c858 ACPI_OPERAND_OBJECT *NewObjDesc; local
889 NewObjDesc = *Operand;
908 *Operand, &NewObjDesc, WalkState);
920 NewObjDesc = *Operand;
928 WalkState->ResultObj = NewObjDesc;
934 WalkState->ResultObj = NewObjDesc;

Completed in 99 milliseconds