Home
last modified time | relevance | path

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

/acpica-3.6.0/source/compiler/
Daslexternal.c192 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local
266 Prev = AslGbl_ExternalsListHead; in ExDoExternal()
267 Next = Prev; in ExDoExternal()
270 Prev = Next; in ExDoExternal()
274 Prev->Asl.Next = ListOp; in ExDoExternal()
484 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
552 Prev = Next = ParentOp->Asl.Child; in ExMoveExternals()
558 Prev = Next; in ExMoveExternals()
564 if (Prev == ExternalOp) in ExMoveExternals()
571 Prev->Asl.Next = ExternalOp->Asl.Next; in ExMoveExternals()
[all …]
Ddtfield.c836 DT_FIELD *Prev; in DtLinkField() local
840 Prev = Next = AslGbl_FieldList; in DtLinkField()
844 Prev = Next; in DtLinkField()
848 if (Prev) in DtLinkField()
850 Prev->Next = Field; in DtLinkField()
Daslerror.c295 ASL_ERROR_MSG *Prev; in AeAddToErrorLog() local
310 Prev = NULL; in AeAddToErrorLog()
315 Prev = Next; in AeAddToErrorLog()
323 if (Prev) in AeAddToErrorLog()
325 Prev->Next = Enode; in AeAddToErrorLog()
/acpica-3.6.0/source/components/executer/
Dexmutex.c196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()
199 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()
209 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel = in AcpiExUnlinkMutex()
244 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()
251 ListHead->Mutex.Prev = ObjDesc; in AcpiExLinkMutex()
685 ObjDesc->Mutex.Prev = NULL; in AcpiExReleaseAllMutexes()
/acpica-3.6.0/source/components/parser/
Dpsparse.c256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
287 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()
288 if (!Prev) in AcpiPsCompleteThisOp()
373 if (Prev == Op) in AcpiPsCompleteThisOp()
393 else while (Prev) in AcpiPsCompleteThisOp()
397 Next = Prev->Common.Next; in AcpiPsCompleteThisOp()
405 Prev->Common.Next = ReplacementOp; in AcpiPsCompleteThisOp()
411 Prev->Common.Next = Op->Common.Next; in AcpiPsCompleteThisOp()
415 Prev = Next; in AcpiPsCompleteThisOp()
Dpsargs.c900 ACPI_PARSE_OBJECT *Prev = NULL; in AcpiPsGetNextArg() local
954 if (Prev) in AcpiPsGetNextArg()
956 Prev->Common.Next = Field; in AcpiPsGetNextArg()
962 Prev = Field; in AcpiPsGetNextArg()
/acpica-3.6.0/source/components/disassembler/
Ddmnames.c405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
443 Prev = NULL; /* Start with Root Node */ in AcpiDmDisplayPath()
444 while (Prev != Op) in AcpiDmDisplayPath()
451 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()
461 if (Prev) in AcpiDmDisplayPath()
502 Prev = Search; in AcpiDmDisplayPath()
/acpica-3.6.0/source/components/utilities/
Dutaddress.c252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
266 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId]; in AcpiUtRemoveAddressRange()
271 if (RangeInfo == Prev) /* Found at list head */ in AcpiUtRemoveAddressRange()
277 Prev->Next = RangeInfo->Next; in AcpiUtRemoveAddressRange()
290 Prev = RangeInfo; in AcpiUtRemoveAddressRange()
/acpica-3.6.0/source/include/
Dacobject.h299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member
/acpica-3.6.0/generate/lint/
Denv-vc6.lnt36 "Next Error" ("Prev Error") entries in the "Search" menu.