Searched refs:BDiskDeviceList (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp23 /*! \brief Creates an empty BDiskDeviceList object.
25 BDiskDeviceList::BDiskDeviceList(bool useOwnLocker) function in class:BDiskDeviceList
37 BDiskDeviceList::~BDiskDeviceList()
46 BDiskDeviceList::MessageReceived(BMessage *message)
48 AutoLocker<BDiskDeviceList> _(this);
107 BDiskDeviceList::SetNextHandler(BHandler *handler)
110 AutoLocker<BDiskDeviceList> _(this);
133 BDiskDeviceList
[all...]
/haiku/headers/private/storage/
H A DDiskDeviceList.h21 class BDiskDeviceList : public BHandler { class in inherits:BHandler
23 BDiskDeviceList(bool useOwnLocker = true);
24 virtual ~BDiskDeviceList();
H A DDiskDevice.h44 friend class BDiskDeviceList;
/haiku/src/kits/tracker/
H A DMountMenu.cpp183 BDiskDeviceList devices;
/haiku/src/servers/mount/
H A DAutoMounter.cpp84 const BDiskDeviceList& devices,
95 const BDiskDeviceList& fDevices;
225 MountArchivedVisitor::MountArchivedVisitor(const BDiskDeviceList& devices,
570 BDiskDeviceList devices;
/haiku/src/bin/
H A Dmountvolume.cpp434 BDiskDeviceList deviceList;

Completed in 171 milliseconds