Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/src/sys/dev/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c41 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument
46 return mlxfw_mfa2_tlv_get(mfa2_file, (const u8 *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child()
53 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local
60 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next()
61 if (!multi) in mlxfw_mfa2_tlv_next()
63 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next()
85 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument
92 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find()
105 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument
113 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
H A Dmlxfw_mfa2.c124 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument
130 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_validate()
145 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local
154 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate()
155 if (!multi) { in mlxfw_mfa2_file_dev_validate()
160 if (!mlxfw_mfa2_tlv_multi_validate(mfa2_file, multi)) in mlxfw_mfa2_file_dev_validate()
164 tlv = mlxfw_mfa2_tlv_multi_child_find(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate()
181 err = mlxfw_mfa2_tlv_multi_child_count(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate()
193 tlv = mlxfw_mfa2_tlv_multi_child_find(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate()
218 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_comp_validate() local
[all …]
H A Dmlxfw_mfa2_tlv_multi.h41 const struct mlxfw_mfa2_tlv_multi *multi);
53 const struct mlxfw_mfa2_tlv_multi *multi,
57 const struct mlxfw_mfa2_tlv_multi *multi,
65 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument
67 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \
68 be16_to_cpu(multi->num_extensions) + 1)
/src/contrib/netbsd-tests/ipf/
H A Dt_nat_ipf_exec.sh62 multi)
72 test_case ni1 natipftest multi hex hex -T update_ipid=1
77 test_case ni6 natipftest multi hex text -T update_ipid=1 -D
88 test_case ni17 natipftest multi text text
89 test_case ni18 natipftest multi text text
92 test_case ni21 natipftest multi text text
93 test_case ni23 natipftest multi text text -D
/src/crypto/openssl/test/radix/
H A DREADME.md10 - multi-stream
11 - multi-client
12 - multi-server
13 - multi-thread
14 - multi-process (in future)
15 - multi-node (in future)
30 “Multi-process” and “multi-node” means there has been some consideration
31 given to support of multi-process and multi-node testing in the future, though
77 - In the future, multi-process or multi-node testing will be supported.
78 The expectation is that multi-node testing will be facilitated by having the
/src/crypto/openssl/demos/guide/
H A Dbuild.info9 quic-multi-stream \
24 INCLUDE[quic-multi-stream]=../../include
25 SOURCE[quic-multi-stream]=quic-multi-stream.c
26 DEPEND[quic-multi-stream]=../../libcrypto ../../libssl
H A DMakefile10 quic-multi-stream \
25 quic-multi-stream: quic-multi-stream.o
/src/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-yosemitev2.dts98 mellanox,multi-host;
125 multi-master;
136 multi-master;
147 multi-master;
158 multi-master;
215 multi-master;
H A Daspeed-bmc-facebook-greatlakes.dts69 mellanox,multi-host;
103 multi-master;
113 multi-master;
123 multi-master;
133 multi-master;
177 multi-master;
H A Daspeed-bmc-vegman.dtsi236 multi-master;
252 multi-master;
264 multi-master;
270 multi-master;
276 multi-master;
H A Daspeed-bmc-facebook-yosemite4.dts137 mellanox,multi-host;
145 mellanox,multi-host;
173 multi-master;
224 multi-master;
275 multi-master;
326 multi-master;
377 multi-master;
428 multi-master;
479 multi-master;
530 multi-master;
[all …]
/src/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-turris-omnia.dts275 multi-led@0 {
282 multi-led@1 {
289 multi-led@2 {
296 multi-led@3 {
303 multi-led@4 {
310 multi-led@5 {
316 multi-led@6 {
323 multi-led@7 {
330 multi-led@8 {
337 multi-led@9 {
[all …]
/src/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp387 const std::vector< int > multi = in ATF_TEST_CASE_BODY() local
389 ATF_REQUIRE_EQ(3, multi.size()); in ATF_TEST_CASE_BODY()
390 ATF_REQUIRE_EQ(1, multi[0]); in ATF_TEST_CASE_BODY()
391 ATF_REQUIRE_EQ(2, multi[1]); in ATF_TEST_CASE_BODY()
392 ATF_REQUIRE_EQ(3, multi[2]); in ATF_TEST_CASE_BODY()
397 const std::vector< std::string > multi = in ATF_TEST_CASE_BODY() local
399 ATF_REQUIRE_EQ(3, multi.size()); in ATF_TEST_CASE_BODY()
400 ATF_REQUIRE_EQ("value1", multi[0]); in ATF_TEST_CASE_BODY()
401 ATF_REQUIRE_EQ("value2", multi[1]); in ATF_TEST_CASE_BODY()
402 ATF_REQUIRE_EQ("value3", multi[2]); in ATF_TEST_CASE_BODY()
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-echo.dts151 multi-led@0 {
178 multi-led@1 {
205 multi-led@2 {
242 multi-led@0 {
269 multi-led@1 {
296 multi-led@2 {
333 multi-led@0 {
360 multi-led@1 {
387 multi-led@2 {
424 multi-led@0 {
[all …]
/src/sys/kern/
H A Dsubr_csan.c761 CSAN_BUS_READ_PTR_FUNC(multi, 1, uint8_t)
768 CSAN_BUS_READ_PTR_FUNC(multi, 2, uint16_t)
775 CSAN_BUS_READ_PTR_FUNC(multi, 4, uint32_t)
783 CSAN_BUS_READ_PTR_FUNC(multi, 8, uint64_t)
809 CSAN_BUS_WRITE_PTR_FUNC(multi, 1, uint8_t)
816 CSAN_BUS_WRITE_PTR_FUNC(multi, 2, uint16_t)
823 CSAN_BUS_WRITE_PTR_FUNC(multi, 4, uint32_t)
831 CSAN_BUS_WRITE_PTR_FUNC(multi, 8, uint64_t)
846 CSAN_BUS_SET_FUNC(multi, 1, uint8_t)
853 CSAN_BUS_SET_FUNC(multi, 2, uint16_t)
[all …]
/src/usr.bin/finger/
H A Dnet.c58 int error, multi; in netfinger() local
80 multi = (ai0->ai_next) != 0; in netfinger()
89 if (multi) in netfinger()
/src/usr.bin/yes/tests/
H A Dyes_test.sh32 atf_test_case multi
82 atf_add_test_case multi
/src/sys/contrib/device-tree/Bindings/mfd/
H A Dretu.txt1 * Device tree bindings for Nokia Retu and Tahvo multi-function device
3 Retu and Tahvo are a multi-function devices found on Nokia Internet
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def33 "Output analysis results using HTML (not allowing for multi-file bugs)",
40 PLIST_MULTI_FILE, "plist-multi-file",
41 "Output analysis results using Plists (allowing for multi-file bugs)",
/src/sys/contrib/device-tree/src/powerpc/
H A Dturris1x.dts412 multi-led@0 {
418 multi-led@1 {
425 multi-led@2 {
432 multi-led@3 {
439 multi-led@4 {
446 multi-led@5 {
453 multi-led@6 {
459 multi-led@7 {
/src/crypto/openssl/doc/man1/
H A Dopenssl-speed.pod.in21 [B<-multi> I<num>]
63 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
64 aes-128-cbc-hmac-sha1, then B<-mb> will time multi-buffer operation.
70 =item B<-multi> I<num>
97 Enable multi-block mode on EVP-named cipher.
/src/contrib/unbound/smallapp/
H A Dunbound-host.c186 massage_type(const char* t, int reverse, int* multi) in massage_type() argument
199 *multi = 1; in massage_type()
390 int multi = 0; /* no type, so do A, AAAA, MX */ in lookup() local
393 int t = massage_type(qt, reverse, &multi); in lookup()
397 if(multi) { in lookup()
/src/sys/contrib/device-tree/Bindings/display/
H A Dmulti-inno,mi0283qt.txt4 - compatible: "multi-inno,mi0283qt".
21 compatible = "multi-inno,mi0283qt";
/src/crypto/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod40 if the B<RSA> object is a multi-prime RSA key.
45 if the B<RSA> object is a multi-prime RSA key.
50 if the B<RSA> object is a multi-prime RSA key.
/src/sys/contrib/device-tree/Bindings/mtd/
H A Dmxic-nand.txt5 - compatible: should be "mxic,multi-itfc-v009-nand-controller"
23 compatible = "mxic,multi-itfc-v009-nand-controller";

12345678910>>...18