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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.h13 class BootMethod { class
15 BootMethod(const KMessage& bootVolume, int32 method);
16 virtual ~BootMethod();
H A Dvfs_net_boot.h15 class NetBootMethod : public BootMethod {
H A Dvfs_boot.cpp149 // #pragma mark - BootMethod
152 BootMethod::BootMethod(const KMessage& bootVolume, int32 method) function in class:BootMethod
160 BootMethod::~BootMethod()
166 BootMethod::Init()
175 class DiskBootMethod : public BootMethod {
178 : BootMethod(bootVolume, method)
340 BootMethod* bootMethod = NULL;
380 BootPartitionVisitor(BootMethod* bootMetho
[all...]
H A Dvfs_net_boot.cpp305 : BootMethod(bootVolume, method)

Completed in 29 milliseconds