Home
last modified time | relevance | path

Searched refs:PartitionRemoved (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h85 bool PartitionRemoved(KPartition *partition); //
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp870 KDiskDeviceManager::PartitionRemoved(KPartition* partition) in PartitionRemoved() function in KDiskDeviceManager
1174 PartitionRemoved(device); in _AddDevice()
1183 && PartitionRemoved(device)) { in _RemoveDevice()
H A DKPartition.cpp975 if (!partition || !manager->PartitionRemoved(partition) in RemoveChild()