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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp340 BootMethod* bootMethod = NULL; local
343 bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);
349 bootMethod = new(nothrow) DiskBootMethod(bootVolume,
354 status_t status = bootMethod != NULL ? bootMethod->Init() : B_NO_MEMORY;
380 BootPartitionVisitor(BootMethod* bootMethod, PartitionStack &stack) argument
382 fBootMethod(bootMethod)
402 } visitor(bootMethod, partitions);
410 if (!bootMethod->IsBootDevice(device, strict))
427 bootMethod
[all...]

Completed in 31 milliseconds