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

123456

/freebsd-10.1-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...]
H A Dpartedit_x86.c35 static char platform[255] = ""; variable
45 size_t platlen = sizeof(platform);
46 if (strlen(platform) == 0)
47 sysctlbyname(platform_sysctl, platform, &platlen, NULL, -1);
51 if (strcmp(platform, "BIOS") == 0) {
63 size_t platlen = sizeof(platform);
64 if (strlen(platform) == 0)
65 sysctlbyname(platform_sysctl, platform, &platlen, NULL, -1);
71 if (strcmp(platform, "BIOS") == 0)
81 size_t platlen = sizeof(platform);
[all...]
/freebsd-10.1-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-10.1-release/contrib/ntp/lib/isc/win32/
H A Dipv6.c21 #include <isc/platform.h>
/freebsd-10.1-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-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DConfig.h35 #error undefined platform
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Duname-a.d50 `platform);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/System/
H A Duname-a.d50 `platform);
/freebsd-10.1-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-10.1-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Donce.h27 #include <isc/platform.h>
/freebsd-10.1-release/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.1-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
260 # If no platform is given, assume WIN32
428 my %platform; # For anything undefined, we assume ""
973 $platform{$s} =
974 &reduce_platforms((defined($platform{$s})?$platform{$s}.',':"").$p);
985 $platform{$r} = &reduce_platforms($platform{$s}.",".$p.",".$p);
986 $platform{
[all...]
/freebsd-10.1-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-10.1-release/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.1-release/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.1-release/contrib/serf/build/
H A Dcheck.py35 if sys.platform == 'win32':
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacpi.h56 #include <contrib/dev/acpica/include/platform/acenv.h> /* Environment-specific items */
/freebsd-10.1-release/sys/powerpc/include/
H A Dofw_machdep.h36 #include <machine/platform.h>

Completed in 283 milliseconds

123456