Searched refs:GetNext (Results 101 - 125 of 130) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp390 = cookie->fSnapshot->fEntries.GetNext(cookie->fCurrent);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp235 LeafAttribute::GetNext(char* name, size_t* nameLength) function in class:LeafAttribute
237 TRACE("LeafAttribute::GetNext\n");
H A DNode.cpp256 NodeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) function in class:NodeDirectory
258 TRACE("NodeDirectory::GetNext\n");
324 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
H A DLeafDirectory.cpp227 LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) function in class:LeafDirectory
229 TRACE("LeafDirectory::GetNext\n");
294 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
H A DBPlusTree.cpp460 TreeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) function in class:TreeDirectory
462 TRACE("TreeDirectory::GetNext\n");
534 TRACE("GetNext: fOffset:(%" B_PRIu64 "), currentOffset:(%" B_PRIu16 ")\n",
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp446 // GetNext
448 ElfRelocationIterator::GetNext(ElfRelocation* relocation) function in class:ElfRelocationIterator
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp478 module = picModules.GetNext(module)) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp512 module = picModules.GetNext(module)) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1056 status_t GetNext(ino_t *nodeID, const char **entryName) function in class:DirectoryCookie
1078 error = fIterator.GetNext(&entry);
1084 PRINT("EntryIterator %" B_PRId32 ", GetNext() counter: %" B_PRId32 ", entry: %p (%lld)\n",
1306 if (cookie->GetNext(&nodeID, &name) == B_OK) {
1425 if (iterator->GetNext(&attribute) == B_OK) {
/haiku/src/kits/media/
H A DMediaRoster.cpp632 for (i = 0, list->Rewind(); list->GetNext(&output); i++) {
682 for (i = 0, list->Rewind(); list->GetNext(&input); i++) {
1759 for (i = 0, list.Rewind(); list.GetNext(&input);) {
1811 for (i = 0, list.Rewind(); list.GetNext(&input);) {
1854 for (i = 0, list.Rewind(); list.GetNext(&input); i++) {
1896 for (i = 0, list.Rewind(); list.GetNext(&output);) {
1948 for (i = 0, list.Rewind(); list.GetNext(&output);) {
1993 for (i = 0, list.Rewind(); list.GetNext(&output); i++) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp138 DirectoryIterator::GetNext(char* name, size_t* _nameLength, ino_t* _id) function in class:DirectoryIterator
824 return fParent->GetNext(fLogicalBlock);
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp571 ancillaryData = buffer->ancillary_data.GetNext(ancillaryData);
H A Dinterfaces.cpp654 InterfaceAddress* next = fAddresses.GetNext(address);
/haiku/src/kits/interface/
H A DPrivateScreen.cpp172 BPrivateScreen::GetNext(BPrivateScreen* screen) function in class:BPrivateScreen
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp562 && (error = iterator->GetNext(&item, &index, &entry)) == B_OK) {
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp225 return fEntries.GetNext(child);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp596 status_t status = iterator->GetNext(dirent->d_name, &length, &id);
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp398 status_t status = iterator->GetNext(dirent->d_name, &length, &iNodeNo);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp831 status_t status = iterator->GetNext(dirent->d_name, &length,
932 status_t status = iterator->GetNext(dirent->d_name, &length);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp294 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc);
307 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp660 LogEntry* next = journal->fEntries.GetNext(logEntry);
H A DInode.cpp2373 while (iterator.GetNext(name, &length, &type, &id) == B_OK) {
2880 AttributeIterator::GetNext(char* name, size_t* _length, uint32* _type, function in class:AttributeIterator
2931 FATAL(("get_vnode() failed in AttributeIterator::GetNext(ino_t"
2939 FATAL(("could not get tree in AttributeIterator::GetNext(ino_t"
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp1173 return dynamic_cast<IORequest*>(fChildren.GetNext(previous));
/haiku/src/kits/storage/
H A DPathMonitor.cpp392 return entry == fEntries.Head() && fEntries.GetNext(entry) == NULL;
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1024 PackageNode* nextNode = package->Nodes().GetNext(node);

Completed in 244 milliseconds

123456