Searched refs:boot (Results 426 - 434 of 434) sorted by relevance

<<1112131415161718

/haiku/src/kits/tracker/
H A DFSUtils.cpp643 "contents, you won't be able to boot %osName!\n\nAre you sure "
650 "contents, you won't be able to boot %osName!\n\nAre you sure "
657 "contents, you won't be able to boot %osName!\n\nAre you sure "
2064 BVolume boot; local
2066 BVolumeRoster().GetBootVolume(&boot);
2067 if (volume == boot) {
2071 B_TRANSLATE("Cannot unmount the boot volume \"%name\"."));
4143 AddOne((directory_which)B_BOOT_DISK, "/boot", "boot");
H A DPoseView.cpp767 // because it gets saved on the boot disk but the above checks
8348 BVolume boot; local
8349 BVolumeRoster().GetBootVolume(&boot);
8360 if (volume != boot) {
/haiku/src/system/kernel/debug/
H A Ddebug.cpp27 #include <boot/kernel_args.h>
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp24 #include <boot/kernel_args.h>
209 // - once before there is a boot device,
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp36 #include <boot/kernel_args.h>
1505 // We can't allocate pages at this stage in the boot process, only virtual addresses.
/haiku/src/system/kernel/vm/
H A Dvm.cpp31 #include <boot/elf.h>
32 #include <boot/stage2.h>
1727 // during boot time. Find the appropriate vm_page objects and stick
3971 /*! Frees physical pages that were used during the boot process.
4032 TRACE(("free boot range: get rid of %p - %p\n", (void*)lastEnd,
4048 TRACE(("free boot range: also remove %p - %p\n", (void*)lastEnd,
4095 Any boot loader resources contained in that arguments must not be accessed
4160 panic("could not reserve boot loader ranges\n");
4498 // This frees all unused boot loader resources and makes its space available
H A Dvm_page.cpp24 #include <boot/kernel_args.h>
120 // pages of physical memory ignored by the boot loader (and thus not
1759 // in the early boot process only, though.
/haiku/src/system/kernel/
H A Dthread.cpp32 #include <boot/kernel_args.h>
/haiku/src/system/kernel/fs/
H A Dvfs.cpp37 #include <boot/kernel_args.h>

Completed in 225 milliseconds

<<1112131415161718