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

<<1112131415161718

/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp7 #include <boot/PathBlocklist.h>
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp16 #include <boot/stage2.h>
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp_32.cpp16 #include <boot/stage2.h>
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_smp_64.cpp16 #include <boot/stage2.h>
/haiku/src/system/kernel/arch/arm64/
H A Darch_elf.cpp10 # include <boot/arch.h>
/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.cpp9 #include <boot/stage2.h>
/haiku/src/system/kernel/arch/riscv64/
H A Darch_cpu.cpp10 #include <boot/kernel_args.h>
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp14 #include <boot/platform.h>
15 #include <boot/stdio.h>
16 #include <boot/kernel_args.h>
17 #include <boot/stage2.h>
28 /** The (physical) memory layout of the boot loader is currently as follows:
38 * ... boot loader heap (32 kB)
49 /** The (physical) memory layout of the boot loader is currently as follows:
56 * ... boot loader heap (32 kB)
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp13 #include <boot/platform.h>
14 #include <boot/stdio.h>
15 #include <boot/kernel_args.h>
16 #include <boot/stage2.h>
27 /** The (physical) memory layout of the boot loader is currently as follows:
37 * ... boot loader heap (32 kB)
48 /** The (physical) memory layout of the boot loader is currently as follows:
55 * ... boot loader heap (32 kB)
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp11 #include <boot/platform.h>
12 #include <boot/stdio.h>
13 #include <boot/kernel_args.h>
14 #include <boot/stage2.h>
/haiku/src/system/boot/loader/net/
H A DARP.cpp6 #include <boot/net/ARP.h>
11 #include <boot/net/ChainBuffer.h>
H A DRemoteDisk.cpp6 #include <boot/net/RemoteDisk.h>
16 #include <boot/net/UDP.h>
161 // Not needed in the boot loader.
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp7 #include <boot/platform.h>
8 #include <boot/heap.h>
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp15 #include <boot/addr_range.h>
16 #include <boot/kernel_args.h>
17 #include <boot/platform.h>
18 #include <boot/stage2.h>
19 #include <boot/stdio.h>
53 // begin and end of the boot loader
385 // remove the boot loader code from the virtual ranges to keep in the
389 dprintf("%s: Failed to remove boot loader range "
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp42 NTFS_BOOT_SECTOR boot; member in struct:identify_cookie
60 NTFS_BOOT_SECTOR boot; local
61 if (read_pos(fd, 0, (void*)&boot, 512) != 512) {
62 ERROR("identify_partition: failed to read boot sector\n");
66 if (!ntfs_boot_sector_is_ntfs(&boot)) {
67 ERROR("identify_partition: boot signature doesn't match\n");
77 memcpy(&cookie->boot, &boot, sizeof(boot));
93 partition->content_size = sle64_to_cpu(cookie->boot
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S20 %assign BIOS_REBOOT 0x19 ; dl - boot drive number
265 mov [bp + biosDrive], dl ; Store boot drive
289 ; Chain load rest of boot loader
355 ; Magic marker "AA55" (to identify a valid boot record)
546 lodsb ; Set boot drive
588 jmp $$ ; Start loaded boot loader
631 test dl, 0 ; if drive is 0, use boot drive
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp396 // Sanity check that this isn't the boot volume
400 BVolume boot; local
401 BVolumeRoster().GetBootVolume(&boot);
403 if (volume != boot) {
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp8 1) the boot loader
10 actual buffering is located in the boot loader directly, though.
14 for known settings (such as those passed over from the boot
22 _BOOT_MODE for the boot loader, and _KERNEL_MODE for the kernel).
25 // The boot loader is compiled with kernel rules, but we want to explicitely
43 # include <boot/kernel_args.h>
47 # include <boot/kernel_args.h>
48 # include <boot/stage2.h>
697 // don't unload an handle when /boot is not available
726 // A handle with a zero ref_count should be unloaded if /boot i
[all...]
/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/headers/private/kernel/boot/net/
H A DTCP.h9 #include <boot/net/IP.h>
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp16 #include <boot/stage2.h>
H A Darch_cpu.cpp15 #include <boot/kernel_args.h>
26 // Some boot code relies on this.
36 // TODO: Let the boot loader put that info into the kernel args
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h7 #include <efi/boot-services.h>
/haiku/src/add-ons/kernel/partitioning_systems/sun/
H A Dsun.cpp9 # include <boot/partitions.h>
/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp13 #include <boot/kernel_args.h>

Completed in 406 milliseconds

<<1112131415161718