Home
last modified time | relevance | path

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

/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h22 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
H A Dvfs_boot.h20 virtual bool IsBootDevice(KDiskDevice* device, bool strict) = 0;
H A Dvfs_boot.cpp182 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
189 DiskBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() function in DiskBootMethod
281 if (IsBootDevice(device, false) in IsBootPartition()
410 if (!bootMethod->IsBootDevice(device, strict)) in get_boot_partitions()
H A Dvfs_net_boot.cpp362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() function in NetBootMethod