Searched refs:boot (Results 1 - 25 of 434) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp20 #include <boot/stage2.h>
21 #include <boot/platform.h>
22 #include <boot/menu.h>
23 #include <boot/kernel_args.h>
24 #include <boot/platform/generic/video.h>
774 // ToDo: no boot logo yet in VGA mode
/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 DContainerWindow.cpp847 // it was on to prevent workspace jerking during boot
2080 BVolume boot; local
2081 BVolumeRoster().GetBootVolume(&boot);
2090 if (volume != boot) {
2644 BVolume boot; local
2645 BVolumeRoster().GetBootVolume(&boot);
2648 if (volume != 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/apps/drivesetup/
H A DDiskView.cpp82 BVolume boot; local
83 BVolumeRoster().GetBootVolume(&boot);
84 fBoot = volume == boot;
H A DPartitionList.cpp238 BVolume boot; local
239 BVolumeRoster().GetBootVolume(&boot);
246 fBoot = volume == boot;
/haiku/src/data/bin/
H A Dquicktour9 quicktour=/boot/system/documentation/welcome/en/quicktour.html
10 localizedQuicktour=/boot/system/documentation/welcome/"$language"/quicktour.html
11 localizedQuicktourBase=/boot/system/documentation/welcome/"$languageBase"/quicktour.html
/haiku/src/system/kernel/fs/
H A Dvfs.cpp37 #include <boot/kernel_args.h>
/haiku/src/system/kernel/arch/arm64/
H A Darch_cpu.cpp10 #include <boot/kernel_args.h>
H A Darch_int.cpp8 #include <boot/kernel_args.h>
38 // An iframe stack used in the early boot process when we don't have
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp12 #include <boot/kernel_args.h>
/haiku/src/system/kernel/
H A Dint.cpp24 #include <boot/kernel_args.h>
H A Dsem.cpp22 #include <boot/kernel_args.h>
/haiku/src/system/kernel/arch/mips/
H A Darch_int.cpp8 #include <boot/stage2.h>
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp17 #include <boot/kernel_args.h>
46 // An iframe stack used in the early boot process when we don't have
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp19 #include <boot/kernel_args.h>
62 // An iframe stack used in the early boot process when we don't have
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp20 #include <boot/kernel_args.h>
67 // An iframe stack used in the early boot process when we don't have
/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");
4490 // 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
1756 // in the early boot process only, though.
/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh4 /boot/system/apps/ProcessController -deskbar
5 /boot/system/apps/NetworkStatus --deskbar
6 /boot/system/apps/PowerStatus --deskbar
7 /boot/system/bin/desklink --add-volume
11 /boot/system/preferences/KeymapSwitcher --deskbar
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp11 #include <boot/platform.h>
12 #include <boot/stage2.h>
14 #include <efi/boot-services.h>
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp18 #include <boot/net/RemoteDiskDefs.h>
/haiku/src/system/boot/loader/
H A Delf.cpp10 #include <boot/arch.h>
11 #include <boot/platform.h>
12 #include <boot/stage2.h>
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp13 #include <boot/arch/x86/arch_cpu.h>
14 #include <boot/kernel_args.h>
15 #include <boot/platform.h>
16 #include <boot/stage2.h>
17 #include <boot/stdio.h>
181 // "CPUID" rather than MFENCE/LFENCE for serializing here during boot.
/haiku/
H A Dconfigure628 if [ `$statCmd '%a' "$sourceDir/data/system/boot/SetupEnvironment"` -lt 644 ]; then

Completed in 257 milliseconds

1234567891011>>