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

/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_net_boot.h17 NetBootMethod(const KMessage& bootVolume, int32 method);
H A Dvfs_boot.cpp150 BootMethod::BootMethod(const KMessage& bootVolume, int32 method) argument
152 fBootVolume(bootVolume),
175 DiskBootMethod(const KMessage& bootVolume, int32 method) argument
176 : BootMethod(bootVolume, method)
323 get_boot_partitions(KMessage& bootVolume, PartitionStack& partitions) argument
326 bootVolume.Dump(&dprintf);
329 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
336 bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);
342 bootMethod = new(nothrow) DiskBootMethod(bootVolume,
416 if (!bootVolume
462 KMessage bootVolume; local
[all...]
H A Dvfs_boot.h15 BootMethod(const KMessage& bootVolume, int32 method);
H A Dvfs_net_boot.cpp304 NetBootMethod::NetBootMethod(const KMessage& bootVolume, int32 method) argument
305 : BootMethod(bootVolume, method)
/haiku-fatelf/src/bin/writembr/
H A Dwritembr.cpp47 BVolume bootVolume; local
48 if (volumeRoster.GetBootVolume(&bootVolume) != B_OK) {
55 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) {
/haiku-fatelf/src/kits/tracker/
H A DMountMenu.cpp144 BVolume bootVolume; local
145 BVolumeRoster().GetBootVolume(&bootVolume);
146 if (volume == bootVolume)
/haiku-fatelf/src/servers/index/
H A DVolumeWatcher.cpp352 BVolume bootVolume; local
354 roster.GetBootVolume(&bootVolume);
355 if (bootVolume == fVolume) {
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettingsWindow.cpp244 BVolume bootVolume; local
245 volumeRoster.GetBootVolume(&bootVolume);
246 fSettings.SetSwapVolume(bootVolume);
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp653 BVolume bootVolume; local
654 if (BVolumeRoster().GetBootVolume(&bootVolume) == B_OK
656 unMountable = volume != bootVolume;
/haiku-fatelf/src/system/boot/loader/
H A Dmenu.cpp666 add_boot_volume_menu(Directory* bootVolume) argument
686 if (volume == bootVolume) {

Completed in 77 milliseconds