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

/haiku/src/system/boot/loader/
H A Dmain.cpp66 BootVolume bootVolume; local
69 if (get_boot_file_system(args, bootVolume) != B_OK
71 if (!bootVolume.IsValid())
84 if (user_menu(bootVolume, pathBlocklist) < B_OK) {
90 if (bootVolume.IsValid()) {
95 load_driver_settings(args, bootVolume.RootDirectory());
98 while ((status = load_kernel(args, bootVolume)) < B_OK) {
101 bootVolume.Unset();
111 if (user_menu(bootVolume, pathBlocklist) != B_OK
112 || !bootVolume
[all...]
H A Dloader.cpp94 BootVolume bootVolume;
95 if (bootVolume.SetTo(volume) != B_OK)
99 int fd = find_kernel(bootVolume);
H A Dvfs.cpp618 register_boot_file_system(BootVolume& bootVolume) argument
620 Directory* rootDirectory = bootVolume.RootDirectory();
634 if (bootVolume.IsPackaged()) {
636 PackageVolumeState* state = bootVolume.GetPackageVolumeState();
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h17 NetBootMethod(const KMessage& bootVolume, int32 method);
H A Dvfs_boot.cpp152 BootMethod::BootMethod(const KMessage& bootVolume, int32 method) argument
154 fBootVolume(bootVolume),
177 DiskBootMethod(const KMessage& bootVolume, int32 method) argument
178 : BootMethod(bootVolume, method)
330 get_boot_partitions(KMessage& bootVolume, PartitionStack& partitions) argument
333 bootVolume.Dump(&dprintf);
336 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
343 bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);
349 bootMethod = new(nothrow) DiskBootMethod(bootVolume,
426 if (!bootVolume
472 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/src/bin/writembr/
H A Dwritembr.cpp48 BVolume bootVolume; local
49 if (volumeRoster.GetBootVolume(&bootVolume) != B_OK) {
56 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) {
/haiku/src/kits/tracker/
H A DMountMenu.cpp151 BVolume bootVolume; local
152 BVolumeRoster().GetBootVolume(&bootVolume);
153 if (volume == bootVolume)
H A DFSUtils.cpp2757 BVolume bootVolume; local
2758 BVolumeRoster().GetBootVolume(&bootVolume);
2762 &bootVolume);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp352 BVolume bootVolume; local
354 roster.GetBootVolume(&bootVolume);
355 if (bootVolume == fVolume) {
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp252 BVolume bootVolume; local
253 volumeRoster.GetBootVolume(&bootVolume);
254 fSettings.SetSwapVolume(bootVolume);
/haiku/headers/private/kernel/boot/
H A Dvfs.h167 extern status_t register_boot_file_system(BootVolume& bootVolume);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp773 BVolume bootVolume; local
774 if (BVolumeRoster().GetBootVolume(&bootVolume) == B_OK
776 unMountable = volume != bootVolume;

Completed in 99 milliseconds