Searched refs:VisitEachDescendant (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp621 device.VisitEachDescendant(&visitor);
638 device.VisitEachDescendant(&visitor);
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp312 fDevice->VisitEachDescendant(&visitor);
318 fDevice->VisitEachDescendant(&visitor);
679 partition = fDevice->VisitEachDescendant(&visitor);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp338 return VisitEachDescendant(&checkVisitor) != NULL;
366 VisitEachDescendant(&markVisitor);
384 VisitEachDescendant(&visitor);
589 return VisitEachDescendant(&checkVisitor) != NULL;
1011 KPartition::VisitEachDescendant(KPartitionVisitor* visitor) function in class:KPartition
1018 if (KPartition* result = child->VisitEachDescendant(visitor))
H A DKDiskDeviceManager.cpp1211 device->VisitEachDescendant(&visitor);
1251 device->VisitEachDescendant(&visitor2);
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp238 return (VisitEachDescendant(&visitor) != NULL);
H A DDiskDeviceList.cpp283 if (BPartition *partition = device->VisitEachDescendant(visitor))
H A DPartition.cpp713 return VisitEachDescendant(&visitor);
744 BPartition::VisitEachDescendant(BDiskDeviceVisitor* visitor) const function in class:BPartition
H A DDiskDeviceRoster.cpp242 foundPartition = useDevice->VisitEachDescendant(visitor);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h153 KPartition *VisitEachDescendant(KPartitionVisitor *visitor);
/haiku/headers/private/storage/
H A DPartition.h92 virtual BPartition* VisitEachDescendant(
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp320 device.VisitEachDescendant(&visitor);
362 device.VisitEachDescendant(&recorder);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp413 if (device->VisitEachDescendant(&visitor) != NULL)
/haiku/src/apps/drivesetup/
H A DDiskView.cpp601 fDisk->VisitEachDescendant(fPartitionLayout);
/haiku/src/servers/mount/
H A DAutoMounter.cpp731 device->VisitEachDescendant(&visitor);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1679 device->VisitEachDescendant(&visitor);

Completed in 97 milliseconds