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

/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h24 virtual void SortPartitions(KPartition** partitions, int32 count);
H A Dvfs_boot.h22 virtual void SortPartitions(KPartition** partitions, int32 count) = 0;
H A Dvfs_boot.cpp184 virtual void SortPartitions(KPartition** partitions, int32 count);
313 DiskBootMethod::SortPartitions(KPartition** partitions, int32 count) function in class:DiskBootMethod
427 bootMethod->SortPartitions(partitions.Array(), partitions.CountItems());
H A Dvfs_net_boot.cpp380 NetBootMethod::SortPartitions(KPartition** partitions, int32 count) function in class:NetBootMethod

Completed in 98 milliseconds