/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sdma.c | 188 bool duplicate) in amdgpu_sdma_destroy_inst_ctx() argument 194 if (duplicate) in amdgpu_sdma_destroy_inst_ctx() 203 u32 instance, bool duplicate) in amdgpu_sdma_init_microcode() argument 226 if ((duplicate && instance) || (!duplicate && version_major > 1)) { in amdgpu_sdma_init_microcode() 235 if (duplicate) { in amdgpu_sdma_init_microcode() 249 if (!duplicate && (instance != i)) in amdgpu_sdma_init_microcode() 288 amdgpu_sdma_destroy_inst_ctx(adev, duplicate); in amdgpu_sdma_init_microcode()
|
H A D | amdgpu_sdma.h | 169 bool duplicate); 171 bool duplicate);
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | duplicate-key.err | 1 duplicate-key.json:3:10: duplicate key 'key'
|
H A D | features-duplicate-name.err | 1 features-duplicate-name.json: In struct 'FeatureStruct0': 2 features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
|
H A D | doc-duplicate-features.err | 1 doc-duplicate-features.json:9:1: duplicated 'Features:' line
|
H A D | redefined-event.json | 1 # we reject duplicate events
|
H A D | struct-base-clash.json | 1 # Reject attempts to duplicate QMP members
|
H A D | union-bad-base.json | 1 # we allow anonymous base, but enforce no duplicate keys
|
H A D | struct-base-clash-deep.json | 1 # Reject attempts to duplicate QMP members
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 12 duplicate-name { };
|
/openbmc/u-boot/doc/device-tree-bindings/input/ |
H A D | i8042.txt | 9 - intel,duplicate-por: Indicates that a keyboard reset may result in a 10 duplicate POR byte, which should be ignored.
|
/openbmc/linux/security/keys/ |
H A D | dh.c | 39 uint8_t *duplicate; in dh_data_from_key() local 43 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key() 45 if (duplicate) { in dh_data_from_key() 46 *data = duplicate; in dh_data_from_key()
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.c | 660 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local 705 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute() 706 if (duplicate) { in hp_init_bios_package_attribute() 709 kobject_put(duplicate); in hp_init_bios_package_attribute() 772 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute() local 798 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute() 799 if (duplicate) { in hp_init_bios_buffer_attribute() 802 kobject_put(duplicate); in hp_init_bios_buffer_attribute()
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 63 bool "Debug duplicate modules with auto-loading" 69 which multiple duplicate requests can end up in userspace and multiple 71 duplicate modules. The finit_module() system call can consume in the 73 memory for each duplicate module requests. Although duplicate module 75 duplicate module request ends up just unnecessarily straining virtual 78 This debugging facility will create pr_warn() splats for duplicate 81 memory abuse caused by duplicate module requests could render a 88 use that as the anchor to wait for duplicate module requests, since 91 then a duplicate request_module_nowait() would be detected. The 103 result of udev issuing duplicate module requests for each CPU, and so [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 4 Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles 9 removed too, otherwise build fails with duplicate symbols from pe-dll.o
|
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | sysman.c | 396 struct kobject *duplicate; in init_bios_attributes() local 455 duplicate = kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer); in init_bios_attributes() 456 if (duplicate) { in init_bios_attributes() 459 kobject_put(duplicate); in init_bios_attributes()
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 96 u32 duplicate; member 462 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue() 540 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue() 542 q->duplicate = 0; in netem_enqueue() 544 q->duplicate = dupsave; in netem_enqueue() 1033 q->duplicate = qopt->duplicate; in netem_change() 1184 qopt.duplicate = q->duplicate; in netem_dump()
|
/openbmc/linux/drivers/base/ |
H A D | component.c | 47 bool duplicate; member 202 match->compare[i].duplicate = !!c->adev; in find_components() 608 if (!adev->match->compare[i].duplicate) { in component_unbind_all() 692 if (!adev->match->compare[i].duplicate) { in component_bind_all() 701 if (!adev->match->compare[i - 1].duplicate) { in component_bind_all()
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/ |
H A D | parted_3.6.bb | 27 oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags 47 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \
|
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
H A D | fontconfig_2.15.0.bb | 37 # duplicate fc-cache for postinstall script 43 # duplicate fc-cache for postinstall script
|
/openbmc/qemu/tests/decode/ |
H A D | err_field4.decode | 4 # Diagnose duplicate field name.
|
H A D | err_argset1.decode | 4 # Diagnose duplicate member names
|
H A D | err_field5.decode | 4 # Diagnose duplicate function specifier.
|
/openbmc/linux/tools/testing/selftests/filesystems/ |
H A D | devpts_pts.c | 16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument 20 ret = dup2(duplicate, original); in terminal_dup2()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/ |
H A D | rdfind_1.6.0.bb | 1 SUMMARY = "Rdfind is a program that finds duplicate files"
|