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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutaddress.c227 ACPI_ADDRESS_RANGE *Prev; local
241 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId];
246 if (RangeInfo == Prev) /* Found at list head */
252 Prev->Next = RangeInfo->Next;
265 Prev = RangeInfo;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexmutex.c162 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
165 if (ObjDesc->Mutex.Prev)
167 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next;
175 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel =
210 ObjDesc->Mutex.Prev = NULL;
217 ListHead->Mutex.Prev = ObjDesc;
599 ObjDesc->Mutex.Prev = NULL;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnseval.c389 ACPI_OPERAND_OBJECT *Prev; local
418 Prev = Next;
423 Prev->Method.Mutex = NULL;
424 AcpiNsExecModuleCode (Prev, Info);
429 AcpiUtRemoveReference (Prev);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsparse.c220 ACPI_PARSE_OBJECT *Prev; local
249 Prev = Op->Common.Parent->Common.Value.Arg;
250 if (!Prev)
332 if (Prev == Op)
352 else while (Prev)
356 Next = Prev->Common.Next;
364 Prev->Common.Next = ReplacementOp;
370 Prev->Common.Next = Op->Common.Next;
374 Prev = Next;
H A Dpsloop.c755 ACPI_OPERAND_OBJECT *Prev; local
763 Prev = Next = AcpiGbl_ModuleCodeList;
766 Prev = Next;
774 if (!Prev ||
775 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart))
806 if (!Prev)
812 Prev->Method.Mutex = MethodObj;
817 Prev->Method.AmlLength += AmlLength;
H A Dpsargs.c842 ACPI_PARSE_OBJECT *Prev = NULL; local
893 if (Prev)
895 Prev->Common.Next = Field;
901 Prev = Field;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h260 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member in struct:acpi_object_mutex
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html525 # 'Prev_Button' => 'Prev',
681 # Prev -- previous node of texinfo
752 # T2H_HREF of Next, Prev, Up, Forward, Back are not defined
807 # T2H_HREF of Next, Prev, Up, Forward, Back, etc are not defined
1029 'Prev', '',
1049 'Prev', '',
1078 'Prev', 'Prev',
1275 'Prev', 'previous section same level',
1293 'Prev', '1.
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html524 # 'Prev_Button' => 'Prev',
680 # Prev -- previous node of texinfo
751 # T2H_HREF of Next, Prev, Up, Forward, Back are not defined
806 # T2H_HREF of Next, Prev, Up, Forward, Back, etc are not defined
1028 'Prev', '',
1048 'Prev', '',
1077 'Prev', 'Prev',
1274 'Prev', 'previous section same level',
1292 'Prev', '1.
[all...]

Completed in 66 milliseconds