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

12

/haiku-fatelf/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-fatelf/headers/os/support/
H A DStringList.h41 bool Move(int32 fromIndex, int32 toIndex);
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitionDelegate.h57 status_t Move(off_t offset);
H A DDiskSystemAddOn.cpp233 // Move
235 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.cpp905 BPartition::Move(off_t offset) function in class:BPartition
916 error = fDelegate->Move(offset);
/haiku-fatelf/headers/private/storage/
H A DDiskSystemAddOn.h94 virtual status_t Move(off_t offset);
H A DPartition.h112 status_t Move(off_t newOffset);
/haiku-fatelf/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-fatelf/headers/os/interface/
H A DListView.h161 struct Move { int32 from; int32 to; } move; struct in union:BListView::MiscData
/haiku-fatelf/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.cpp135 // Move
137 KFileSystem::Move(KPartition* partition, off_t offset, disk_job_id job) function in class:KFileSystem
H A DKPartitioningSystem.cpp196 // Move
199 KPartitioningSystem::Move(KPartition* partition, off_t offset, disk_job_id job) function in class:KPartitioningSystem
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm93 mov cx,&argsSize ;; Move the arguments to the stack.
/haiku-fatelf/src/servers/app/
H A DWindow.h54 bool Move(int32 from, int32 to);
H A DWindow.cpp2260 if (fCurrentStack->Move(index, to) == false)
2382 WindowStack::Move(int32 from, int32 to) function in class:WindowStack
/haiku-fatelf/src/kits/support/
H A DStringList.cpp213 BStringList::Move(int32 fromIndex, int32 toIndex) function in class:BStringList
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x45 * many files: Move stdio.h before param.h.
192 * Makefile.dist (Makefile): Move comments after commands.
326 * default-dep.c (read_inferior_memory): Move #endif after else.
342 * Makefile.dist (gdb.tar.Z): Move comment above dependency.
452 * convex-dep.c (psw_info): Move "struct pswbit *p" with declarations.
723 (core_file_command): Move code to set COREFILE.
796 * inflow.c [TIOCGETC]: Move #include "param.h" back before
814 * inflow.c: Move #include "param.h" after system #includes.
846 * symtab.c (find_pc_psymbol): Move best_pc=psymtab->textlow-1
2348 (breakpoint_stop_status): Move th
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5564 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
565 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps719 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
720 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.aix4821 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
822 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.hpux11727 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
728 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row

Completed in 311 milliseconds

12