Home
last modified time | relevance | path

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

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp25 BDiskDeviceList::BDiskDeviceList(bool useOwnLocker) in BDiskDeviceList() function in BDiskDeviceList
37 BDiskDeviceList::~BDiskDeviceList() in ~BDiskDeviceList()
46 BDiskDeviceList::MessageReceived(BMessage *message) in MessageReceived()
48 AutoLocker<BDiskDeviceList> _(this); in MessageReceived()
107 BDiskDeviceList::SetNextHandler(BHandler *handler) in SetNextHandler()
110 AutoLocker<BDiskDeviceList> _(this); in SetNextHandler()
133 BDiskDeviceList::Fetch() in Fetch()
136 AutoLocker<BDiskDeviceList> _(this); in Fetch()
170 BDiskDeviceList::Unset() in Unset()
172 AutoLocker<BDiskDeviceList> _(this); in Unset()
[all …]
/haiku/headers/private/storage/
H A DDiskDeviceList.h21 class BDiskDeviceList : public BHandler {
23 BDiskDeviceList(bool useOwnLocker = true);
24 virtual ~BDiskDeviceList();
H A DDiskDevice.h44 friend class BDiskDeviceList;
/haiku/src/servers/mount/
H A DAutoMounter.cpp84 const BDiskDeviceList& devices,
103 const BDiskDeviceList& fDevices;
233 MountArchivedVisitor::MountArchivedVisitor(const BDiskDeviceList& devices, in MountArchivedVisitor()
583 BDiskDeviceList devices; in _MountVolumes()
/haiku/src/kits/tracker/
H A DMountMenu.cpp183 BDiskDeviceList devices; in AddDynamicItem()
/haiku/src/bin/
H A Dmountvolume.cpp434 BDiskDeviceList deviceList; in ArgvReceived()