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) function in class:DiskBootMethod
195 dprintf("DiskBootMethod::IsBootDevice(): no disk identifier!\n");
281 if (IsBootDevice(device, false)
410 if (!bootMethod->IsBootDevice(device, strict))
H A Dvfs_net_boot.cpp362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict) function in class:NetBootMethod

Completed in 40 milliseconds