Searched refs:next (Results 101 - 125 of 546) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dheap.cpp76 heap_area_s * next; member in struct:heap_area_s
89 heap_page_s * next; member in struct:heap_page_s
326 for (heap_page *page = bin->page_list; page != NULL; page = page->next)
333 for (heap_page *page = bin->page_list; page != NULL; page = page->next)
882 page = page->next;
920 area = area->next;
949 page = page->next;
1007 page = page->next;
1037 // the rest is now actually usable memory (rounded to the next page)
1054 area->page_table[i - 1].next
1740 heap_area *next = area->next; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp523 uint32 next = 1; local
525 if (count >= next && values[next].fAttribute == FATTR4_MODE) {
526 st->st_mode |= values[next].fData.fValue32;
527 next++;
531 if (count >= next && values[next].fAttribute == FATTR4_NUMLINKS) {
532 st->st_nlink = values[next].fData.fValue32;
533 next++;
537 if (count >= next
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp104 heap_area_s * next; member in struct:heap_area_s
114 heap_page_s * next; member in struct:heap_page_s
231 for (heap_page *temp = bin->page_list; temp != NULL; temp = temp->next)
512 page = page->next;
553 area = area->next;
582 page = page->next;
643 page = page->next;
671 // the rest is now actually usable memory (rounded to the next page)
688 area->page_table[i - 1].next = &area->page_table[i];
694 area->next
1374 heap_area *next = area->next; local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp123 Task* next = fTasks.GetNext(task); local
129 task = next;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h68 bool ShowNextImage(bool next, bool rewind);
76 bool FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind);
/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.h18 CallgrindCalledFunction* next; member in struct:CallgrindCalledFunction
25 next(NULL),
/haiku/src/kits/locale/
H A DCatalogData.cpp155 BCatalogData::SetNext(BCatalogData* next) argument
157 fNext = next;
/haiku/src/tools/fs_shell/
H A Dlist.h34 list_link *next; member in struct:FSShell::list_link
62 return list->link.next == (list_link *)list;
/haiku/headers/private/package/hpkg/
H A DStrings.h28 CachedString* next; // hash table link member in struct:BPackageKit::BHPKG::BPrivate::CachedString
75 return value->next;
/haiku/headers/private/kernel/util/
H A Dlist.h39 list_link *next; member in struct:list_link
71 return list->link.next == (list_link *)list;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h17 RevokeElement* next; // Next in hash member in struct:RevokeElement
44 return value->next;
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddpc.cpp57 dpc->next = bus->dpc_list;
84 bus->dpc_list = dpc->next;
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.h38 IORequest* next; member in struct:IORequest
41 op(op), buf(buf), len(len), next(NULL) {}
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp78 fix_address(image->next);
108 // Iterate over the preloaded images. Must save the next address before
109 // converting, as the next pointer will be converted.
113 preloaded_image* next = image->next; local
119 image = next;
126 driver_settings_file* next = file->next; local
127 fix_address(file->next);
129 file = next;
[all...]
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp70 aperture_memory *next; member in struct:aperture_memory
292 uint8 next = get_pci_config(info, address + 1, 1) & ~0x3; local
300 if (next == 0) {
305 address = next;
752 last->next = current->next;
754 fFirstMemory = current->next;
760 current = current->next;
770 aperture_memory *next; local
790 next
[all...]
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h55 TypeUnitTableEntry* next; member in struct:TypeUnitTableEntry
87 return value->next;
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp311 return protocol->next->module->control(protocol->next, level, option,
320 return protocol->next->module->getsockopt(protocol->next, level, option,
329 return protocol->next->module->setsockopt(protocol->next, level, option,
365 return protocol->next->module->send_data(protocol->next, buffer);
373 return protocol->next->module->send_routed_data(protocol->next, rout
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp45 StateEntry* next; member in struct:VariablesViewStateHistory::StateEntry
100 return value->next;
118 StateEntry* next = entry->next; local
120 entry = next;
H A DVariablesViewState.cpp135 InfoEntry* next; member in struct:VariablesViewState::InfoEntry
179 return value->next;
273 InfoEntry* next = entry->next; local
275 entry = next;
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp40 MemoryBlockEntry* next; member in struct:TeamMemoryBlockManager::MemoryBlockEntry
76 return value->next;
166 MemoryBlockEntry* next = entry->next; local
168 entry = next;
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp47 ValueEntry* next; member in struct:ExpressionValues::ValueEntry
87 return value->next;
185 ValueEntry* next = entry->next; local
187 entry = next;
H A DStackFrameValueInfos.cpp43 InfoEntry* next; member in struct:StackFrameValueInfos::InfoEntry
102 return value->next;
187 InfoEntry* next = entry->next; local
189 entry = next;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferingDeframer.cpp104 // next Write() will allocate a new one
119 int next = (fInputBuffIndex+1)%2; local
123 fInputBuffs[next].Seek(0LL, SEEK_SET);
124 fInputBuffs[next].SetSize(0);
128 fInputBuffs[next].Write(buff, IB.BufferLength() - size);
132 fInputBuffIndex = next;
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp296 OpenSoundDeviceEngine *next = device->EngineAt(j); local
297 if (!next || (engine == next))
299 if (next->Info()->dev == engine->Info()->next_play_engine) {
301 engine->fNextPlay = next;
308 OpenSoundDeviceEngine *next = device->EngineAt(j); local
309 if (!next || (engine == next))
311 if (next->Info()->dev == engine->Info()->next_rec_engine) {
313 engine->fNextRec = next;
[all...]
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp228 command = command->next;
231 command = command->next;
246 for (command = sCommands; command != NULL; command = command->next) {
431 debugger_command* nextCommand = (*command)->next;
438 (*command)->next = nextCommand->next;
439 nextCommand->next = *command;
443 command = &(*command)->next;
470 cmd->next = sCommands;
552 cmd = cmd->next;
[all...]

Completed in 144 milliseconds

1234567891011>>