Searched refs:previous (Results 76 - 100 of 119) sorted by relevance

12345

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp431 rw_lock_waiter* previous = NULL; local
434 previous = other;
438 if (previous == NULL) {
445 previous->next = waiter.next;
447 lock->waiters->last = previous;
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp239 // the iovec can be combined with the previous one
269 int32 previous = index - 1; local
270 if (previous < 0)
271 previous = LAST_ACCESSES - 1;
273 if (offset != ref->LastAccess(previous, isWrite))
274 ref->last_access[previous] = 0;
301 int32 previous = index - 1; local
302 if (previous < 0)
303 previous = LAST_ACCESSES - 1;
306 ref->LastAccessPageOffset(previous, tru
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp773 sure that the previous block contents are preserved in that case.
857 // remember any previous contents for the parent transaction
892 cache_transaction* previous = block->previous_transaction; local
895 void* data = previous && block->original_data
897 // we first need to write back changes from previous transactions
913 if (previous != NULL) {
914 previous->blocks.Remove(block);
924 // Has the previous transation been finished with that write?
925 if (--previous->num_blocks == 0) {
926 TRACE(("cache transaction %ld finished!\n", previous
[all...]
H A Dfd.cpp139 int32_t previous = fssh_atomic_add(&descriptor->ref_count, -1); local
145 if (previous == 1) {
152 && previous - 1 == descriptor->open_count
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.cpp194 uint32 previous = 0x37abe8f9; local
197 uint32 next = previous + (hash ^ (*name * 7152373));
202 previous = hash;
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp166 if (Parameter* previous = LastParameter())
167 offset = previous->Offset() + previous->UsedSize();
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp490 FindWindow::FindWindow(BRect _rect, BMessage& previous, BMessenger& target, argument
498 if (previous.FindInt8("find_mode", &mode) != B_OK && settings != NULL)
521 fTextView->SetData(previous);
532 if (previous.FindBool("case_sensitive", &caseSensitive) != B_OK
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp199 according to childOffset returns previous and next sibling or NULL
205 partition_data* child, off_t childOffset, partition_data** previous,
225 *previous = previousSibling;
240 according to childOffset returns previous and next sibling or NULL
241 previous, next output parameters
246 partition_data* child, off_t childOffset, partition_data** previous,
266 *previous = previousSibling;
999 // putting into previous state
1235 // something went wrong - putting into previous state
1314 // something went wrong - putting into previous stat
204 get_sibling_partitions_pm(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
245 get_sibling_partitions_ep(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
2282 LogicalPartition* previous = logical->Previous(); local
[all...]
/haiku/src/system/kernel/locks/
H A Dlock.cpp628 rw_lock_waiter* previous = NULL; local
631 previous = other;
635 if (previous == NULL) {
642 previous->next = waiter.next;
644 lock->waiters->last = previous;
/haiku/src/servers/app/
H A DEventDispatcher.cpp51 will get the event - it also delivers mouse moved events to the previous
760 EventTarget* previous = NULL; local
811 printf("mouse up/down event, previous target = %p\n", fPreviousMouseTarget);
846 // Target has changed, we need to notify the previous target
855 previous = fPreviousMouseTarget;
948 if (current == target || previous == target)
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c806 of->previous = (struct open_file*)NULL;
808 ctx->open_files->previous = of;
1197 of->next->previous = of->previous;
1198 if (of->previous)
1199 of->previous->next = of->next;
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp153 struct stack_frame* previous; member in struct:stack_frame
162 frame = frame->previous;
/haiku/headers/posix/
H A Dpthread.h56 struct __pthread_cleanup_handler *previous; member in struct:__pthread_cleanup_handler
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp34 stack_frame* previous; member in struct:stack_frame
83 *_next = (addr_t)frame.previous;
99 *_next = (addr_t)frame.previous;
750 // switch back to the previous page directory to no cause any troubles
911 // switch back to the previous page directory to not cause any troubles
1051 registers->bp = (addr_t)frame->previous;
/haiku/src/add-ons/kernel/network/ppp/ppp/
H A Dppp.cpp161 || device->GetDoublyLinkedListLink()->previous != NULL
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c978 u16 previous; member in struct:__anon1
993 checks[i].previous = 0;
1021 if ((tag < pchk->previous)
1022 || ((tag == pchk->previous)
1025 pchk->previous = tag;
1144 u16 previous; local
1155 previous = pacl->ace[0].tag;
1161 if ((tag < previous)
1162 || ((tag == previous) && (id < previousid))) {
1168 previous
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp119 void Update(int32 previous, int32 current,
182 void Update(int32 previous, int32 current,
868 TSwitchManager::SwitchToApp(int32 previous, int32 current, bool forward) argument
876 fWindow->Update(previous, fCurrentIndex, previousSlot, fCurrentSlot,
1016 // switch to previous app in the list so that we don't jump to
1805 TSwitcherWindow::Update(int32 previous, int32 current, argument
1809 fIconView->Update(previous, current, previousSlot, currentSlot,
1990 TIconView::Update(int32 previous, int32 current, argument
1997 TTeamGroup* previousGroup = (TTeamGroup*)groupList->ItemAt(previous);
/haiku/src/kits/game/
H A DGameProducer.cpp37 _gs_play* previous; member in struct:_gs_play
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp288 || device->GetDoublyLinkedListLink()->previous != NULL
/haiku/src/system/kernel/
H A Dusergroup.cpp239 BReference<BKernel::GroupsArray> previous = team->supplementary_groups; local
/haiku/src/system/kernel/device_manager/
H A DIORequest.h295 IORequest* NextSubRequest(IORequest* previous);
/haiku/src/kits/app/
H A DMessageAdapter.cpp513 uint8 *previous = pointer; local
525 *fieldSize = (uint8)(pointer - previous);
527 *(ssize_t *)fieldSize = (pointer - previous);
/haiku/src/servers/mount/
H A DAutoMounter.cpp60 bool initialRescan, BMessage& previous,
127 bool initialRescan, BMessage& previous, partition_id deviceID)
132 fPrevious(previous),
126 MountVisitor(mount_mode normalMode, mount_mode removableMode, bool initialRescan, BMessage& previous, partition_id deviceID) argument
/haiku/src/system/kernel/fs/
H A Dfd.cpp162 int32 previous = atomic_add(&descriptor->ref_count, -1); local
170 if (previous == 1) {
177 && previous - 1 == descriptor->open_count
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp762 heap_area *previous = heap->all_areas; local
763 while (previous) {
764 if (previous->all_next == area) {
765 previous->all_next = area->all_next;
769 previous = previous->all_next;
772 if (previous == NULL)

Completed in 139 milliseconds

12345