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

123456

/freebsd-10-stable/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-10-stable/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-10-stable/contrib/ntp/lib/isc/win32/
H A Dipv6.c21 #include <isc/platform.h>
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DConfig.h35 #error undefined platform
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Duname-a.d50 `platform);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/System/
H A Duname-a.d50 `platform);
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Donce.h27 #include <isc/platform.h>
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch) argument
54 arch.SetTriple(m_arch_str.c_str(), platform);
/freebsd-10-stable/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-10-stable/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
263 # If no platform is given, assume WIN32
431 my %platform; # For anything undefined, we assume ""
976 $platform{$s} =
977 &reduce_platforms((defined($platform{$s})?$platform{$s}.',':"").$p);
988 $platform{$r} = &reduce_platforms($platform{$s}.",".$p.",".$p);
989 $platform{
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAtomic.cpp37 # error No memory fence implementation for your platform!
55 # error No compare-and-swap implementation for your platform!
68 # error No atomic increment implementation for your platform!
81 # error No atomic decrement implementation for your platform!
94 # error No atomic add implementation for your platform!
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h51 GetArchitecture (Platform *platform, ArchSpec &arch);
68 std::string m_arch_str; // Save the arch triple in case a platform is specified after the architecture
/freebsd-10-stable/contrib/serf/build/
H A Dcheck.py35 if sys.platform == 'win32':
/freebsd-10-stable/sys/powerpc/include/
H A Dofw_machdep.h36 #include <machine/platform.h>
/freebsd-10-stable/contrib/ntp/lib/isc/mips/include/isc/
H A Datomic.h22 #include <isc/platform.h>

Completed in 146 milliseconds

123456