Home
last modified time | relevance | path

Searched refs:platforms (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/freebsd-14.2/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm353 && $items[0]->platforms() eq $items[1]->platforms();
356 my @platforms = ( { $items[0]->platforms() },
360 if ($platforms[0]->{$platform} != !$platforms[1]->{$platform}) {
376 if (%{$platforms[0]} || %{$platforms[0]}) {
388 my %platforms = ();
403 return %platforms;
484 platforms => { %platforms },
561 foreach (keys %platforms) {
577 platforms => { %platforms },
836 platforms => { %{$opts{platforms} // {}} },
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dspi-mt65xx.txt5 - 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 Dspi-samsung.txt9 - 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>
H A Dspi-slave-mt27xx.txt5 - mediatek,mt2712-spi-slave: for mt2712 platforms
6 - mediatek,mt8195-spi-slave: for mt8195 platforms
/freebsd-14.2/crypto/openssl/util/
H A Dmkdef.pl113 platforms => { UNIX => 1 } },
119 platforms => { UNIX => 1 } },
122 platforms => { VMS => 1 } },
126 platforms => { WIN32 => 1,
137 platforms => { TANDEM => 1 } },
169 my %platforms = ( $item->platforms() );
172 return 1 if scalar keys %platforms == 0;
177 for (keys %platforms) {
178 if (exists $OS->{platforms}->{$_}) {
179 return $platforms{$_} == $OS->{platforms}->{$_};
[all …]
/freebsd-14.2/contrib/kyua/model/
H A Dmetadata_test.cpp74 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
242 platforms.insert("p1"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-14.2/contrib/googletest/
H A DWORKSPACE23 name = "platforms", # 2023-07-28T19:44:27Z
25 strip_prefix = "platforms-4ad40ef271da8176d4fc0194d2089b8a76e19d7b",
26 …urls = ["https://github.com/bazelbuild/platforms/archive/4ad40ef271da8176d4fc0194d2089b8a76e19d7b.…
H A DBUILD.bazel41 constraint_values = ["@platforms//os:qnx"],
46 constraint_values = ["@platforms//os:windows"],
51 constraint_values = ["@platforms//os:freebsd"],
56 constraint_values = ["@platforms//os:openbsd"],
/freebsd-14.2/contrib/openpam/
H A DINSTALL7 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-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp21 PlatformList &platforms = interpreter.GetDebugger().GetPlatformList(); in CreatePlatformWithOptions() local
26 platform_sp = platforms.Create(m_platform_name); in CreatePlatformWithOptions()
44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions()
49 platforms.SetSelectedPlatform(platform_sp); in CreatePlatformWithOptions()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dapple.yaml13 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-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dmvebu-audio.txt6 "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 Ddavinci-mcasp-audio.txt5 "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-14.2/tools/tools/notescheck/
H A Dnotescheck.py159 platforms = []
164 platforms.append(file[len(tree):].split('/')[0])
165 if global_platform in platforms:
168 return platforms
341 platforms = find_platforms(tree)
349 for platform in platforms:
/freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dmarvell-cesa.txt20 required for orion and kirkwood platforms
24 platforms.
25 "cesazX" clocks are not required on armada-370 platforms
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/ti/
H A Dk3-socinfo.yaml7 title: Texas Instruments K3 Multicore SoC platforms chipid module
14 Texas Instruments (ARM64) K3 Multicore SoC platforms chipid module is
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwinfo/
H A Dti,k3-socinfo.yaml7 title: Texas Instruments K3 Multicore SoC platforms chipid module
14 Texas Instruments (ARM64) K3 Multicore SoC platforms chipid module is
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Dmmp-dma.txt4 Used platforms: pxa688, pxa910, pxa3xx, etc
21 Used platforms: pxa25x, pxa27x, pxa3xx, pxa93x, pxa168, pxa910, pxa688.
55 Used platforms: pxa688, pxa910
/freebsd-14.2/
H A DRELNOTES36 FreeBSD 15.0 will not include support for 32-bit platforms.
40 Support for executing 32-bit binaries on 64-bit platforms via
49 Support for 32-bit platforms in ports for 15.0 and later
51 include binary packages for 32-bit platforms or support for
58 by the ports system. However, all 32-bit platforms are Tier-2
60 to degrade as upstreams deprecate 32-bit platforms.
64 mark the end of support for 32-bit platforms including source
67 October 2023 for 14.0, support for 32-bit platforms would end
72 more platforms in 15.0 or later. Users should use the
73 stable/14 branch to migrate off of 32-bit platforms.
[all …]
H A DREADME.md5 FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
15 For information on the CPU architectures and platforms supported by FreeBSD, see the [FreeBSD
16 website's Platforms page](https://www.freebsd.org/platforms/).
/freebsd-14.2/contrib/libpcap/
H A DREADME.md32 ### 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.
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt7 some platforms. The binding document defines the resources that would
23 - #clock-cells : Should be 1 for platforms where DRAM clock control is
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dqman.txt94 Definition: PPC platforms: Must include "fsl,qman-fqd"
95 ARM platforms: Must include "shared-dma-pool"
105 Definition: PPC platforms: Must include "fsl,qman-pfdr"
106 ARM platforms: Must include "shared-dma-pool"
/freebsd-14.2/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md7 In .NET Core, it is customary to provide pre-compiled binaries for all platforms
10 number of platforms and assembles them in a NuGet package that can be uploaded
19 See `prepare.py` for the complete list of supported platforms.
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Dti,omap4-i2c.yaml53 This property is applicable only on legacy platforms mainly omap2/3
54 and ti81xx and should not be used on other platforms.

12345678910>>...21