Searched refs:duplicates (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_duplicates.ksh51 duplicates=false
128 duplicates=true
138 if $duplicates; then
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c169 INIT_LIST_HEAD(&new_entry->duplicates);
174 * it should be inserted to duplicates list
184 list_add_tail(&dqp->list, &new_entry->duplicates);
271 list_for_each_entry(dqp, &entry->duplicates, list) {
281 list_add_tail(&dqp->list, &entry->duplicates);
317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) {
387 * Checking for duplicates */
391 if (list_empty(&entry->duplicates) ||
394 /* If there is only 1 entry in duplicates then
400 &entry->duplicates,
[all...]
H A Dmlx4.h467 struct list_head duplicates; member in struct:mlx4_steer_index
H A Dmlx4_main.c3036 &entry->duplicates,
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp709 std::vector<std::string> duplicates; local
716 if (auto ec = parser.parse(rf, duplicates))
722 // there are duplicates that are tolerated due to forceMultipleRes).
728 if (auto ec = parser.parse(rsf, f->getName(), duplicates))
733 parser.cleanUpManifests(duplicates);
735 for (const auto &dupeDiag : duplicates)
/freebsd-13-stable/contrib/bmake/mk/
H A Ddpadd.mk275 # eliminate any duplicates - but don't mess with the order
279 # avoid duplicates
290 # avoid duplicates
/freebsd-13-stable/share/mk/
H A Dbsd.files.mk17 # Add in foo.yes and remove duplicates from all the groups
H A Dbsd.obj.mk56 # nested objdirs. This duplicates some auto.obj.mk logic.
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6691 unsigned int duplicates, k; local
6766 /* Get rid of the duplicates in la_list. */
6767 duplicates = 0;
6769 left = &la_list[k - 1 - duplicates];
6773 duplicates++;
6775 la_list[k - duplicates] = *right;
6777 la_list_len -= duplicates;

Completed in 282 milliseconds