Home
last modified time | relevance | path

Searched full:platforms (Results 1 – 25 of 1501) sorted by relevance

12345678910>>...61

/freebsd/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 …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm48 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/tools/tools/notescheck/
H A Dnotescheck.py50 # 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/contrib/googletest/
H A DWORKSPACE26 name = "platforms",
28 …"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0…
29 "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
/freebsd/contrib/libpcap/
H A Dpcap_breakloop.3pcap45 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 Dpcap-common.c34 * same on all platforms.
40 * in some cases, values that were also used, on other platforms, for other
53 * all platforms (DLT_NULL through DLT_FDDI), we define LINKTYPE_xxx as
64 * the same encapsulation type on all platforms, you should not allocate
102 * These values the DLT_ values for which are the same on all platforms,
148 * platforms; we map between these values in capture files and
1231 * same on all platforms, and thus are given LINKTYPE_* codes in dlt_to_linktype()
1240 * DLT_PFSYNC has a code on several platforms that's in the in dlt_to_linktype()
1243 * and has a code on the rmaining platforms that's equal in dlt_to_linktype()
1276 * platforms, so we assigned them LINKTYPE_* codes just in dlt_to_linktype()
[all …]
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/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() );
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/
H A DRELNOTES207 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.
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/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/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/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/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DUtils.h42 // Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk in guessDeveloperDir()
48 // Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs in guessDeveloperDir()
54 // Contents/Developer/Platforms/MacOSX.platform/Developer in guessDeveloperDir()
63 // Contents/Developer/Platforms/MacOSX.platform in guessDeveloperDir()
67 // Contents/Developer/Platforms in guessDeveloperDir()
68 if (it == end || *it != "Platforms") in guessDeveloperDir()
/freebsd/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/crypto/openssl/Configurations/
H A D15-android.conf75 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/usr.bin/getconf/
H A Dgetconf.1122 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/sbin/ipf/ipf/
H A Dbpf-ipf.h167 * 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; do
[all...]
/freebsd/crypto/libecc/include/libecc/words/
H A Dtypes.h92 * and char are 8-bit (on the vast majority of platforms).
93 * 2) The two types that are not consistent across platforms are
96 * on x86_64 Linux platforms LLP64, and long becomes 64 bits on
97 * x86_64 Windows platforms LP64).
103 * this corresponds to a 'native' word size of the platform (8-bit platforms
104 * such as AVR and 16-bit platforms such as MSP430 are either LP32 and ILP32,
H A Dwords.h26 * choice across the known platforms (see below).
42 /* The word size is usually deduced from the known platforms.
44 * we use WORDSIZE=64. This is obviously the case on 64-bit platforms,
45 * but this should also be the case on most 32-bit platforms where
48 * There might however be some platforms where this is not the case.
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_set_options.3191 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/sys/contrib/libsodium/
H A DChangeLog4 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/crypto/openssl/
H A DINSTALL.md62 * [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 …]
/freebsd/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

12345678910>>...61