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

<<1112131415161718

/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp14 #include <boot/kernel_args.h>
H A Darch_elf.cpp14 #include <boot/elf.h>
/haiku/headers/private/kernel/platform/efi/
H A Druntime-services.h8 #include <efi/boot-services.h>
/haiku/src/system/boot/loader/
H A Dpager.cpp14 #include <boot/platform/generic/text_console.h>
H A Dvfs.cpp9 #include <boot/vfs.h>
21 #include <boot/platform.h>
22 #include <boot/partitions.h>
23 #include <boot/stdio.h>
24 #include <boot/stage2.h>
32 using namespace boot;
621 gRoot->AddLink("boot", rootDirectory);
626 dprintf("register_boot_file_system(): could not locate boot volume in "
643 dprintf("register_boot_file_system(): could not get boot device!\n");
651 /*! Gets the boot devic
[all...]
H A Dmenu.cpp19 #include <boot/menu.h>
20 #include <boot/PathBlocklist.h>
21 #include <boot/stage2.h>
22 #include <boot/vfs.h>
23 #include <boot/platform.h>
24 #include <boot/platform/generic/text_console.h>
25 #include <boot/stdio.h>
749 ? "The selected boot volume doesn't support disabling "
751 : "No boot volume selected!");
769 // #pragma mark - boot volum
[all...]
H A Delf.cpp10 #include <boot/arch.h>
11 #include <boot/platform.h>
12 #include <boot/stage2.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp14 #include <boot/stage2.h>
H A Dmmu.cpp18 #include <boot/platform.h>
19 #include <boot/stdio.h>
20 #include <boot/kernel_args.h>
21 #include <boot/stage2.h>
28 /*! The (physical) memory layout of the boot loader is currently as follows:
38 ... boot loader heap (32 kB)
H A Ddevices.cpp10 #include <boot/platform.h>
11 #include <boot/partitions.h>
12 #include <boot/stdio.h>
13 #include <boot/stage2.h>
190 dprintf("got CD boot spec:\n");
370 // The boot block often contains the disk superblock, and should be
439 // there is no RTTI in the boot loader...
516 dprintf("Could not make BIOS drives unique! Might boot from the wrong disk...\n");
824 // disabled, as the kernel boot code only supports the
825 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
[all...]
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/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp12 #include <boot/vfs.h>
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp14 #include <boot/kernel_args.h>
H A Darch_smp.cpp12 #include <boot/kernel_args.h>
105 // set up the local apic on the boot cpu
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp8 #include <boot/platform.h>
9 #include <boot/menu.h>
10 #include <boot/platform/generic/text_console.h>
11 #include <boot/platform/generic/text_menu.h>
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp17 # include <boot/platform.h>
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp21 #include <boot/stage2.h>
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp10 #include <boot/stage2.h>
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp14 # include <boot/partitions.h>
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp13 # include <boot/partitions.h>
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp9 #include <boot/platform.h>
10 #include <boot/partitions.h>
11 #include <boot/stdio.h>
12 #include <boot/stage2.h>
320 // The boot block often contains the disk superblock, and should be
379 // there is no RTTI in the boot loader...
443 dprintf("Could not make BIOS drives unique! Might boot from the wrong disk...\n");
779 // disabled, as the kernel boot code only supports the
780 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
950 // disabled, as the kernel boot cod
[all...]
H A Dvideo.cpp14 #include <boot/stage2.h>
15 #include <boot/platform.h>
16 #include <boot/menu.h>
17 #include <boot/kernel_args.h>
18 #include <boot/platform/generic/video.h>
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp598 BVolume boot; local
599 BVolumeRoster().GetBootVolume(&boot);
602 if (volume == boot)
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp238 BVolume boot; local
239 BVolumeRoster().GetBootVolume(&boot);
246 fBoot = volume == boot;
H A DDiskView.cpp82 BVolume boot; local
83 BVolumeRoster().GetBootVolume(&boot);
84 fBoot = volume == boot;

Completed in 236 milliseconds

<<1112131415161718