Home
last modified time | relevance | path

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

/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1410 KDiskSystem* bestDiskSystem = NULL; in _ScanPartition() local
1427 if (bestDiskSystem != NULL) { in _ScanPartition()
1428 bestDiskSystem->FreeIdentifyCookie(partition, bestCookie); in _ScanPartition()
1429 bestDiskSystem->Unload(); in _ScanPartition()
1432 bestDiskSystem = diskSystem; in _ScanPartition()
1444 if (bestDiskSystem != NULL) { in _ScanPartition()
1445 TRACE(" scanning with: %s\n", bestDiskSystem->Name()); in _ScanPartition()
1446 error = bestDiskSystem->Scan(partition, bestCookie); in _ScanPartition()
1447 bestDiskSystem->FreeIdentifyCookie(partition, bestCookie); in _ScanPartition()
1449 partition->SetDiskSystem(bestDiskSystem, bestPriority); in _ScanPartition()
[all …]