Searched refs:platform (Results 1 - 25 of 174) sorted by path

1234567

/haiku-fatelf/
H A Dconfigure45 compilation tools are located, plus the platform
73 --target=TARGET Select build target platform.
153 # Sets the variables for a GCC platform.
320 platform=`uname`
467 # detect the build platform
468 case "${platform}" in
483 echo Unsupported platform: FreeBSD ${platformMachine}
491 *) echo Unsupported platform: ${platform}
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h17 int platform; member in struct:__anon1013
18 int machine; // platform specific machine type
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h21 int platform; // M68K_PLATFORM_* member in struct:__anon1018
22 int machine; // platform specific machine type
46 // platform specific
H A Darch_platform.h9 #include <arch/platform.h>
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h21 int platform; member in struct:__anon1022
H A Darch_platform.h8 #include <arch/platform.h>
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_platform.h8 #include <arch/platform.h>
/haiku-fatelf/headers/private/kernel/boot/net/
H A DiSCSITarget.h12 #include <boot/platform.h>
/haiku-fatelf/headers/private/kernel/boot/
H A Dstage2_args.h16 struct platform_stage2_args platform; member in struct:stage2_args
/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/arch/ppc/openfirmware/
H A Dgrackle.cpp35 #include <platform/openfirmware/devices.h>
36 #include <platform/openfirmware/openfirmware.h>
37 #include <platform/openfirmware/pci.h>
H A Dpci_openfirmware.cpp13 #include <platform/openfirmware/devices.h>
14 #include <platform/openfirmware/openfirmware.h>
15 #include <platform/openfirmware/pci.h>
H A Duninorth.cpp37 #include <platform/openfirmware/devices.h>
38 #include <platform/openfirmware/openfirmware.h>
39 #include <platform/openfirmware/pci.h>
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageInfo.cpp624 uint32 platform = 0xffffffff; local
651 platform = 0xffffffff; \
721 fPackageFile->Read(&platform, 4);
722 swap_data(B_UINT32_TYPE, &platform, sizeof(uint32),
845 if (platform != 0xffffffff
846 && static_cast<platform_types>(platform)
848 // If the file/directory/item's platform is different than the
849 // target platform (or different than the 'any' constant),
H A DPackageItem.cpp754 uint64 originalSize, uint32 platform, const BString &mime,
759 fPlatform(platform),
752 PackageFile(BFile *parent, const BString &path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size, uint64 originalSize, uint32 platform, const BString &mime, const BString &signature, uint32 mode) argument
H A DPackageItem.h155 uint32 platform, const BString& mime,
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh603 avoid parallel builds (make -j) in this platform, or get a better
678 avoid parallel builds (make -j) in this platform, or get a better
748 avoid parallel builds (make -j) in this platform, or get a better
2959 echo "*** Warning: inter-library dependencies are not supported in this platform."
3010 echo "*** because either the platform does not support them or"
3900 $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
5450 # the user asked for that or because the platform doesn't support
5453 # time on that platform, so we default to a shared-only configuration.
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_untyped.cpp7 the host platform (xattr on Linux, extattr on FreeBSD).
41 // Include the interface to the host platform attributes support.
49 # error No attribute support for this host platform!
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A Dua.js45 var platform;
46 if (typeof(window.navigator.platform) != 'undefined')
48 platform = window.navigator.platform.toLowerCase();
49 if (platform.indexOf('win') != -1)
51 else if (platform.indexOf('mac') != -1)
53 else if (platform.indexOf('unix') != -1 || platform.indexOf('linux') != -1 || platform.indexOf('sun') != -1)
/haiku-fatelf/src/kits/network/libbind/include/
H A DMakefile27 isc/misc.h isc/tree.h isc/platform.h
/haiku-fatelf/src/kits/network/libbind/include/isc/
H A Deventlib.h32 #include <isc/platform.h>
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlparse.c75 #error memmove does not exist on this platform, nor is a substitute available
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dpdflibdl.c428 #error No DLL loading code for this platform available!
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh515 avoid parallel builds (make -j) in this platform, or get a better
592 avoid parallel builds (make -j) in this platform, or get a better
694 avoid parallel builds (make -j) in this platform, or get a better
2675 echo "*** Warning: inter-library dependencies are not supported in this platform."
2726 echo "*** because either the platform does not support them or"
3533 $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure4026 # PIC is the default on this platform
6116 find out it does not work in some platform. */
6213 find out it does not work in some platform. */
8477 # platform that uses two characters for line-breaks (e.g., DOS), tr
9112 { echo "$as_me:9112: WARNING: Can't create shared PDFlib libraries on this platform." >&5
9113 echo "$as_me: WARNING: Can't create shared PDFlib libraries on this platform." >&2;}
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_truetype.c808 namerec->platform = platformID;
818 lastnamerec.platform = 0;
838 if (namerec->platform == tt_pfid_win &&
858 lastnamerec.platform != tt_pfid_win) &&
859 (namerec->platform == tt_pfid_win ||
860 (namerec->platform == tt_pfid_mac &&
866 if (namerec->platform == tt_pfid_mac)
895 if (namerec->platform == tt_pfid_win)

Completed in 220 milliseconds

1234567