Searched refs:IsBootDevice (Results 1 – 4 of 4) sorted by relevance
22 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
20 virtual bool IsBootDevice(KDiskDevice* device, bool strict) = 0;
182 virtual bool IsBootDevice(KDiskDevice* device, bool strict);189 DiskBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() function in DiskBootMethod281 if (IsBootDevice(device, false) in IsBootPartition()410 if (!bootMethod->IsBootDevice(device, strict)) in get_boot_partitions()
362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() function in NetBootMethod