Searched refs:Previous (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeutil.c335 GpeXrupt->Previous = NextGpeXrupt;
408 if (GpeXrupt->Previous)
410 GpeXrupt->Previous->Next = GpeXrupt->Next;
421 GpeXrupt->Next->Previous = GpeXrupt->Previous;
H A Devgpeblk.c226 GpeBlock->Previous = NextGpeBlock;
280 if (!GpeBlock->Previous && !GpeBlock->Next)
295 if (GpeBlock->Previous)
297 GpeBlock->Previous->Next = GpeBlock->Next;
306 GpeBlock->Next->Previous = GpeBlock->Previous;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c490 return (Element->Previous);
568 ((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->Previous =
573 Allocation->Previous = NULL;
582 Allocation->Previous = Element;
586 (Element->Next)->Previous = Allocation;
652 if (Allocation->Previous)
654 (Allocation->Previous)->Next = Allocation->Next;
663 (Allocation->Next)->Previous = Allocation->Previous;
/haiku/src/apps/bootmanager/
H A DWizardController.h26 virtual void Previous(WizardView* wizard);
H A DBootManagerController.h37 virtual void Previous(WizardView* wizard);
H A DWizardController.cpp72 WizardController::Previous(WizardView* wizard) function in class:WizardController
H A DBootManagerWindow.cpp70 fController.Previous(fWizardView);
H A DBootManagerController.cpp71 BootManagerController::Previous(WizardView* wizard) function in class:BootManagerController
74 WizardController::Previous(wizard);
285 // TODO prevent overwriting MBR after clicking "Previous"
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h54 AVLTreeNode* Previous(AVLTreeNode* node) const;
146 inline AVLTreeNode* Previous() function in class:AVLTreeIterator
150 fCurrent = fParent->Previous(fCurrent);
152 fCurrent = fParent->Previous(fNext);
H A DAVLTree.h47 Value* Previous(Value* value) const;
164 inline Value* Previous() function in class:AVLTree::ConstIterator
166 if (AVLTreeNode* node = fTreeIterator.Previous())
237 AVLTree<Definition>::Previous(Value* value) const function in class:AVLTree
242 AVLTreeNode* node = fTree.Previous(_GetAVLTreeNode(value));
H A DAVLTreeMap.h68 Node* Previous(Node* node) const;
220 inline Value Previous() function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
222 if (AVLTreeNode* node = fTreeIterator.Previous())
287 // Previous
290 _AVL_TREE_MAP_CLASS_NAME::Previous(Node* node) const function in class:_AVL_TREE_MAP_CLASS_NAME
295 AVLTreeNode* treeNode = fTree.Previous(_GetAVLTreeNode(node));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c441 ACPI_PCI_DEVICE *Previous; local
447 Previous = Next;
448 Next = Previous->Next;
449 ACPI_FREE (Previous);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h312 Node* Previous(Node* node) const;
382 inline Value* Previous() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
384 fIterator.Previous();
456 TWO_KEY_AVL_TREE_CLASS_NAME::Previous(Node* node) const function in class:TWO_KEY_AVL_TREE_CLASS_NAME
458 return fTreeMap.Previous(node);
511 node = less ? Previous(node) : Next(node);
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h49 inline vm_page* Previous(vm_page* page) const;
259 VMPageQueue::Previous(vm_page* page) const function in class:VMPageQueue
H A DVMCache.cpp413 entry = iterator.Previous();
437 entry = iterator.Previous();
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp93 AVLTreeBase::Previous(AVLTreeNode* node) const function in class:AVLTreeBase
190 return Previous(node);
/haiku/headers/private/kernel/
H A Dtracing.h243 TraceEntry* Previous();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h170 fNextTreeNode = Policy::GetNodeTree(fIndex)->Previous(fNextTreeNode);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h273 LogicalPartition* Previous() const function in class:LogicalPartition
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1223 TraceEntryIterator::Previous() function in class:TraceEntryIterator
1271 Previous();
1486 TraceEntry* entry = iterator.Previous();
1507 iterator.Previous();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h692 struct acpi_gpe_block_info *Previous; member in struct:acpi_gpe_block_info
710 struct acpi_gpe_xrupt_info *Previous; member in struct:acpi_gpe_xrupt_info
1596 struct acpi_debug_mem_block *Previous; \
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h301 fIterator.Previous();
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1941 LogicalPartition* prev = logical->Previous();
2054 LogicalPartition* prev = logical->Previous();
2282 LogicalPartition* previous = logical->Previous();
2338 LogicalPartition* previous = logical->Previous();
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp575 while (TraceEntry* _entry = iterator.Previous()) {
800 while (TraceEntry* _entry = iterator.Previous()) {
/haiku/headers/build/os/app/
H A DMessage.h79 const BMessage *Previous() const;

Completed in 474 milliseconds

12