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

1234567891011>>

/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp11 #include <boot/platform.h>
12 #include <boot/partitions.h>
13 #include <boot/stdio.h>
14 #include <boot/stage2.h>
189 boot::Partition *partition = NULL;
190 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
H A Dstart.cpp9 #include <boot/platform.h>
10 #include <boot/heap.h>
11 #include <boot/stage2.h>
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp7 #include <boot/partitions.h>
8 #include <boot/platform.h>
9 #include <boot/stage2.h>
130 device_contains_partition(EfiDevice *device, boot::Partition *partition)
247 boot::Partition *partition = NULL;
248 while ((partition = (boot::Partition*)iterator.Next()) != NULL) {
H A Dacpi.cpp21 #include <boot/stage2.h>
22 #include <boot/platform.h>
23 #include <boot/stdio.h>
H A Dvideo.cpp11 #include <boot/kernel_args.h>
12 #include <boot/menu.h>
13 #include <boot/platform.h>
14 #include <boot/platform/generic/video.h>
15 #include <boot/stage2.h>
16 #include <boot/stdio.h>
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp9 #include <boot/platform.h>
10 #include <boot/vfs.h>
11 #include <boot/menu.h>
H A Dplatform_devices.cpp9 #include <boot/platform.h>
56 printf("add \"%s\" to list of boot devices\n", path);
138 // we accept a boot device from the command line
147 status = get_device("/boot/home/test-file-device", &device);
161 boot::Partition *partition = NULL;
162 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
198 " --menu\tShow boot menu\n", __progname);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp12 #include <boot/platform.h>
13 #include <boot/stage2.h>
14 #include <boot/stdio.h>
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp7 #include <boot/platform.h>
8 #include <boot/stage2.h>
9 #include <boot/stdio.h>
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_start.cpp7 #include <boot/platform.h>
8 #include <boot/stage2.h>
9 #include <boot/stdio.h>
42 // Prepare to exit EFI boot services.
98 * The resident UEFI boot-time environment shall use the highest non-secure
129 // Attempt to fetch the memory map and exit boot services.
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp8 #include <boot/platform.h>
9 #include <boot/stage2.h>
10 #include <boot/stdio.h>
74 // Prepare to exit EFI boot services.
123 // Attempt to fetch the memory map and exit boot services.
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp12 #include <boot/platform.h>
13 #include <boot/stage2.h>
37 if (uint32* prop = (uint32*)fdt_getprop(fdt, node, "boot-hartid", NULL))
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp12 #include <boot/platform.h>
13 #include <boot/stage2.h>
/haiku/headers/private/kernel/boot/net/
H A DEthernet.h9 #include <boot/net/NetDefs.h>
H A DIP.h9 #include <boot/net/Ethernet.h>
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.h12 #include <boot/net/RemoteDiskDefs.h>
/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.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 DChainBuffer.cpp6 #include <boot/net/ChainBuffer.h>
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp10 #include <boot/stage2.h>
11 #include <boot/platform.h>
12 #include <boot/platform/generic/video.h>
13 #include <boot/kernel_args.h>
/haiku/src/system/kernel/arch/m68k/
H A Darch_040_cpu.cpp14 #include <boot/kernel_args.h>
H A Darch_system_info.cpp17 #include <boot/kernel_args.h>
/haiku/src/system/kernel/arch/ppc/
H A Darch_real_time_clock.cpp9 #include <boot/kernel_args.h>
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.h12 #include <boot/vfs.h>
H A DFile.h9 #include <boot/vfs.h>
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp17 #include <boot/platform.h>
18 #include <boot/net/Ethernet.h>
19 #include <boot/net/IP.h>
20 #include <boot/net/NetStack.h>
173 // try to read manual client IP from boot path
284 // Note: At the moment we only do networking at all, if the boot device
289 // get boot path

Completed in 206 milliseconds

1234567891011>>