Home
last modified time | relevance | path

Searched refs:Prev (Results 1 – 11 of 11) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Dutaddress.c153 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
167 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId]; in AcpiUtRemoveAddressRange()
172 if (RangeInfo == Prev) /* Found at list head */ in AcpiUtRemoveAddressRange()
178 Prev->Next = RangeInfo->Next; in AcpiUtRemoveAddressRange()
191 Prev = RangeInfo; in AcpiUtRemoveAddressRange()
/third_party/lib/acpica/source/components/disassembler/
A Ddmnames.c297 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
335 Prev = NULL; /* Start with Root Node */ in AcpiDmDisplayPath()
336 while (Prev != Op) in AcpiDmDisplayPath()
343 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()
353 if (Prev) in AcpiDmDisplayPath()
394 Prev = Search; in AcpiDmDisplayPath()
/third_party/lib/acpica/source/components/parser/
A Dpsloop.c317 ACPI_OPERAND_OBJECT *Prev; in AcpiPsLinkModuleCode() local
328 Prev = Next = AcpiGbl_ModuleCodeList; in AcpiPsLinkModuleCode()
331 Prev = Next; in AcpiPsLinkModuleCode()
339 if (!Prev || in AcpiPsLinkModuleCode()
340 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart)) in AcpiPsLinkModuleCode()
374 if (!Prev) in AcpiPsLinkModuleCode()
380 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode()
386 "Appending to existing code block: %p\n", Prev)); in AcpiPsLinkModuleCode()
388 Prev->Method.AmlLength += AmlLength; in AcpiPsLinkModuleCode()
A Dpsparse.c147 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
178 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()
179 if (!Prev) in AcpiPsCompleteThisOp()
264 if (Prev == Op) in AcpiPsCompleteThisOp()
284 else while (Prev) in AcpiPsCompleteThisOp()
288 Next = Prev->Common.Next; in AcpiPsCompleteThisOp()
296 Prev->Common.Next = ReplacementOp; in AcpiPsCompleteThisOp()
302 Prev->Common.Next = Op->Common.Next; in AcpiPsCompleteThisOp()
306 Prev = Next; in AcpiPsCompleteThisOp()
A Dpsargs.c765 ACPI_PARSE_OBJECT *Prev = NULL; in AcpiPsGetNextArg() local
815 if (Prev) in AcpiPsGetNextArg()
817 Prev->Common.Next = Field; in AcpiPsGetNextArg()
823 Prev = Field; in AcpiPsGetNextArg()
/third_party/lib/acpica/source/components/executer/
A Dexmutex.c88 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()
91 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()
93 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()
101 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel = in AcpiExUnlinkMutex()
136 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()
143 ListHead->Mutex.Prev = ObjDesc; in AcpiExLinkMutex()
577 ObjDesc->Mutex.Prev = NULL; in AcpiExReleaseAllMutexes()
/third_party/lib/acpica/source/components/namespace/
A Dnseval.c356 ACPI_OPERAND_OBJECT *Prev; in AcpiNsExecModuleCodeList() local
385 Prev = Next; in AcpiNsExecModuleCodeList()
390 Prev->Method.Mutex = NULL; in AcpiNsExecModuleCodeList()
391 AcpiNsExecModuleCode (Prev, Info); in AcpiNsExecModuleCodeList()
396 AcpiUtRemoveReference (Prev); in AcpiNsExecModuleCodeList()
A Dnsutils.c704 ACPI_OPERAND_OBJECT *Prev; in AcpiNsTerminate() local
712 Prev = Next; in AcpiNsTerminate()
714 Prev->Method.Mutex = NULL; /* Clear the Mutex (cheated) field */ in AcpiNsTerminate()
715 AcpiUtRemoveReference (Prev); in AcpiNsTerminate()
/third_party/lib/acpica/source/compiler/
A Daslerror.c137 ASL_ERROR_MSG *Prev; in AeAddToErrorLog() local
152 Prev = NULL; in AeAddToErrorLog()
158 Prev = Next; in AeAddToErrorLog()
166 if (Prev) in AeAddToErrorLog()
168 Prev->Next = Enode; in AeAddToErrorLog()
A Ddtio.c209 DT_FIELD *Prev; in DtLinkField() local
213 Prev = Next = Gbl_FieldList; in DtLinkField()
217 Prev = Next; in DtLinkField()
221 if (Prev) in DtLinkField()
223 Prev->Next = Field; in DtLinkField()
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h189 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member

Completed in 15 milliseconds