Searched refs:replacement (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_001_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_002_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_003_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A DMakefile5 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/replacement
16 ${PACKAGE}FILES+= replacement.kshlib
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_import.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_import.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_raidz.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_multiple.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dscrub_cancel.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dresilver_restart_002.ksh23 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_disabled_feature.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_multiple.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
136 # Create a replacement disk special file.
H A Dreplace_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
133 # Create a replacement disk special file.
H A Ddetach.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
134 # Create a replacement disk special file.
H A Dattach_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
133 # Create a replacement disk special file.
/freebsd-current/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement):
21 updated = re.sub(pattern, replacement, original)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h38 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify);
42 /// Append <path, replacement> pair without duplication.
44 bool AppendUnique(llvm::StringRef path, llvm::StringRef replacement,
67 void Insert(llvm::StringRef path, llvm::StringRef replacement,
74 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
76 bool Replace(llvm::StringRef path, llvm::StringRef replacement,
/freebsd-current/sys/teken/stress/
H A Dteken_stress.c95 static const char replacement[] = variable
113 replacement[buf[i] % sizeof replacement];
/freebsd-current/contrib/sqlite3/
H A DReplace.cs152 // line argument. Then, grab the replacement string,
156 string replacement = args[1];
197 string outputLine = regEx.Replace(inputLine, replacement);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, argument
66 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement)));
84 llvm::StringRef replacement, bool notify) {
86 auto normalized_replacement = NormalizePath(replacement);
93 Append(path, replacement, notify);
97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, argument
107 NormalizePath(replacement)));
112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, argument
118 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement));
83 AppendUnique(llvm::StringRef path, llvm::StringRef replacement, bool notify) argument
/freebsd-current/tools/build/
H A Dcheck-links.sh6 replacement=_
10 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c248 nvlist_t *config, *nvroot, *replacement; local
268 * lookup "ashift" pool property, we may need it for the replacement
272 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP);
274 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE,
301 (void) nvlist_add_nvlist_array(replacement,
308 replacement, B_TRUE, rebuild) == 0) {
310 nvlist_free(replacement);
316 nvlist_free(replacement);
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputSection.h122 return replacement ? replacement : this;
125 return replacement ? replacement : this;
133 ConcatInputSection *replacement = nullptr; member in class:lld::macho::final

Completed in 245 milliseconds

123