Searched refs:DeviceWithID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp350 // DeviceWithID
360 BDiskDeviceList::DeviceWithID(int32 id) const function in class:BDiskDeviceList
760 if (message->FindInt32("device_id", &id) == B_OK && !DeviceWithID(id)) {
796 device = DeviceWithID(id);
/haiku/headers/private/storage/
H A DDiskDeviceList.h44 BDiskDevice *DeviceWithID(partition_id id) const;

Completed in 83 milliseconds