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

/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h15 class NetBootMethod : public BootMethod { class in inherits:BootMethod
17 NetBootMethod(const KMessage& bootVolume, int32 method);
18 virtual ~NetBootMethod();
H A Dvfs_net_boot.cpp301 // #pragma mark - NetBootMethod
304 NetBootMethod::NetBootMethod(const KMessage& bootVolume, int32 method) function in class:NetBootMethod
310 NetBootMethod::~NetBootMethod()
316 NetBootMethod::Init()
354 dprintf("NetBootMethod::Init(): net stack initialized; root path is: %s\n",
362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict)
371 NetBootMethod::IsBootPartition(KPartition* partition, bool& foundForSure)
380 NetBootMethod
[all...]
H A Dvfs_boot.cpp343 bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);

Completed in 41 milliseconds