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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp172 // #pragma mark - DiskBootMethod
175 class DiskBootMethod : public BootMethod { class in inherits:BootMethod
177 DiskBootMethod(const KMessage& bootVolume, int32 method) function in class:DiskBootMethod
189 DiskBootMethod::IsBootDevice(KDiskDevice* device, bool strict)
195 dprintf("DiskBootMethod::IsBootDevice(): no disk identifier!\n");
259 DiskBootMethod::IsBootPartition(KPartition* partition, bool& foundForSure)
313 DiskBootMethod::SortPartitions(KPartition** partitions, int32 count)
349 bootMethod = new(nothrow) DiskBootMethod(bootVolume,

Completed in 39 milliseconds