BootMethod
BootMethod::BootMethod(const KMessage& bootVolume, int32 method)
BootMethod::~BootMethod()
BootMethod::Init()
class DiskBootMethod : public BootMethod {
: BootMethod(bootVolume, method)
BootMethod* bootMethod = NULL;
BootPartitionVisitor(BootMethod* bootMethod, PartitionStack &stack)
BootMethod* fBootMethod;
class BootMethod {
BootMethod(const KMessage& bootVolume, int32 method);
virtual ~BootMethod();
: BootMethod(bootVolume, method)
class NetBootMethod : public BootMethod {