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

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

Completed in 49 milliseconds