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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp336 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT); local
338 bootMethodType);
341 switch (bootMethodType) {
343 bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);
350 bootMethodType);
569 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT); local
570 bool bootingFromBootLoaderVolume = bootMethodType == BOOT_METHOD_HARD_DISK
571 || bootMethodType == BOOT_METHOD_CD;

Completed in 24 milliseconds