Searched refs:platform (Results 1 - 25 of 164) sorted by relevance

1234567

/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit_powerpc.c35 static char platform[255] = ""; variable
39 size_t platlen = sizeof(platform);
40 if (strlen(platform) == 0)
41 sysctlbyname("hw.platform", platform, &platlen, NULL, -1);
43 if (strcmp(platform, "powermac") == 0)
45 if (strcmp(platform, "chrp") == 0)
54 size_t platlen = sizeof(platform);
55 if (strlen(platform) == 0)
56 sysctlbyname("hw.platform", platfor
[all...]
/freebsd-11.0-release/gnu/usr.bin/binutils/
H A Dupdate.sh14 platform="`uname -m`"
19 echo "binutils elf configuration for $platform"
22 ${contribdir}/configure $platform-unknown-freebsd || exit
26 cp config.h ${gnudir}/as/$platform/config.h || exit
32 cp ldemul-list.h ${gnudir}/ld/$platform || exit
37 cp bfd.h ${gnudir}/libbfd/$platform || exit
38 cp config.h ${gnudir}/libbfd/$platform || exit
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dipv6.c21 #include <isc/platform.h>
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp18 bool PosixPlatformCommandOptionValidator::IsValid(Platform &platform, const ExecutionContext &target) const argument
20 llvm::Triple::OSType os = platform.GetSystemArchitecture().GetTriple().getOS();
H A DOptionGroupArchitecture.cpp49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch) argument
54 arch.SetTriple(m_arch_str.c_str(), platform);
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dversion.h22 #include <isc/platform.h>
H A Dstdlib.h28 #include <isc/platform.h>
H A Dcommandline.h27 #include <isc/platform.h>
H A Derror.h29 #include <isc/platform.h>
H A Dmd5.h47 #include <isc/platform.h>
H A Dprint.h31 #include <isc/platform.h>
35 * the platform does not need it. The standard Makefile will still
H A Dsha1.h32 #include <isc/platform.h>
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacpi.h56 #include <contrib/dev/acpica/include/platform/acenv.h> /* Environment-specific items */
65 #include <contrib/dev/acpica/include/platform/acenvex.h> /* Extra environment-specific items */
/freebsd-11.0-release/tools/tools/notescheck/
H A Dnotescheck.py24 # This special platform string is used for managing MI options.
71 def add_define(self, platform):
72 self.defines.add(platform)
74 def add_test(self, platform):
75 self.tests.add(platform)
90 # If the tested set contains the global platform, then this
110 # single MD platform, then whine about this.
167 print("Found MD NOTES file for global platform", file=sys.stderr)
248 def parse_files_line(line, platform):
288 option.add_define(platform)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DConfig.h43 #error undefined platform
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h26 bool IsValid(Platform &platform, const ExecutionContext &target) const override;
H A DOptionGroupArchitecture.h48 GetArchitecture (Platform *platform, ArchSpec &arch);
63 std::string m_arch_str; // Save the arch triple in case a platform is specified after the architecture
/freebsd-11.0-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Donce.h27 #include <isc/platform.h>
/freebsd-11.0-release/crypto/openssl/util/
H A Dselftest.pl15 my $platform="??";
42 $platform=$1 if (/^PLATFORM=(.*)$/);
75 print OUT "Target: $platform\n";
159 $ok=2 if /^platform: $platform/;
H A Dmkdef.pl33 # existence:platform:kind:algorithms
38 # comma-separated list of the platform, just as they are if the symbol exists
266 # If no platform is given, assume WIN32
434 my %platform; # For anything undefined, we assume ""
980 $platform{$s} =
981 &reduce_platforms((defined($platform{$s})?$platform{$s}.',':"").$p);
992 $platform{$r} = &reduce_platforms($platform{$s}.",".$p.",".$p);
993 $platform{
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Dversion.c143 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
163 platform = 1;
167 date = version = cflags = options = platform = dir = 1;
185 if (platform)
/freebsd-11.0-release/contrib/libc++/src/include/
H A Dconfig_elast.h33 #warning ELAST for this platform not yet implemented
/freebsd-11.0-release/sys/powerpc/include/
H A Dofw_machdep.h36 #include <machine/platform.h>
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAtomic.cpp38 # error No memory fence implementation for your platform!
56 # error No compare-and-swap implementation for your platform!
69 # error No atomic increment implementation for your platform!
82 # error No atomic decrement implementation for your platform!
95 # error No atomic add implementation for your platform!
/freebsd-11.0-release/contrib/serf/build/
H A Dcheck.py35 if sys.platform == 'win32':

Completed in 156 milliseconds

1234567