Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 521) sorted by last modified time

12345678910>>...21

/freebsd/share/misc/
H A Dusb_vendors5978 0129 Imagistics 2500 (MFC-8640D clone)
11294 4101 Connectivity Cable (CA-42 clone)
19725 0417 Amazon Zukey; clone of Yubikey 4 OTP+U2F
20453 0007 SMI Grabber (EasyCAP DC60+ clone) (no firmware) [SMI-2021CBE]
20454 003c SMI Grabber (EasyCAP DC60+ clone) [SMI-2021CBE]
/freebsd/sys/dev/usb/
H A Dusbdevs4453 product SILABS2 DCU11CLONE 0xaa26 DCU-11 clone
/freebsd/contrib/unbound/doc/
H A DChangelog10770 - changed random generator from random(3) clone to arc4random wrapped
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7266 Instruction *NI = UI->clone(); in tryToSinkFreeOperands()
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps131 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone()
/freebsd/contrib/libfido2/fuzz/
H A DDockerfile13 RUN git clone --branch v0.10.2 --depth=1 https://github.com/PJK/libcbor
14 RUN git clone --depth=1 https://github.com/yubico/libfido2
/freebsd/contrib/libfido2/.actions/
H A Dbuild-linux-i686-w64-mingw32-gcc26 git clone --depth=1 https://github.com/pjk/libcbor -b v0.10.1
36 git clone --depth=1 https://github.com/openssl/openssl -b OpenSSL_1_1_1w
45 git clone --depth=1 https://github.com/madler/zlib -b v1.3
H A Dbuild-linux-openssl3-clang16 git clone --branch openssl-3.0.12 \
H A Dbuild-linux-openssl3-gcc12 git clone --branch openssl-3.0.12 \
H A Dbuild-linux-openssl3-i686-w64-mingw32-gcc26 git clone --depth=1 https://github.com/pjk/libcbor -b v0.10.1
36 git clone --branch openssl-3.0.12 \
46 git clone --depth=1 https://github.com/madler/zlib -b v1.3
H A Dfuzz-linux50 git clone --depth=1 "${LIBCBOR_URL}" -b "${LIBCBOR_TAG}"
62 git clone --depth=1 "${OPENSSL_URL}" -b "${OPENSSL_TAG}"
70 git clone --depth=1 "${ZLIB_URL}" -b "${ZLIB_TAG}"
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c855 dsl_dataset_t *clone; in zfs_secpolicy_promote() local
867 error = dsl_dataset_hold(dp, zc->zc_name, FTAG, &clone); in zfs_secpolicy_promote()
873 dd = clone->ds_dir; in zfs_secpolicy_promote()
878 dsl_dataset_rele(clone, FTAG); in zfs_secpolicy_promote()
883 error = zfs_secpolicy_write_perms_ds(zc->zc_name, clone, in zfs_secpolicy_promote()
891 dsl_dataset_rele(clone, FTAG); in zfs_secpolicy_promote()
H A Ddmu_objset.c1457 dmu_objset_clone(const char *clone, const char *origin) in dmu_objset_clone() argument
1461 doca.doca_clone = clone; in dmu_objset_clone()
1466 int rv = dsl_sync_task(clone, in dmu_objset_clone()
1471 zvol_create_minor(clone); in dmu_objset_clone()
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml105 - run: git clone https://git.cryptomilk.org/projects/cmocka.git ~/cmocka
198 - run: git clone https://git.cryptomilk.org/projects/cmocka.git
/freebsd/contrib/libcbor/
H A DREADME.md26 git clone https://github.com/PJK/libcbor
/freebsd/sys/dev/wg/
H A Dif_wg.c3162 struct if_clone *clone = VNET_VNET(vnet_iter, wg_cloner); in wg_module_deinit() local
3163 if (clone) { in wg_module_deinit()
3164 ifc_detach_cloner(clone); in wg_module_deinit()
/freebsd/sys/contrib/openzfs/man/
H A DMakefile.am33 %D%/man8/zfs-clone.8 \
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1106 Instruction *NewBonusInst = BonusInst.clone(); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
1756 Instruction *NT = I1->clone(); in hoistSuccIdenticalTerminatorToSwitchOrIf()
2587 auto *MergedInvoke = cast<InvokeInst>(II0->clone()); in MergeCompatibleInvokesImpl()
3327 Instruction *N = BBI->clone(); in FoldCondBranchOnValueKnownInPredecessorImpl()
H A DSimplifyLibCalls.cpp3025 CallInst *New = cast<CallInst>(CI->clone()); in optimizePrintF()
3037 CallInst *New = cast<CallInst>(CI->clone()); in optimizePrintF()
3146 CallInst *New = cast<CallInst>(CI->clone()); in optimizeSPrintF()
3158 CallInst *New = cast<CallInst>(CI->clone()); in optimizeSPrintF()
3370 CallInst *New = cast<CallInst>(CI->clone()); in optimizeFPrintF()
3383 CallInst *New = cast<CallInst>(CI->clone()); in optimizeFPrintF()
H A DValueMapper.cpp638 NewM = MDNode::replaceWithDistinct(N.clone()); in mapDistinctNode()
681 OpD.Placeholder = Op.clone(); in getFwdReference()
804 TempMDNode ClonedN = D.Placeholder ? std::move(D.Placeholder) : N->clone(); in mapNodesInPOT()
H A DInlineFunction.cpp998 void clone();
1034 void ScopedAliasMetadataDeepCloner::clone() { in clone() function in ScopedAliasMetadataDeepCloner
2363 SAMetadataCloner.clone(); in InlineFunction()
H A DLocal.cpp2029 DPValue *NewDbgII = DbgII->clone(); in insertDPValuesForPHIs()
2095 auto *NewDbgII = cast<DbgVariableIntrinsic>(DbgII->clone()); in insertDebugValuesForPHIs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2013 TreePatternNodePtr TreePatternNode::clone() const { in clone() function in TreePatternNode
2021 CChildren.push_back(getChild(i)->clone()); in clone()
2178 Child = Child->clone(); in InlinePatternFragments()
2186 TreePatternNodePtr FragTree = Alternative->clone(); in InlinePatternFragments()
3902 TreePatternNodePtr OpNode = InVal->clone(); in parseInstructionPattern()
3938 SrcPattern = Pattern->getChild(Pattern->getNumChildren()-1)->clone(); in parseInstructionPattern()
4413 TreePatternNodePtr NewSrc = P.getSrcPattern()->clone(); in ExpandHwModeBasedTypes()
4414 TreePatternNodePtr NewDst = P.getDstPattern()->clone(); in ExpandHwModeBasedTypes()
H A DDAGISelMatcherGen.cpp165 PatWithNoTypes = Pattern.getSrcPattern()->clone(); in MatcherGen()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2760 Instruction *Cloned = Instr->clone(); in scalarizeInstruction()

12345678910>>...21