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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutaddress.c252 ACPI_ADDRESS_RANGE *Prev; local
266 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId];
271 if (RangeInfo == Prev) /* Found at list head */
277 Prev->Next = RangeInfo->Next;
290 Prev = RangeInfo;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexmutex.c196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
199 if (ObjDesc->Mutex.Prev)
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next;
209 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel =
244 ObjDesc->Mutex.Prev = NULL;
251 ListHead->Mutex.Prev = ObjDesc;
597 "Prev SyncLevel %u, Depth %u TID %p\n",
617 "Prev SyncLevel %u, Depth %u\n",
685 ObjDesc->Mutex.Prev
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsparse.c256 ACPI_PARSE_OBJECT *Prev; local
287 Prev = Op->Common.Parent->Common.Value.Arg;
288 if (!Prev)
373 if (Prev == Op)
393 else while (Prev)
397 Next = Prev->Common.Next;
405 Prev->Common.Next = ReplacementOp;
411 Prev->Common.Next = Op->Common.Next;
415 Prev = Next;
H A Dpsargs.c900 ACPI_PARSE_OBJECT *Prev = NULL; local
954 if (Prev)
956 Prev->Common.Next = Field;
962 Prev = Field;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member in struct:acpi_object_mutex

Completed in 43 milliseconds