| /freebsd-13.1/sys/dev/mlxfw/ |
| H A D | mlxfw_mfa2_tlv_multi.c | 43 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument 48 return mlxfw_mfa2_tlv_get(mfa2_file, (const u8 *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child() 55 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local 62 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); 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 | 126 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument 147 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local 156 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate() 157 if (!multi) { in mlxfw_mfa2_file_dev_validate() 220 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_comp_validate() local 226 if (!multi) { in mlxfw_mfa2_file_comp_validate() 235 tlv = mlxfw_mfa2_tlv_multi_child(mfa2_file, multi); in mlxfw_mfa2_file_comp_validate() 293 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_init() local 313 if (!multi) { in mlxfw_mfa2_file_init() 504 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_component_tlv_get() local [all …]
|
| H A D | mlxfw_mfa2_tlv_multi.h | 43 const struct mlxfw_mfa2_tlv_multi *multi); 55 const struct mlxfw_mfa2_tlv_multi *multi, 59 const struct mlxfw_mfa2_tlv_multi *multi, 67 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument 69 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \ 70 be16_to_cpu(multi->num_extensions) + 1)
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-class-multicolor.yaml | 13 Bindings for multi color LEDs show how to describe current outputs of 14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV 15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED 16 modules. This is achieved by adding multi-led nodes layer to the 23 "^multi-led@([0-9a-f])$":
|
| H A D | cznic,turris-omnia-leds.yaml | 33 "^multi-led@[0-9a-b]$": 70 multi-led@0 { 81 multi-led@a {
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | aspeed-bmc-facebook-yosemitev2.dts | 98 mlx,multi-host; 125 multi-master; 136 multi-master; 147 multi-master; 158 multi-master;
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_csan.c | 769 CSAN_BUS_READ_PTR_FUNC(multi, 1, uint8_t) 776 CSAN_BUS_READ_PTR_FUNC(multi, 2, uint16_t) 783 CSAN_BUS_READ_PTR_FUNC(multi, 4, uint32_t) 791 CSAN_BUS_READ_PTR_FUNC(multi, 8, uint64_t) 817 CSAN_BUS_WRITE_PTR_FUNC(multi, 1, uint8_t) 824 CSAN_BUS_WRITE_PTR_FUNC(multi, 2, uint16_t) 831 CSAN_BUS_WRITE_PTR_FUNC(multi, 4, uint32_t) 854 CSAN_BUS_SET_FUNC(multi, 1, uint8_t) 861 CSAN_BUS_SET_FUNC(multi, 2, uint16_t) 868 CSAN_BUS_SET_FUNC(multi, 4, uint32_t) [all …]
|
| H A D | subr_asan.c | 847 ASAN_BUS_READ_PTR_FUNC(multi, 1, uint8_t) 854 ASAN_BUS_READ_PTR_FUNC(multi, 2, uint16_t) 861 ASAN_BUS_READ_PTR_FUNC(multi, 4, uint32_t) 888 ASAN_BUS_WRITE_PTR_FUNC(multi, 1, uint8_t) 895 ASAN_BUS_WRITE_PTR_FUNC(multi, 2, uint16_t) 902 ASAN_BUS_WRITE_PTR_FUNC(multi, 4, uint32_t) 918 ASAN_BUS_SET_FUNC(multi, 1, uint8_t) 923 ASAN_BUS_SET_FUNC(multi, 2, uint16_t) 928 ASAN_BUS_SET_FUNC(multi, 4, uint32_t)
|
| /freebsd-13.1/usr.bin/finger/ |
| H A D | net.c | 67 int error, multi; in netfinger() local 89 multi = (ai0->ai_next) != 0; in netfinger() 98 if (multi) in netfinger()
|
| /freebsd-13.1/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 | xylon,logicvc.yaml | 8 title: Xylon LogiCVC multi-function device 15 As a result, a multi-function device is exposed as parent of the display
|
| 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-13.1/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
|
| H A D | pgf | 31 >>20 byte 7 multi-channel, 38 >>20 byte 14 deep multi-channel,
|
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-host.c | 184 massage_type(const char* t, int reverse, int* multi) in massage_type() argument 197 *multi = 1; in massage_type() 388 int multi = 0; /* no type, so do A, AAAA, MX */ in lookup() local 391 int t = massage_type(qt, reverse, &multi); in lookup() 395 if(multi) { in lookup()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 40 "Output analysis results using HTML (not allowing for multi-file bugs)", 47 PLIST_MULTI_FILE, "plist-multi-file", 48 "Output analysis results using Plists (allowing for multi-file bugs)",
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | multi-inno,mi0283qt.txt | 4 - compatible: "multi-inno,mi0283qt". 21 compatible = "multi-inno,mi0283qt";
|
| /freebsd-13.1/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-13.1/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:
|
| H A D | renesas,mtu2.yaml | 14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 5 multi-core Navigator. QMSS consist of queue managers, packed-data structure 89 -- multi-queue : Optional property to specify that the channel has to 193 multi-queue; 200 multi-queue; 206 multi-queue; 212 multi-queue;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/usb/ |
| H A D | fsl-usb.txt | 9 - compatible : Should be "fsl-usb2-mph" for multi port host USB 14 - phy_type : For multi port host USB controllers, should be one of 43 Example multi port host USB controller device node :
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ocsp.c | 107 static int multi = 0; variable 512 multi = atoi(opt_arg()); in ocsp_main() 594 if (multi && acbio != NULL) in ocsp_main() 841 if (multi) { in log_message() 850 if (!multi) { in log_message() 890 for (i = 0; i < multi; ++i) in killall() 925 for (i = 0; i < multi; ++i) in spawn_loop() 938 while (termsig == 0 && procs >= multi) { in spawn_loop() 947 if (i >= multi) { in spawn_loop() 992 for (i = 0; i < multi; ++i) { in spawn_loop() [all …]
|