Home
last modified time | relevance | path

Searched refs:name (Results 42426 - 42450 of 60061) sorted by relevance

1...<<1691169216931694169516961697169816991700>>...2403

/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1121 memcpy(pp->name, nla_data(port[IFLA_PORT_PROFILE]), in enic_set_vf_port()
1209 nla_put(skb, IFLA_PORT_PROFILE, PORT_PROFILE_MAX, pp->name)) || in enic_get_vf_port()
1735 IRQF_SHARED, netdev->name, netdev); in enic_request_intr()
1741 0, netdev->name, enic); in enic_request_intr()
1750 "%s-rx-%u", netdev->name, i); in enic_request_intr()
1761 "%s-tx-%u", netdev->name, i); in enic_request_intr()
1769 "%s-err", netdev->name); in enic_request_intr()
1776 "%s-notify", netdev->name); in enic_request_intr()
3028 .name = DRV_NAME,
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H A Dvia-rhine.c903 const char *name; in rhine_init_one_common() local
978 /* dev->name not defined before register_netdev()! */ in rhine_init_one_common()
984 name = "Rhine"; in rhine_init_one_common()
986 name = "Rhine II"; in rhine_init_one_common()
988 name = "Rhine III (Management Adapter)"; in rhine_init_one_common()
990 name = "Rhine III"; in rhine_init_one_common()
993 name, ioaddr, dev->dev_addr, rp->irq); in rhine_init_one_common()
1680 rc = request_irq(rp->irq, rhine_interrupt, IRQF_SHARED, dev->name, dev); in rhine_open()
2565 .name = DRV_NAME,
2577 .name
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1138 cx23885_boards[dev->board].name, port->nr, in dvb_register_ci_mac()
1179 cx23885_boards[dev->board].name, eeprom + 0xc0); in dvb_register_ci_mac()
1215 fe0->dvb.name = dev->name; in dvb_register()
1522 dev->name); in dvb_register()
2554 dev->name); in dvb_register()
2560 dev->name); in dvb_register()
2659 dev->name, in cx23885_dvb_register()
2665 pr_info("%s: cx23885 based dvb card\n", dev->name); in cx23885_dvb_register()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfc.c2818 * build string to parse with 0x prefix before parsing name strings.
2823 char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; in nvme_fc_parse_traddr() local
2824 substring_t wwn = { name, &name[sizeof(name)-1] }; in nvme_fc_parse_traddr()
2844 name[0] = '0'; in nvme_fc_parse_traddr()
2845 name[1] = 'x'; in nvme_fc_parse_traddr()
2846 name[2 + NVME_FC_TRADDR_HEXNAMELEN] = 0; in nvme_fc_parse_traddr()
2848 memcpy(&name[2], &buf[nnoffset], NVME_FC_TRADDR_HEXNAMELEN); in nvme_fc_parse_traddr()
2852 memcpy(&name[ in nvme_fc_parse_traddr()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c1122 snprintf(msix_vec->name, sizeof(msix_vec->name) - 1, in irdma_cfg_ceq_vector()
1126 msix_vec->name, rf); in irdma_cfg_ceq_vector()
1128 snprintf(msix_vec->name, sizeof(msix_vec->name) - 1, in irdma_cfg_ceq_vector()
1134 msix_vec->name, iwceq); in irdma_cfg_ceq_vector()
1163 snprintf(msix_vec->name, sizeof(msix_vec->name) - 1, in irdma_cfg_aeq_vector()
1167 msix_vec->name, rf); in irdma_cfg_aeq_vector()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c502 u64 addr, u64 size, const char *name, bool ref, bool pfn, in nvkm_vmm_iter()
526 TRA(&it, "%s: %016llx %016llx %d %lld PTEs", name, in nvkm_vmm_iter()
1085 struct lock_class_key *key, const char *name, in nvkm_vmm_ctor()
1096 vmm->name = name; in nvkm_vmm_ctor()
1199 struct lock_class_key *key, const char *name, in nvkm_vmm_new_()
1204 return nvkm_vmm_ctor(func, mmu, hdr, managed, addr, size, key, name, *pvmm); in nvkm_vmm_new_()
1964 u32 argc, struct lock_class_key *key, const char *name, in nvkm_vmm_new()
1971 key, name, &vmm); in nvkm_vmm_new()
501 nvkm_vmm_iter(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, u64 addr, u64 size, const char *name, bool ref, bool pfn, bool (*REF_PTES)(struct nvkm_vmm_iter *, bool pfn, u32, u32), nvkm_vmm_pte_func MAP_PTES, struct nvkm_vmm_map *map, nvkm_vmm_pxe_func CLR_PTES) nvkm_vmm_iter() argument
1083 nvkm_vmm_ctor(const struct nvkm_vmm_func *func, struct nvkm_mmu *mmu, u32 pd_header, bool managed, u64 addr, u64 size, struct lock_class_key *key, const char *name, struct nvkm_vmm *vmm) nvkm_vmm_ctor() argument
1197 nvkm_vmm_new_(const struct nvkm_vmm_func *func, struct nvkm_mmu *mmu, u32 hdr, bool managed, u64 addr, u64 size, struct lock_class_key *key, const char *name, struct nvkm_vmm **pvmm) nvkm_vmm_new_() argument
1963 nvkm_vmm_new(struct nvkm_device *device, u64 addr, u64 size, void *argv, u32 argc, struct lock_class_key *key, const char *name, struct nvkm_vmm **pvmm) nvkm_vmm_new() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.c55 * TIPC_DISTRIBUTE_NAME: publish or withdraw link state name type
90 * @namedq: pointer to name table input queue with name table messages
1279 if_name = strchr(b->name, ':') + 1; in tipc_node_check_dest()
1560 * tipc_node_get_linkname - get the name of a link
1565 * @linkname: link name output buffer
2379 /* tipc_node_find_by_name - locate owner node of link by link's name
2381 * @name: pointer to link name string
2422 char *name; in tipc_nl_node_set_link() local
2503 char *name; tipc_nl_node_get_link() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh10 # because it's invoked by variable name, see how the "tests" array is used
117 ip link add ns1eth$i netns "$ns1" type veth peer name ns2eth$i netns "$ns2"
299 # $1: test name
326 # $1: test name ; $2: counter to check
339 # $1: test name
350 # $1: test name
375 # $1: test name
1168 local name=$1
1172 dd if=/dev/urandom of="$name" bs=1024 count=$size 2> /dev/null
1173 echo -e "\nMPTCP_TEST_FILE_END_MARKER" >> "$name"
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c62 .name = OVS_FLOW_MCGROUP,
66 .name = OVS_DATAPATH_MCGROUP,
70 .name = OVS_VPORT_MCGROUP,
711 .name = OVS_PACKET_FAMILY,
1536 .name = OVS_FLOW_FAMILY,
1826 parms.name = nla_data(a[OVS_DP_ATTR_NAME]); in ovs_dp_cmd_new()
2085 .name = OVS_DATAPATH_FAMILY,
2303 parms.name = nla_data(a[OVS_VPORT_ATTR_NAME]); in ovs_vport_cmd_new()
2577 .name = OVS_VPORT_FAMILY,
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dfunc_test.cpp93 * @tc.name : create by mime
104 * @tc.name : create by name
115 * @tc.name : create no exist encoder
126 * @tc.name : test encode buffer
146 * @tc.name : test encode surface
167 * @tc.name : set force IDR when encoding
188 * @tc.name : set color format
210 * @tc.name : set key frame interval
247 * @tc.name
561 const char *name = OH_AVCapability_GetName(nullptr); HWTEST_F() local
575 const char *name = OH_AVCapability_GetName(capability); HWTEST_F() local
1774 const char *name = OH_AVCapability_GetName(capability); HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dnvenc.c164 #define PRESET_ALIAS(alias, name, ...) \
165 [PRESET_ ## alias] = { NV_ENC_PRESET_ ## name ## _GUID, __VA_ARGS__ }
167 #define PRESET(name, ...) PRESET_ALIAS(name, name, __VA_ARGS__)
579 char name[128] = { 0}; in nvenc_check_device() local
591 ret = CHECK_CU(dl_fn->cuda_dl->cuDeviceGetName(name, sizeof(name), cu_device)); in nvenc_check_device()
599 av_log(avctx, loglevel, "[ GPU #%d - < %s > has Compute SM %d.%d ]\n", idx, name, major, minor); in nvenc_check_device()
2062 av_log(avctx, AV_LOG_ERROR, "Unknown codec name\ in process_output_surface()
[all...]
/third_party/curl/lib/vtls/
H A Dschannel.c228 const char *name; member
341 get_alg_id_by_name(char *name) in get_alg_id_by_name() argument
343 char *nameEnd = strchr(name, ':'); in get_alg_id_by_name()
344 size_t n = nameEnd ? (size_t)(nameEnd - name) : strlen(name); in get_alg_id_by_name()
347 for(i = 0; algs[i].name; i++) { in get_alg_id_by_name()
348 if((n == strlen(algs[i].name) && !strncmp(algs[i].name, name, n))) in get_alg_id_by_name()
511 "comparing the supplied target name wit in schannel_acquire_credential_handle()
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm716 ; subsequent uses of the function name automatically refer to the mangled version.
717 ; Appends cpuflags to the function name if cpuflags has been specified.
720 %macro cglobal 1-2+ "" ; name, [PROLOGUE args]
723 %macro cvisible 1-2+ "" ; name, [PROLOGUE args]
760 ; Create a global symbol from a local label with the correct name mangling and type
1104 %macro LOAD_MM_PERMUTATION 1 ; name to load from
1115 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp20 // Neither the name of Google, Inc., nor the names of its
95 // -> maps to the IDENTIFIER spelled with the internal special name for 'this' in acceptIdentifier()
202 // read state name in acceptSamplerState()
283 // read sampler name in acceptSamplerDeclarationDX9()
284 HlslToken name; in acceptSamplerDeclarationDX9() local
285 if (! acceptIdentifier(name)) { in acceptSamplerDeclarationDX9()
286 expected("sampler name"); in acceptSamplerDeclarationDX9()
338 expected("namespace name"); in acceptDeclaration()
485 // TODO: things scoped within an annotation need their own name space; in acceptDeclaration()
1140 // note that we are nesting a name spac in acceptAnnotations()
1491 TString name = identifierString; acceptType() local
3551 acceptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) acceptFunctionCall() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c245 device->name = vk_asprintf(&instance->vk.alloc, in tu_physical_device_init()
249 device->name = vk_strdup(&instance->vk.alloc, fd_name, in tu_physical_device_init()
253 if (!device->name) { in tu_physical_device_init()
255 "device name alloc fail"); in tu_physical_device_init()
261 "device %s is unsupported", device->name); in tu_physical_device_init()
273 "device %s is unsupported", device->name); in tu_physical_device_init()
316 device->vk.disk_cache = disk_cache_create(device->name, buf, 0); in tu_physical_device_init()
323 vk_free(&instance->vk.alloc, (void *)device->name); in tu_physical_device_init()
338 vk_free(&device->instance->vk.alloc, (void *)device->name); in tu_physical_device_finish()
1236 strcpy(pProperties->properties.deviceName, pdevice->name); in tu_GetPhysicalDeviceProperties2()
[all...]
/third_party/libinput/src/
H A Devdev.c71 const char *name; member
1521 #define MODEL(name) { QUIRK_MODEL_##name, EVDEV_MODEL_##name } in evdev_read_model_flags()
1706 match.name)) in evdev_device_get_udev_tags()
2643 char name[32]; in evdev_read_fuzz_prop() local
2648 rc = snprintf(name, sizeof(name), "LIBINPUT_FUZZ_%02x", code); in evdev_read_fuzz_prop()
2652 prop = udev_device_get_property_value(device->udev_device, name); in evdev_read_fuzz_prop()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h148 #define OBJECT_TYPE_STRUCT_CASE(NAME, Name, name) \
880 #define DECLARE_CODE_ASSEMBLER_BINARY_OP(name, ResType, Arg1Type, Arg2Type) \
881 TNode<ResType> name(TNode<Arg1Type> a, TNode<Arg2Type> b);
1104 #define DECLARE_CODE_ASSEMBLER_UNARY_OP(name, ResType, ArgType) \
1105 TNode<ResType> name(TNode<ArgType> a);
1605 const char* name, Builtin builtin = Builtin::kNoBuiltinId);
1609 CodeKind kind, const char* name,
1617 const char* name() const { return name_; } in name() function in v8::internal::compiler::CodeAssemblerState
1636 const char* name, Builtin builtin);
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1112 const char *name = templ->target == PIPE_BUFFER ? "buffer" : "miptree"; in iris_resource_create_for_buffer() local
1115 name = "shader kernels"; in iris_resource_create_for_buffer()
1118 name = "surface state"; in iris_resource_create_for_buffer()
1121 name = "dynamic state"; in iris_resource_create_for_buffer()
1124 name = "bindless surface state"; in iris_resource_create_for_buffer()
1129 res->bo = iris_bo_alloc(screen->bufmgr, name, templ->width0, in iris_resource_create_for_buffer()
1174 const char *name = "miptree"; in iris_resource_create_with_modifiers() local
1217 iris_bo_alloc(screen->bufmgr, name, bo_size, alignment, memzone, flags); in iris_resource_create_with_modifiers()
1933 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0, in iris_invalidate_resource()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c282 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property() argument
284 assert(name < ARRAY_SIZE(ureg->properties)); in ureg_property()
285 ureg->properties[name] = value; in ureg_property()
484 unsigned name, in ureg_DECL_output_masked()
490 return ureg_DECL_output_layout(ureg, name, index, 0, in ureg_DECL_output_masked()
498 enum tgsi_semantic name, in ureg_DECL_output()
501 return ureg_DECL_output_masked(ureg, name, index, TGSI_WRITEMASK_XYZW, in ureg_DECL_output()
1809 unsigned name, in emit_property()
1817 out[0].prop.PropertyName = name; in emit_property()
483 ureg_DECL_output_masked(struct ureg_program *ureg, unsigned name, unsigned index, unsigned usage_mask, unsigned array_id, unsigned array_size) ureg_DECL_output_masked() argument
497 ureg_DECL_output(struct ureg_program *ureg, enum tgsi_semantic name, unsigned index) ureg_DECL_output() argument
1808 emit_property(struct ureg_program *ureg, unsigned name, unsigned data) emit_property() argument
/third_party/mksh/
H A DBuild.sh717 # Configuration depending on OS name
1675 # CCN3290: Unknown macro name FOO on #undef directive.
2028 for what in name list; do
2352 #define cta(name,assertion) char name[(assertion) ? 1 : -1]
2366 #define cta(name,assertion) char name[(assertion) ? 1 : -1]
2457 for name in $sigs; do
2459 *:$name:*) continue ;;
2461 sigseenone=$sigseenone$name
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp2209 BindingAccelerationStructureTestCase (tcu::TestContext& context, const char* name, const TestParams testParams);
2220 BindingAccelerationStructureTestCase::BindingAccelerationStructureTestCase (tcu::TestContext& context, const char* name, const TestParams testParams) in BindingAccelerationStructureTestCase() argument
2221 : vkt::TestCase (context, name) in BindingAccelerationStructureTestCase()
2443 const char* name; in createDescriptorUpdateASTests() member
2453 const char* name; in createDescriptorUpdateASTests() member
2469 const char* name; in createDescriptorUpdateASTests() member
2490 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createDescriptorUpdateASTests()
2497 de::MovePtr<tcu::TestCaseGroup> updateMethodsGroup (new tcu::TestCaseGroup(group->getTestContext(), updateMethods[updateMethodsNdx].name)); in createDescriptorUpdateASTests()
2527 updateMethodsGroup->addChild(new BindingAccelerationStructureTestCase(group->getTestContext(), pipelineStages[pipelineStageNdx].name, testParams)); in createDescriptorUpdateASTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp1551 const char* name; member
1645 addFunctionCase(group.get(), cur->name, checkSupport<Object>, cases.function, cur->parameters); in addCases()
1654 addFunctionCaseWithPrograms(group.get(), cur->name, checkSupport<Object>, Object::initPrograms, cases.function, cur->parameters); in addCasesWithProgs()
1658 tcu::TestCaseGroup* createObjectTestsGroup (tcu::TestContext& testCtx, const char* name, const CaseDescriptions& cases) in createObjectTestsGroup() argument
1660 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, name)); in createObjectTestsGroup()
1878 tcu::TestCaseGroup* createVkDeviceMemoryTestsGroup (tcu::TestContext& testCtx, const char* name) in createVkDeviceMemoryTestsGroup() argument
1880 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, name)); in createVkDeviceMemoryTestsGroup()
2208 tcu::TestCaseGroup* createExternalMemoryTestsGroup (tcu::TestContext& testCtx, const char* name) in createExternalMemoryTestsGroup() argument
2210 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, name)); in createExternalMemoryTestsGroup()
H A DvktMemoryMappingTests.cpp1902 const char* const name;
1953 std::string name = ops[opNdx].name + std::string(function.nameSuffix);
1957 addFunctionCase(allocationSizeGroup.get(), name, checkSupport, testMemoryMapping, config);
2012 std::string name = ops[opNdx].name + std::string(function.nameSuffix);
2016 addFunctionCase(sizeGroup.get(), name, checkSupport, testMemoryMapping, config);
2042 std::string name = de::toString(ndx) + std::string(function.nameSuffix);
2048 (testCtx, tcu::NODETYPE_SELF_VALIDATE, name, config, typename FunctionSupport1<RandomMappingConfig>::Args(checkSupport, config)));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp2095 RayQueryBuiltinTestCase (tcu::TestContext& context, const char* name, const TestParams data);
2106 RayQueryBuiltinTestCase::RayQueryBuiltinTestCase (tcu::TestContext& context, const char* name, const TestParams data) in RayQueryBuiltinTestCase() argument
2107 : vkt::TestCase (context, name) in RayQueryBuiltinTestCase()
2217 const char* name; in createWatertightnessTests() member
2237 const char* name; in createWatertightnessTests() member
2247 const char* name; in createWatertightnessTests() member
2257 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createWatertightnessTests()
2264 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), pipelineStages[pipelineStageNdx].name)); in createWatertightnessTests()
2298 sourceTypeGroup->addChild(new RayQueryBuiltinTestCase(group->getTestContext(), geomTypes[geomTypeNdx].name, testParams)); in createWatertightnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp2209 BindingAccelerationStructureTestCase (tcu::TestContext& context, const char* name, const char* desc, const TestParams testParams);
2220 BindingAccelerationStructureTestCase::BindingAccelerationStructureTestCase (tcu::TestContext& context, const char* name, const char* desc, const TestParams testParams) in BindingAccelerationStructureTestCase() argument
2221 : vkt::TestCase (context, name, desc) in BindingAccelerationStructureTestCase()
2443 const char* name; in createDescriptorUpdateASTests() member
2453 const char* name; in createDescriptorUpdateASTests() member
2466 const char* name; in createDescriptorUpdateASTests() member
2487 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createDescriptorUpdateASTests()
2494 de::MovePtr<tcu::TestCaseGroup> updateMethodsGroup (new tcu::TestCaseGroup(group->getTestContext(), updateMethods[updateMethodsNdx].name, updateMethods[updateMethodsNdx].description)); in createDescriptorUpdateASTests()
2524 updateMethodsGroup->addChild(new BindingAccelerationStructureTestCase(group->getTestContext(), pipelineStages[pipelineStageNdx].name, "", testParams)); in createDescriptorUpdateASTests()

Completed in 102 milliseconds

1...<<1691169216931694169516961697169816991700>>...2403