Home
last modified time | relevance | path

Searched refs:VisitEachDevice (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDeviceList.h38 BDiskDevice *VisitEachDevice(BDiskDeviceVisitor *visitor);
H A DDiskDeviceRoster.h104 bool VisitEachDevice(BDiskDeviceVisitor* visitor,
/haiku/src/bin/
H A Deject.cpp107 diskDeviceRoster.VisitEachDevice(&visitor); in main()
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp254 BDiskDeviceList::VisitEachDevice(BDiskDeviceVisitor *visitor) in VisitEachDevice() function in BDiskDeviceList
363 return const_cast<BDiskDeviceList*>(this)->VisitEachDevice(&visitor); in DeviceWithID()
H A DDiskDeviceRoster.cpp193 BDiskDeviceRoster::VisitEachDevice(BDiskDeviceVisitor* visitor, in VisitEachDevice() function in BDiskDeviceRoster