| /freebsd-12.1/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit_powerpc.c | 37 static char platform[255] = ""; variable 41 size_t platlen = sizeof(platform); in default_scheme() 42 if (strlen(platform) == 0) in default_scheme() 47 if (strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0 || in default_scheme() 58 if (strlen(platform) == 0) in is_scheme_bootable() 65 if ((strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0) && in is_scheme_bootable() 88 if (strlen(platform) == 0) in bootpart_size() 97 if (strcmp(platform, "ps3") == 0 || strcmp(platform, "powernv") == 0 || in bootpart_size() 107 if (strlen(platform) == 0) in bootpart_type() 114 if (strcmp(platform, "powernv") == 0 || strcmp(platform, "ps3") == 0 || in bootpart_type() [all …]
|
| /freebsd-12.1/tools/tools/notescheck/ |
| H A D | notescheck.py | 71 def add_define(self, platform): argument 72 self.defines.add(platform) 74 def add_test(self, platform): argument 75 self.tests.add(platform) 248 def parse_files_line(line, platform): argument 288 option.add_define(platform) 302 option.add_define(platform) 316 option.add_test(platform) 322 option.add_test(platform) 350 for platform in platforms: [all …]
|
| /freebsd-12.1/gnu/usr.bin/binutils/ |
| H A D | update.sh | 14 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-12.1/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 86 device_t platform; member 141 if (sc->platform != NULL) \ 144 if (sc->platform != NULL) \ 149 if (sc->platform != NULL) \ 152 if (sc->platform != NULL) \ 157 if (sc->platform != NULL) \ 225 if (sc->platform != NULL) { in vtmmio_setup_intr() 273 sc->platform = NULL; in vtmmio_setup_platform() 287 sc->platform = ic->dev; in vtmmio_setup_platform() 292 if (sc->platform == NULL) { in vtmmio_setup_platform() [all …]
|
| /freebsd-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | bootconfig | 30 platform=`sysctl -n hw.platform` 31 if [ "$platform" == ps3 -o "$platform" == powernv ]; then
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | appveyor.yml | 7 - platform: Win32 9 - platform: Win32 11 - platform: x64 13 - platform: x64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 299 GDBRemoteCommunicationServerPlatform platform( in main_platform() local 303 platform.SetPortOffset(port_offset); in main_platform() 306 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform() 338 platform.SetConnection(conn); in main_platform() 340 if (platform.IsConnected()) { in main_platform() 345 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform() 349 platform.SetPendingGdbServer(pid, port, socket_name); in main_platform() 355 if (platform.HandshakeWithClient()) { in main_platform() 359 if (platform.GetPacketAndSendResponse(llvm::None, error, interrupt, in main_platform()
|
| /freebsd-12.1/usr.bin/etdump/ |
| H A D | output_shell.c | 42 const char *platform; in output_entry() local 53 platform = "default"; in output_entry() 55 platform = system_id_string(platform_id); in output_entry() 59 platform, system_id_string(bcse->system_type[0]), in output_entry()
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | platform_if.m | 37 #include <machine/platform.h> 43 * @defgroup PLATFORM platform - KObj methods for ARM platform 45 * @brief A set of methods required by all platform implementations. 51 INTERFACE platform; 75 * @brief Probe for whether we are on this platform, returning the standard 84 * @brief Attach this platform module. This happens before the MMU is online, 85 * so the platform module can install its own high-priority MMU module at 102 * first byte of unusable KVA space. This allows a platform to carve out
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | platform_if.m | 35 #include <machine/platform.h> 41 * @defgroup PLATFORM platform - KObj methods for PowerPC platform 43 * @brief A set of methods required by all platform implementations. 49 INTERFACE platform; 90 * @brief Probe for whether we are on this platform, returning the standard 100 * @brief Attach this platform module. This happens before the MMU is online, 101 * so the platform module can install its own high-priority MMU module at
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | version.c | 66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 99 dirty = platform = 1; in version_main() 108 seed = options = cflags = version = date = platform = dir = engdir in version_main() 129 if (platform) in version_main()
|
| /freebsd-12.1/usr.sbin/makefs/tests/ |
| H A D | makefs_ffs_tests.sh | 189 platform=$(uname) 190 case "$platform" in 221 platform=$(uname) 222 case "$platform" in
|
| /freebsd-12.1/usr.bin/uname/ |
| H A D | uname.c | 88 static char *ident, *platform, *hostname, *arch, *release, *sysname, *version, *kernvers, *uservers; variable 167 CHECK_ENV("m", platform); in setup_get() 192 PRINT_FLAG(flags, MFLAG, platform); in print_uname() 255 NATIVE_SYSCTL2_GET(platform, CTL_HW, HW_MACHINE) { in NATIVE_SYSCTL2_GET() argument
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | .depend | 3 addrmatch.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa… 4 atomicio.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat… 5 audit-bsm.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa… 6 audit-linux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-com… 7 audit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba… 8 auth-bsdauth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-co… 11 auth-pam.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat… 97 platform-misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-c… 98 platform-pledge.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd… 99 platform-tracing.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbs… [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandOptionValidators.cpp | 19 Platform &platform, const ExecutionContext &target) const { in IsValid() argument 21 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
|
| H A D | OptionGroupArchitecture.cpp | 31 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() argument 33 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 81 as little OS platform support code as possible. 105 implementation of platform differences must not clutter up the common 106 code with platform specific defines. Instead, some reasonable layering 107 semantics are defined such that platform specifics can be kept in the 108 platform specific code. 235 The platform/bus specific modules (and definitions) depend on each 237 module's use. Generally a platform module set is split into a bus 277 MEMZERO(dst, src) platform zeroing function 294 Typically a bus specific module for a platform (e.g., one that wants 322 this HBA with this platform's SCSI subsystem. Examining either the [all …]
|
| /freebsd-12.1/contrib/serf/ |
| H A D | SConstruct | 66 if sys.platform == 'win32': 122 if sys.platform == 'win32': 218 if sys.platform != 'sunos5': 222 if sys.platform != 'win32': 230 if sys.platform == 'darwin': 234 if sys.platform != 'win32': 286 if sys.platform == 'win32': 298 if sys.platform == 'win32': 385 if sys.platform == 'win32': 458 if sys.platform == 'win32': [all …]
|
| /freebsd-12.1/contrib/libc++/ |
| H A D | FREEBSD-upgrade | 8 platform-dependent (unless the platform in question is FreeBSD, obviously).
|
| /freebsd-12.1/contrib/sendmail/libsm/ |
| H A D | README | 41 Libsm uses a set of C preprocessor macros to specify platform specific 44 If you are porting sendmail to a new platform, you may need to tweak 48 If the default value is wrong for a given platform, then a platform 52 to the platform M4 file in devtools/OS, or to the site.config.m4 55 - The confSM_OS_HEADER macro in the platform M4 file defines sm_os_foo,
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | r8a7744-iwg20d-q7-dbcm-ca.dts | 4 * platform with camera daughter board 15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Atomic.cpp | 40 # error No memory fence implementation for your platform! in MemoryFence() 58 # error No compare-and-swap implementation for your platform! in CompareAndSwap()
|
| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | BUCK | 3 headers=glob(['*.h'], excludes=['datagen.h', 'platform.h', 'util.h']), 42 exported_headers=['util.h', 'platform.h'],
|
| /freebsd-12.1/secure/lib/libssh/ |
| H A D | Makefile | 26 platform-pledge.c platform-tracing.c platform-misc.c
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | icc | 19 # bytes 40 to 43 "may be used to identify the primary platform/operating 27 # platform/operating system. Only 5 mentioned 45 # and there *is* an identified "primary platform" value of SUNW. 48 # 5th platform 208 # XXX - should we use "acsp\0\0\0\0" for "no primary platform" profiles, 209 # and use "acsp" for everything else and dump the "primary platform"
|