Searched refs:platform (Results 126 - 150 of 206) sorted by relevance

123456789

/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp12 #include <boot/platform.h>
/haiku/src/system/boot/loader/
H A Dmain.cpp13 #include <boot/platform.h>
55 // the main platform dependent initialisation
H A Dload_driver_settings.cpp22 #include <boot/platform.h>
H A Dpager.cpp14 #include <boot/platform/generic/text_console.h>
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_start.cpp7 #include <boot/platform.h>
H A Darch_smp.cpp16 #include <boot/platform.h>
19 #include <platform/sbi/sbi_syscalls.h>
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_start.cpp13 #include <boot/platform.h>
/haiku/src/system/kernel/arch/riscv64/
H A Darch_cpu.cpp15 #include <platform/sbi/sbi_syscalls.h>
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp11 #include <boot/platform.h>
12 #include <boot/platform/generic/video.h>
148 // call back platform specific code since it's really platform-specific.
H A Dvideo_splash.cpp11 #include <boot/platform.h>
14 #include <boot/platform/generic/video.h>
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp17 #include <boot/platform.h>
21 #include <platform/openfirmware/openfirmware.h>
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp14 #include <platform/openfirmware/openfirmware.h>
364 switch (kernelArgs->arch_args.platform) {
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp16 #include <boot/platform.h>
17 #include <boot/platform/generic/video.h>
H A Dacpi.cpp22 #include <boot/platform.h>
/haiku/
H A Dconfigure23 suitable for the host platform.
43 compilation tools are located, plus the platform
262 # Sets the variables for a GCC platform.
444 # Checks the host platform's support for extended attributes.
591 platform=`uname`
607 # detect the build platform
608 case "${platform}" in
612 echo Unsupported platform: FreeBSD ${platformMachine}
618 *) echo Unsupported platform: ${platform}
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp153 switch (topologyRoot.data.root.platform) {
651 uint32 platform = 0xffffffff; local
678 platform = 0xffffffff; \
748 fPackageFile->Read(&platform, 4);
749 swap_data(B_UINT32_TYPE, &platform, sizeof(uint32),
872 if (platform != 0xffffffff
873 && static_cast<platform_type>(platform) != thisPlatform) {
874 // If the file/directory/item's platform is different than the
875 // target platform (or different than the 'any' constant),
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp9 #include <boot/platform.h>
H A Dplatform_devices.cpp9 #include <boot/platform.h>
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp10 #include <boot/platform.h>
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp15 #include <platform/openfirmware/openfirmware.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp12 #include <boot/platform.h>
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp8 #include <boot/platform.h>
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp7 #include <boot/platform.h>
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp9 #include <boot/platform.h>
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp17 # include <boot/platform.h>

Completed in 189 milliseconds

123456789