/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2_tlv_multi.c | 41 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 D | mlxfw_mfa2.c | 124 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 D | mlxfw_mfa2_tlv_multi.h | 41 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)
|
/freebsd/contrib/netbsd-tests/ipf/ |
H A D | t_nat_ipf_exec.sh | 62 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
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-yosemitev2.dts | 98 mlx,multi-host; 125 multi-master; 136 multi-master; 147 multi-master; 158 multi-master; 215 multi-master;
|
H A D | aspeed-bmc-facebook-greatlakes.dts | 69 mlx,multi-host; 103 multi-master; 113 multi-master; 123 multi-master; 133 multi-master; 177 multi-master;
|
H A D | aspeed-bmc-vegman.dtsi | 236 multi-master; 252 multi-master; 264 multi-master; 270 multi-master; 276 multi-master;
|
H A D | aspeed-bmc-facebook-cloudripper.dts | 126 multi-master; 323 multi-led@0 { 347 multi-led@1 { 371 multi-led@2 { 395 multi-led@3 {
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | http_server.c | 43 int multi = 0; /* run multiple responder processes */ variable 66 if (multi) { in log_message() 95 for (i = 0; i < multi; ++i) in killall() 129 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array"); in spawn_loop() 130 for (i = 0; i < multi; ++i) in spawn_loop() 143 while (termsig == 0 && procs >= multi) { in spawn_loop() 152 if (i >= multi) { in spawn_loop() 197 for (i = 0; i < multi; ++i) { in spawn_loop() 204 if (i >= multi) { in spawn_loop()
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-turris-omnia.dts | 246 multi-led@0 { 253 multi-led@1 { 260 multi-led@2 { 267 multi-led@3 { 274 multi-led@4 { 281 multi-led@5 { 287 multi-led@6 { 294 multi-led@7 { 301 multi-led@8 { 308 multi [all...] |
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | parser_test.cpp | 387 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()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-echo.dts | 151 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 …]
|
/freebsd/sys/kern/ |
H A D | subr_csan.c | 761 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 …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-speed.pod.in | 18 [B<-multi> I<num>] 52 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g. 53 aes-128-cbc-hmac-sha1, then B<-mb> will time multi-buffer operation. 59 =item B<-multi> I<num> 86 Enable multi-block mode on EVP-named cipher.
|
/freebsd/usr.bin/finger/ |
H A D | net.c | 58 int error, multi; in netfinger() local 80 multi = (ai0->ai_next) != 0; in netfinger() 89 if (multi) in netfinger()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | retu.txt | 1 * Device tree bindings for Nokia Retu and Tahvo multi-function device 3 Retu and Tahvo are a multi-function devices found on Nokia Internet
|
H A D | samsung,sec-core.txt | 1 Binding for Samsung S2M and S5M family multi-function device 4 This is a part of device tree bindings for S2M and S5M family multi-function 8 of multi-function devices which include voltage and current regulators, RTC,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | epoc | 13 >4 lelong 0x10000042 multi-bitmap image 32 >4 lelong 0x1000008A exported multi-bitmap image 36 0 lelong 0x10000041 Psion Series 5 ROM multi-bitmap image
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Analyses.def | 33 "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)",
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | turris1x.dts | 412 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 {
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 186 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()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | multi-inno,mi0283qt.txt | 4 - compatible: "multi-inno,mi0283qt". 21 compatible = "multi-inno,mi0283qt";
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_rsa_get0_all_params.pod | 40 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.
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mxic-nand.txt | 5 - compatible: should be "mxic,multi-itfc-v009-nand-controller" 23 compatible = "mxic,multi-itfc-v009-nand-controller";
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | andestech,atcpit100-timer.txt | 6 This timer is a set of compact multi-function timers, which can be 10 multi-function timer and provide the following usage scenarios:
|