Searched refs:replace (Results 101 - 125 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dadd_nested_replacing_spare.ksh35 # 2. Manually fault a device, wait for the hot-spare and then replace it:
59 REPLACE_DEV="$TEST_BASE_DIR/replace-dev"
89 log_must zpool replace $TESTPOOL $FAULT_DEV $REPLACE_DEV
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp66 std::replace(Path.begin(), Path.end(), '/', '\\');
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_onoffline_004_neg.ksh106 log_must $ZPOOL replace $TESTPOOL $odev $dev
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_002_pos.ksh136 log_must $ZPOOL replace $TESTPOOL $VDEV0 $sparedevs
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp412 replace(other);
448 replace(other);
665 replace(other);
669 replace(other);
686 replace(other);
705 replace(other);
725 replace(other);
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; local
255 replace = xml_node_create(ctx->xml, parent, NULL, "Replace");
256 if (replace == NULL) {
260 oma_dm_add_cmdid(ctx, replace, cmdid);
268 add_item(ctx, replace, locuri, txt);
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, argument
733 locuri = oma_dm_get_target_locuri(ctx, replace);
777 node = get_node(ctx->xml, replace, "Item/Meta/Type");
790 node = get_node(ctx->xml, replace, "Item/Data");
1373 xml_node_t *pps, *replace; local
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py295 self.reldir = self.curdir.replace(srctop,'')
372 return dir.replace(objroot,'')
374 m = self.dirdep_re.match(dir.replace(objroot,''))
526 self.add(self.file_deps, path.replace(srctop,''), 'file')
527 self.add(self.src_deps, dir.replace(srctop,''), 'src')
600 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py296 self.reldir = self.curdir.replace(srctop,'')
373 return dir.replace(objroot,'')
375 m = self.dirdep_re.match(dir.replace(objroot,''))
527 self.add(self.file_deps, path.replace(srctop,''), 'file')
528 self.add(self.src_deps, dir.replace(srctop,''), 'src')
601 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py89 cmd += " mac=" + addr.replace(':','')
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py61 self.wpas_dbus_interface.replace(".","/")
H A Dp2p_find.py65 self.wpas_dbus_interface.replace(".","/")
H A Dp2p_flush.py61 self.wpas_dbus_interface.replace(".","/")
H A Dp2p_listen.py62 self.wpas_dbus_interface.replace(".","/")
H A Dp2p_stop_find.py63 self.wpas_dbus_interface.replace(".","/")
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
/freebsd-13-stable/cddl/sbin/zpool/
H A DMakefile40 zpool-replace.8 \
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h111 std::replace(filename.begin(), filename.end(), '\\', '/');
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp128 Pass.TA.replace(E->getSourceRange(), "self");
150 Pass.TA.replace(RecContainer->getSourceRange(), RecRange);
158 Pass.TA.replace(RecContainer->getSourceRange(), RecRange);
444 Pass.TA.replace(bopE->getSourceRange(), bopE->getRHS()->getSourceRange());
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_002_pos.ksh181 # expansion and it is large enough to be used to replace a pool vdev.
183 log_must zpool replace -w $TESTPOOL1 $TEMPFILE.3 draid1-0-0
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_replaced.ksh23 # of a zpool replace operation at different stages in time.
32 # (Test 1. cachefile: pre-replace, pool: resilvering)
35 # (Test 2. cachefile: pre-replace, pool: post-replace)
38 # (Test 3. cachefile: resilvering, pool: post-replace)
78 log_note "$0: pool '$poolcreate', replace $replacevdev by $replaceby."
82 # Cachefile: pool in pre-replace state
91 log_must zpool replace $TESTPOOL1 $replacevdev $replaceby
104 # Test 1. Cachefile: pre-replace, pool: resilvering
116 # Test 2. Cachefile: pre-replace, poo
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_rebuild.ksh110 log_must zpool replace -sw $opt $TESTPOOL1 $disk1 $disk2
H A Dreplace_resilver.ksh107 log_must zpool replace -w $opt $TESTPOOL1 $disk1 $disk2
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp169 R.replace(reexports(PDR.getImplDylib(), std::move(NonCallables),
172 R.replace(lazyReexports(LCTMgr, PDR.getISManager(), PDR.getImplDylib(),
288 R.replace(std::make_unique<PartitioningIRMaterializationUnit>(
355 R.replace(std::make_unique<PartitioningIRMaterializationUnit>(
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_001_pos.ksh42 # create, destroy, add, remove, offline, online, attach, detach, replace,
94 exec_record $ZPOOL replace -f $MPOOL $VDEV1 $VDEV4
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override {
169 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);

Completed in 264 milliseconds

1234567891011