/freebsd-src/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-mt65xx.txt | 5 - mediatek,mt2701-spi: for mt2701 platforms 6 - mediatek,mt2712-spi: for mt2712 platforms 7 - mediatek,mt6589-spi: for mt6589 platforms 8 - mediatek,mt6765-spi: for mt6765 platforms 9 - mediatek,mt7622-spi: for mt7622 platforms 10 - "mediatek,mt7629-spi", "mediatek,mt7622-spi": for mt7629 platforms 11 - mediatek,mt8135-spi: for mt8135 platforms 12 - mediatek,mt8173-spi: for mt8173 platforms 13 - mediatek,mt8183-spi: for mt8183 platforms 14 - mediatek,mt6893-spi: for mt6893 platforms [all …]
|
H A D | spi-samsung.txt | 9 - samsung,s3c2443-spi: for s3c2443, s3c2416 and s3c2450 platforms 10 - samsung,s3c6410-spi: for s3c6410 platforms 11 - samsung,s5pv210-spi: for s5pv210 and s5pc110 platforms 13 - samsung,exynos7-spi: for exynos7 platforms <DEPRECATED>
|
/freebsd-src/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 48 on a subset of the supported platforms, or if they are specific to certain 53 platforms that maintain a transfer vector indexed by position rather than 55 aliases for others for certain platforms, or that have different forms 56 on different platforms. 303 # - For platforms, both MUST hold the same ones, but with opposite values 305 # - They MUST NOT have identical name, type, numeral, version, platforms, and features 348 # Check for in addition identical name, type, and platforms 353 && $items[0]->platforms() eq $items[1]->platforms(); 355 # Check that all platforms exist in both items, and have opposite values 356 my @platforms = ( { $items[0]->platforms() }, [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ti/ |
H A D | omap.yaml | 12 description: Platforms based on Texas Instruments OMAP SoC architecture. 20 - description: TI OMAP2420 SoC based platforms 30 - description: TI OMAP2430 SoC based platforms 37 - description: TI OMAP3430 SoC based platforms 76 - description: TI OMAP3630 SoC based platforms 94 - description: TI AM35 SoC based platforms 131 - description: TI OMAP4430 SoC based platforms 151 - description: TI OMAP4460 SoC based platforms 168 - description: TI OMAP5 SoC based platforms
|
/freebsd-src/ |
H A D | RELNOTES | 207 FreeBSD 15.0 will not include support for 32-bit platforms. 211 Support for executing 32-bit binaries on 64-bit platforms via 220 Support for 32-bit platforms in ports for 15.0 and later 222 include binary packages for 32-bit platforms or support for 229 by the ports system. However, all 32-bit platforms are Tier-2 231 to degrade as upstreams deprecate 32-bit platforms. 235 mark the end of support for 32-bit platforms including source 238 October 2023 for 14.0, support for 32-bit platforms would end 243 more platforms in 15.0 or later. Users should use the 244 stable/14 branch to migrate off of 32-bit platforms [all...] |
/freebsd-src/tools/tools/notescheck/ |
H A D | notescheck.py | 50 # platforms that the option was defined in via an options or files 51 # file. The other is the list of platforms that the option was tested 102 # multiple MD platforms, then it is ok. This often occurs 104 # all, platforms (e.g. acpi, agp). 120 # The set of MD platforms where this option is defined, but not tested. 156 # Look for MD NOTES files to build our list of platforms. We ignore 157 # platforms that do not have a NOTES file. 159 platforms = [] 164 platforms.append(file[len(tree):].split('/')[0]) 165 if global_platform in platforms: [all …]
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap_breakloop.3pcap | 45 will also, on some platforms, wake up the thread that is blocked. In 46 this version of libpcap, the only platforms on which a wakeup is caused 57 loop and, on some platforms, performs a signal-safe and thread-safe API 78 will only unblock that thread on the platforms and capture devices 86 unless at least one packet has arrived; the only platforms on which it 90 other platforms, or unblocked when capturing on a device other than a 113 will, on some platforms, loop reading packets from the OS; that loop
|
H A D | README.md | 32 ### Support for particular platforms and BPF 33 For some platforms there are `README.{system}` files that discuss issues 34 with the OS's interface for packet capture on those platforms, such as 68 and *BSD, among other platforms.
|
H A D | pcap_setdirection.3pcap | 52 isn't necessarily fully supported on all platforms; some platforms might 53 return an error for all values, and some other platforms might not
|
/freebsd-src/crypto/openssl/util/ |
H A D | mkdef.pl | 113 platforms => { UNIX => 1 } }, 119 platforms => { UNIX => 1 } }, 122 platforms => { VMS => 1 } }, 126 platforms => { WIN32 => 1, 137 platforms => { TANDEM => 1 } }, 169 my %platforms = ( $item->platforms() ); 171 # True if no platforms are defined 172 return 1 if scalar keys %platforms == 0; 177 for (keys %platforms) { 178 if (exists $OS->{platforms}->{$_}) { [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | apple.yaml | 13 ARM platforms using SoCs designed by Apple Inc., branded "Apple Silicon". 68 - description: Apple M1 SoC based platforms 79 - description: Apple M2 SoC based platforms 88 - description: Apple M1 Pro SoC based platforms 96 - description: Apple M1 Max SoC based platforms 105 - description: Apple M1 Ultra SoC based platforms
|
/freebsd-src/contrib/openpam/ |
H A D | INSTALL | 7 See the release notes for a list of platforms OpenPAM has been 11 to build OpenPAM. On some platforms, you may have to install these 45 To compile OpenPAM, simply run "make" (or "gmake" on platforms where 53 platforms where "make" is not GNU make) in the top-level OpenPAM
|
/freebsd-src/contrib/kyua/model/ |
H A D | metadata_test.cpp | 74 model::strings_set platforms; in ATF_TEST_CASE_BODY() local 75 platforms.insert("1-platform"); in ATF_TEST_CASE_BODY() 76 platforms.insert("2-platform"); in ATF_TEST_CASE_BODY() 110 ATF_REQUIRE(platforms == md.allowed_platforms()); in ATF_TEST_CASE_BODY() 176 model::strings_set platforms; in ATF_TEST_CASE_BODY() local 177 platforms.insert("the-platforms"); in ATF_TEST_CASE_BODY() 204 .set_allowed_platforms(platforms) in ATF_TEST_CASE_BODY() 219 ATF_REQUIRE(platforms == md.allowed_platforms()); in ATF_TEST_CASE_BODY() 241 model::strings_set platforms; in ATF_TEST_CASE_BODY() local [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | mvebu-audio.txt | 6 "marvell,kirkwood-audio" for Kirkwood platforms 7 "marvell,dove-audio" for Dove platforms 8 "marvell,armada370-audio" for Armada 370 platforms 9 "marvell,armada-380-audio" for Armada 38x platforms
|
H A D | davinci-mcasp-audio.txt | 5 "ti,dm646x-mcasp-audio" : for DM646x platforms 6 "ti,da830-mcasp-audio" : for both DA830 & DA850 platforms 7 "ti,am33xx-mcasp-audio" : for AM33xx platforms (AM33xx, AM43xx, TI81xx) 8 "ti,dra7-mcasp-audio" : for DRA7xx platforms
|
/freebsd-src/crypto/openssl/Configurations/ |
H A D | 15-android.conf | 75 if (-d "$ndk/platforms") { 76 # list available platforms (numerically) 77 my @platforms = sort { $a =~ m/-([0-9]+)$/; my $aa = $1; 79 } glob("$ndk/platforms/android-$api"); 80 die "no $ndk/platforms/android-$api" if ($#platforms < 0); 82 $sysroot = "@platforms[$#platforms]/arch-$arch"; 86 # r22 Removed platforms dir, use this JSON file 87 my $path = "$ndk/meta/platforms.json";
|
/freebsd-src/usr.bin/getconf/ |
H A D | getconf.1 | 122 to select between 32-bit and 64-bit execution environments on platforms 131 .Sy Supported platforms : 135 .Sy Supported platforms : 140 .Sy Supported platforms : 145 .Sy Supported platforms :
|
/freebsd-src/contrib/googletest/ |
H A D | WORKSPACE | 26 name = "platforms", 28 "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", 29 "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_set_options.3 | 191 some platforms. 237 some platforms. 246 Defaults to enabled on Mac OS, disabled on other platforms. 260 some platforms. 272 Defaults to enabled on Mac OS, disabled on other platforms.
|
/freebsd-src/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 167 * These are the types that are the same on all platforms; on other 168 * platforms, a <net/bpf.h> should be supplied that defines the additional 190 * Ports of this to particular platforms should replace these definitions 204 * Platforms that have already assigned these values to other 223 * These values are defined by NetBSD; other platforms should refrain from 225 * types of 50 or 51 can be read as this type on all platforms. 233 * between platforms; don't use those values for new DLT_ new types. 237 * This value was defined by libpcap 0.5; platforms that have defined 258 * between platforms; don't use those values for new DLT_ new types. 275 * between platforms; don't use those values for new DLT_ types
|
/freebsd-src/sys/contrib/libsodium/ |
H A D | ChangeLog | 4 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, 21 - The Salsa20-based PRNG example is now thread-safe on platforms with 95 incorrectly defined on 32-bit platforms. This has been fixed. 148 platforms. 149 - Android builds are now using clang on platforms where it is 156 platform 24, but without breaking compatibility with platforms 16 and 162 platforms where it was not properly detected. 164 on some platforms. This has been fixed. 199 compiled on non-Intel platforms. 231 Intel platforms. `crypto_generichash()` is now faster than MD5 and SHA1 [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/crypto/ |
H A D | marvell-cesa.txt | 20 required for orion and kirkwood platforms 24 platforms. 25 "cesazX" clocks are not required on armada-370 platforms
|
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/ |
H A D | arm,dev-platforms-syscon.yaml | 4 $id: http://devicetree.org/schemas/mfd/arm,dev-platforms-syscon.yaml# 7 title: Arm Ltd Developer Platforms System Controllers 14 platforms are contain various system controller blocks. Often these blocks
|
/freebsd-src/contrib/googletest/docs/ |
H A D | quickstart-bazel.md | 16 See [Supported Platforms](platforms.md) for more information about platforms 112 `--cxxopt=/std:c++14`. See [Supported Platforms](platforms.md) for more details
|
/freebsd-src/crypto/openssl/ |
H A D | INSTALL.md | 62 * [Notes for UNIX-like platforms](NOTES-UNIX.md) 63 * [Notes for Android platforms](NOTES-ANDROID.md) 64 * [Notes for Windows platforms](NOTES-WINDOWS.md) 200 On some platforms OpenSSL is preinstalled as part of the Operating System. 288 For more information, see the [Notes for Windows platforms](NOTES-WINDOWS.md). 522 This is a developer option only. It may not work on all platforms and should 542 production use. On some platforms a small amount of assembler code may still 553 `atexit()` has varied semantics between platforms and can cause SIGSEGV in some 598 On platforms where the choice of 32-bit or 64-bit architecture 691 This option is only supported on platforms [all...] |