/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 840 eth->mii_bus->name = "mdio"; in mtk_mdio_init() 4253 strscpy(info->driver, mac->hw->dev->driver->name, sizeof(info->driver)); in mtk_get_drvinfo() 5233 .name = "mtk_soc_eth",
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 3116 info->port_attr.attr.name = info->dev_name; in mlx4_init_port_info() 3136 info->port_mtu_attr.attr.name = info->dev_mtu_name; in mlx4_init_port_info() 4500 .name = DRV_NAME, 4559 "mlx4_core name not in sync with kernel module name"); in mlx4_init()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 2078 dev->mdiobus->name = "lan78xx-mdiobus"; in lan78xx_mdio_init() 2186 .name = "lan78xx-irqs", 5061 .name = DRIVER_NAME,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 542 il->led.name = in il_leds_init() 566 kfree(il->led.name); in il_leds_init() 581 kfree(il->led.name); in il_leds_exit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 614 const char *name; member 676 if (handler->name) in rtw89_fw_recognize_elements() 678 handler->name, hdr->ver); in rtw89_fw_recognize_elements()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 440 ip -netns ${ns1} li add ${ns1_dev} type veth peer name tmp 442 ip -netns ${ns1} li set tmp netns ${ns2} name ${ns2_dev} 4249 -t <test> Test name/set to run
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 6734 .name = LPFC_DRIVER_NAME, 6752 .name = LPFC_DRIVER_NAME, 6778 .name = LPFC_DRIVER_NAME,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 191 skb->dev ? skb->dev->name : "<NULL>"); in skb_panic() 1203 printk("%sdev name=%s feat=%pNF\n", in skb_dump() 1204 level, dev->name, &dev->features); in skb_dump() 5719 skb->dev->name); in __skb_warn_lro_forwarding()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_v360.c | 4977 .name = "default", 4985 .name = "default", 4992 .name = "v360",
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 659 UChar name[256]; in TestComposeDecompose() local 660 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); in TestComposeDecompose() 663 cName[j] = (char)name[j]; in TestComposeDecompose()
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 323 $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_config_file) -name test_ca -md sha256 -crldays 3653 -crlexts crl_ext_idp -out $@ 325 $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_config_file) -name test_ca -md sha256 -crldays 3653 -crlexts crl_ext_idp_nc -out $@ 593 ../scripts/generate_server9_bad_saltlen.py --ca-name test-ca \ 1972 # pkcs7 signature file with invalid tag in signerInfo[1].serial after long issuer name
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 848 nir_op_infos[alu->op].name); in emit_alu() 856 nir_op_infos[alu->op].name); in emit_alu() 2682 nir_intrinsic_infos[intr->intrinsic].name); in emit_intrinsic() 4157 ir3_context_error(ctx, "unknown FS output name: %s\n", in setup_output() 4190 ir3_context_error(ctx, "unknown %s shader output name: %s\n", in setup_output()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 76 void NumberFormatterApiTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 346 u"compact-short currency/USD unit-width-full-name", in notationCompact() 347 u"K currency/USD unit-width-full-name", in notationCompact() 403 u"compact-long currency/USD unit-width-full-name", in notationCompact() 404 u"KK currency/USD unit-width-full-name", in notationCompact() 561 u"measure-unit/length-meter unit-width-full-name", in unitMeasure() 562 u"unit/meter unit-width-full-name", in unitMeasure() 578 u"compact-long measure-unit/length-meter unit-width-full-name", in unitMeasure() 579 u"KK unit/meter unit-width-full-name", in unitMeasure() 638 u"measure-unit/duration-day unit-width-full-name", in unitMeasure() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1116 * Default SNI name. This rejects empty names, while set1_host below in SSL_dane_enable() 1117 * accepts them and disables host name checks. To avoid side-effects with in SSL_dane_enable() 1118 * invalid input, set the SNI name first. in SSL_dane_enable() 2814 return c->name; in SSL_get_cipher_list() 2916 n = OPENSSL_strnlen(c->name, size); in SSL_get_shared_ciphers() 2923 memcpy(p, c->name, n); in SSL_get_shared_ciphers() 3132 * The length of the protocol name must be written into |outlen|. The 3239 * On return it sets |*data| to point to |*len| bytes of protocol name
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | TestUtil.java | 15 // * Neither the name of Google Inc. nor the names of its 2005 private Descriptors.FieldDescriptor f(String name) { in f() argument 2008 result = baseDescriptor.findFieldByName(name); in f() 2010 result = file.findExtensionByName(name + "_extension"); in f() 2979 "Couldn't get canonical name of working directory.", e); in getTestDataDir()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4132 ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const ManyDrawsParams& params); 4264 ManyDrawsCase::ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const ManyDrawsParams& params) in ManyDrawsCase() argument 4265 : TestCase (testCtx, name) in ManyDrawsCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 3779 const std::string& name, 3792 const std::string& name, in BaseTestCase() 3794 : TestCase (context, name) in BaseTestCase() 3791 BaseTestCase(tcu::TestContext& context, const std::string& name, const TestParameters& parameters) BaseTestCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4132 ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ManyDrawsParams& params); 4264 ManyDrawsCase::ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ManyDrawsParams& params) in ManyDrawsCase() argument 4265 : TestCase (testCtx, name, description) in ManyDrawsCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 403 assert(!Name.empty() && "Cannot get empty name!"); in printLLVMNameWithoutPrefix() 405 // Scan the name to see if it needs quotes first. in printLLVMNameWithoutPrefix() 422 // If we didn't need any quotes, just write out the name in one blast. in printLLVMNameWithoutPrefix() 435 /// Turn the specified name into an 'LLVM name', which is either prefixed with % 457 /// Turn the specified name into an 'LLVM name', which is either prefixed with % 559 /// names or up references to shorten the type name where possible. 1182 /// CreateSlot - Create a new slot for the specified value if it has no name. 1820 Printer.printString("name", in writeDIEnumerator() [all...] |
H A D | Core.cpp | 925 #define LLVM_DEFINE_VALUE_CAST(name) \ 926 LLVMValueRef LLVMIsA##name(LLVMValueRef Val) { \ 927 return wrap(static_cast<Value*>(dyn_cast_or_null<name>(unwrap(Val)))); \
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1052 * Default SNI name. This rejects empty names, while set1_host below in SSL_dane_enable() 1053 * accepts them and disables host name checks. To avoid side-effects with in SSL_dane_enable() 1054 * invalid input, set the SNI name first. in SSL_dane_enable() 2714 return c->name; in SSL_get_cipher_list() 2816 n = strlen(c->name); in SSL_get_shared_ciphers() 2823 strcpy(p, c->name); in SSL_get_shared_ciphers() 3032 * The length of the protocol name must be written into |outlen|. The 3139 * On return it sets |*data| to point to |*len| bytes of protocol name
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 1351 LPCWSTR name = alloc.GetName();
in AddAllocationToObject() local 1352 if(name != NULL)
in AddAllocationToObject() 1355 WriteString(name);
in AddAllocationToObject() 5067 json.EndObject(); // heap name
5093 json.EndObject(); // heap name
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 123 std::string topologyName; // The suffix for the name of test. 2587 TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters); 2597 TransformFeedbackTestCase::TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in TransformFeedbackTestCase() argument 2598 : TestCase (context, name, description) in TransformFeedbackTestCase()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 4925 char name[TCP_CA_NAME_MAX]; in _bpf_setsockopt() local 4927 strncpy(name, optval, min_t(long, optlen, in _bpf_setsockopt() 4929 name[TCP_CA_NAME_MAX-1] = 0; in _bpf_setsockopt() 4930 ret = tcp_set_congestion_control(sk, name, false, true); in _bpf_setsockopt() 5037 strncpy(optval, icsk->icsk_ca_ops->name, optlen); in _bpf_getsockopt() 10458 #define BTF_SOCK_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 12 // * Neither the name of ARM Limited nor the names of its contributors may be 47 #define TEST(name) TEST_(TRACE_##name) 49 #define REF(name) "test/test-trace-reference/" name 2979 static void PrintFile(const char* name) { in PrintFile() argument 2980 FILE* file = fopen(name, "r"); in PrintFile()
|