Searched refs:boot (Results 351 - 375 of 390) sorted by relevance

<<111213141516

/haiku-fatelf/src/kits/tracker/
H A DInfoWindow.cpp570 // Sanity check that this isn't the boot volume
574 BVolume boot; local
575 BVolumeRoster().GetBootVolume(&boot);
577 if (volume != boot) {
2138 BVolume boot; local
2139 BVolumeRoster().GetBootVolume(&boot);
2142 if (volume == boot)
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DStream.cpp19 #include <boot/FileMapDisk.h>
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp14 #include <boot/platform.h>
431 dprintf("size of boot archive \"%s\": %lu\n", fileName, fileSize);
/haiku-fatelf/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
H A Darch_vm_translation_map_impl.cpp51 #include <boot/kernel_args.h>
200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
1436 // almost directly taken from boot mmu code
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_int.cpp17 #include <boot/kernel_args.h>
45 // An iframe stack used in the early boot process when we don't have
H A Darch_vm_translation_map.cpp83 #include <boot/kernel_args.h>
332 // The boot loader has set up the segment registers for identical
/haiku-fatelf/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp12 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp19 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/debug/
H A Dframe_buffer_console.cpp20 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp20 #include <boot/kernel_args.h>
/haiku-fatelf/src/bin/gawk/
H A DMakefile90 GMSGFMT = /boot/home/config/bin/msgfmt
111 MSGFMT = /boot/home/config/bin/msgfmt
112 MSGMERGE = /boot/home/config/bin/msgmerge
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMap.cpp29 # include <boot/partitions.h>
63 { 0xab, "MacOS X boot", true },
114 { 0x78, "XOSL boot loader", false },
133 { 0xbe, "Solaris 8 boot", false },
467 // always fit into its session - this should improve detection of boot
/haiku-fatelf/src/kits/mail/
H A DMailMessage.cpp934 path = "/boot/home/mail/out";
/haiku-fatelf/src/libs/ncurses/
H A Dconfig.status353 s,@CXX@,/boot/develop/bin/g++,;t t
449 s,@CXXCPP@,/boot/develop/bin/g++ -E,;t t
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DBPlusTree.cpp12 #include <boot/platform.h>
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp20 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_vm.cpp20 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp18 #include <boot/kernel_args.h>
58 // page hole set up in the boot loader
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp18 #include <boot/kernel_args.h>
61 For CPUs other than the boot CPU it must not be called before
73 For CPUs other than the boot CPU it must not be called before
86 For CPUs other than the boot CPU it must not be called before
214 // Get the GDT and boot CPU IDT set up by the boot loader.
538 // create IDT area for the boot CPU
544 // create IDTs for the off-boot CPU
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c5855 * only once at first boot. Called from a process context.
5882 * obtained on first boot from the initialization firmware.
6117 * The firmware boot code is small and is intended to be copied directly into
6138 /* Start boot load now. */
6149 device_printf(sc->sc_dev, "%s: could not load boot firmware\n",
6155 /* Enable boot after power up. */
6186 /* Load firmware boot code. */
6187 error = iwn4965_load_bootcode(sc, fw->boot.text, fw->boot.textsz);
6189 device_printf(sc->sc_dev, "%s: could not load boot firmwar
[all...]
/haiku-fatelf/src/bin/sharutils/
H A Dconfig.status74 s%@PERL@%/boot/home/config/bin/perl%g
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp24 #include <boot/elf.h>
25 #include <boot/kernel_args.h>
311 zeroed (as long as the boot volume has not been mounted, it is not zeroed).
312 An unreferenced module image is unloaded (when the boot volume is mounted).
484 // Don't unload anything when there is no boot device yet
1839 // Remove all unused pre-loaded module images. Now that the boot device is
1841 // When the boot volume is also where the boot loader pre-loaded the images
1900 // Append the relative boot module directory and the
1904 if (pathBuffer.Append("kernel/boot") !
[all...]
H A Dsmp.cpp23 #include <boot/kernel_args.h>
833 // all CPUs but the boot cpu
1114 /*! Spin on non-boot CPUs until smp_wake_up_non_boot_cpus() has been called.
1117 \param rendezVous A rendez-vous variable to make sure that the boot CPU
1119 \return \c true on the boot CPU, \c false otherwise.
1149 // resume non boot CPUs
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Defi_gpt.cpp15 # include <boot/partitions.h>

Completed in 255 milliseconds

<<111213141516