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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.h25 const KMessage& fBootVolume; member in class:BootMethod
H A Dvfs_net_boot.cpp324 if (fBootVolume.FindInt64("client MAC", (int64*)&clientMAC) != B_OK
325 || fBootVolume.FindInt32("client IP", (int32*)&clientIP) != B_OK) {
330 if (fBootVolume.FindInt32("net mask", (int32*)&netMask) != B_OK) {
353 const char* rootPath = fBootVolume.GetString("net root path", NULL);
H A Dvfs_boot.cpp154 fBootVolume(bootVolume),
193 if (fBootVolume.FindData(BOOT_VOLUME_DISK_IDENTIFIER, B_RAW_TYPE,
261 off_t bootPartitionOffset = fBootVolume.GetInt64(
264 if (!fBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE, false)) {
294 if (fBootVolume.GetBool(BOOT_VOLUME_USER_SELECTED, false)

Completed in 47 milliseconds