Searched refs:Move (Results 1 - 21 of 21) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h47 virtual status_t Move(KPartition* partition, off_t offset,
H A DKDiskSystem.h74 virtual status_t Move(KPartition* partition, off_t offset,
H A DKPartitioningSystem.h50 virtual status_t Move(KPartition* partition, off_t offset,
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h57 status_t Move(off_t offset);
H A DDiskSystemAddOn.cpp208 BPartitionHandle::Move(off_t offset) function in class:BPartitionHandle
H A DPartitionDelegate.cpp250 // Move
252 BPartition::Delegate::Move(off_t offset) function in class:BPartition::Delegate
257 return fPartitionHandle->Move(offset);
H A DPartition.cpp942 BPartition::Move(off_t offset) function in class:BPartition
953 error = fDelegate->Move(offset);
/haiku/headers/os/support/
H A DStringList.h41 bool Move(int32 fromIndex, int32 toIndex);
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h94 virtual status_t Move(off_t offset);
H A DPartition.h114 status_t Move(off_t newOffset);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp175 Move(&gScreen->RastPort, 0, sScreenTopOffset);
185 Move(&gScreen->RastPort, sFontWidth * x,
H A Drom_calls.h1290 #define Move(par1, par2, last) \ macro
1291 LP3NR(0xf0, Move, struct RastPort *, par1, a1, long, par2, d0, long, last, d1, \
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp249 // Move
251 KDiskSystem::Move(KPartition* partition, off_t offset, disk_job_id job) function in class:KDiskSystem
H A DKFileSystem.cpp147 // Move
149 KFileSystem::Move(KPartition* partition, off_t offset, disk_job_id job) function in class:KFileSystem
H A DKPartitioningSystem.cpp201 // Move
204 KPartitioningSystem::Move(KPartition* partition, off_t offset, disk_job_id job) function in class:KPartitioningSystem
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp358 BTree::Path::Move(int level, int step) function in class:BTree::Path
780 path->Move(level, BTREE_BACKWARD);
819 path->Move(level, BTREE_FORWARD);
951 int move = fPath->Move(0, type);
H A DBTree.h236 int Move(int level, int step);
/haiku/headers/os/interface/
H A DListView.h162 struct Move { int32 from; int32 to; } move; struct in union:BListView::MiscData
/haiku/src/servers/app/
H A DWindow.h57 bool Move(int32 from, int32 to);
H A DWindow.cpp2265 if (fCurrentStack->Move(index, to) == false)
2385 WindowStack::Move(int32 from, int32 to) function in class:WindowStack
/haiku/src/kits/support/
H A DStringList.cpp223 BStringList::Move(int32 fromIndex, int32 toIndex) function in class:BStringList

Completed in 108 milliseconds