Searched refs:Next (Results 276 - 300 of 394) sorted by relevance

<<111213141516

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp452 Query* query = it.Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp148 Node* node = indexIterator->Next(value, _valueLength);
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp248 while ((partition = (boot::Partition*)iterator.Next()) != NULL) {
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp266 while (VirtioDevice* dev = it.Next()) {
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h112 void Next() { function in class:ARMv8TranslationTableDescriptor
/haiku/src/system/kernel/fs/
H A DEntryCache.cpp234 EntryCacheEntry* entry = it.Next();) {
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp364 Listener* listener = it.Next();) {
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h268 LogicalPartition* Next() const function in class:LogicalPartition
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp160 while (TraceEntry* _entry = iterator.Next()) {
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp436 while ((device = iterator.Next()) != NULL) {
456 while ((device = compareIterator.Next()) != NULL) {
498 while ((device = iterator.Next()) != NULL) {
890 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp376 while ((device = iterator.Next()) != NULL) {
396 while ((device = compareIterator.Next()) != NULL) {
425 while ((device = iterator.Next()) != NULL) {
1202 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp242 swap_file* file = it.Next();) {
320 swap_file* swapFile = it.Next();) {
1215 vm_page* page = it.Next();) {
1237 vm_page* page = it.Next();) {
1510 (swapFile = it.Next()) != NULL;) {
1802 swap_file* swapFile = it.Next();) {
1821 swap_file* swapFile = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp189 Package* package = it.Next();) {
484 PackagesDirectory* directory = it.Next();
520 Package* package = it.Next();
624 Query* query = it.Next();) {
794 Package* package = it.Next();) {
797 for (it.Rewind(); Package* activePackage = it.Next();) {
998 PackageNode* node = it.Next();) {
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp274 data = data->Next();
319 data = data->Next();
337 data = data->Next();
369 fCurrentSmallData = fCurrentSmallData->Next();
375 fCurrentSmallData = fCurrentSmallData->Next();
/haiku/src/system/kernel/
H A Dthread.cpp504 ThreadListIterator::Next() function in class:ThreadListIterator
1474 Thread* thread = it.Next();) {
1512 Thread* thread = it.Next();) {
1544 Thread* thread = it.Next();) {
1578 Thread* thread = it.Next();) {
1899 Thread* thread = it.Next();) {
1961 Thread* thread = it.Next();) {
2485 Thread* thread = it.Next();) {
3272 Thread* thread = it.Next();) {
H A Dsystem_info.cpp320 Listener* listener = it.Next();) {
363 Listener* listener = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp418 Query* query = iterator.Next();
436 Query* query = iterator.Next();
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp265 PackageNode* child = it.Next();) {
895 BlockedPath* path = it.Next();) {
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp457 while ((mapping = iterator.Next()) != NULL) {
527 vm_page_mapping* mapping = it.Next();) {
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp459 while ((mapping = iterator.Next()) != NULL) {
530 vm_page_mapping* mapping = it.Next();) {
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp649 CachedString* string = it.Next();) {
807 while (PackageAttribute* attribute = it.Next()) {
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp386 while (TeamSemInfo* sem = it.Next()) {
416 while (TeamSemInfo* sem = it.Next()) {
H A Dxsi_message_queue.cpp414 queued_message *current = iterator.Next();
427 queued_message *current = iterator.Next();
/haiku/headers/private/kernel/
H A Dthread_types.h717 Team* Next();
730 Thread* Next();
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp474 while ((mapping = iterator.Next()) != NULL) {
544 vm_page_mapping* mapping = it.Next();) {

Completed in 225 milliseconds

<<111213141516