/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local 179 new_path.SetString(remapped->GetPath()); in RemapPath() 224 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local 227 AppendPathComponents(remapped, path, orig_style); in RemapPath() 228 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath() 229 return remapped; in RemapPath() 258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local 260 return remapped; in FindFile()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_dev_removal_condense.ksh | 19 # Verify that livelists tracking remapped blocks can be 83 # Write remapped blkptrs which will modify the livelist mid-condense 94 log_pass "Clone with the livelist feature and remapped blocks," \
|
H A D | zfs_destroy_dev_removal.ksh | 19 # Verify that livelists tracking remapped blocks can be 68 log_pass "Clone with the livelist feature and remapped blocks," \
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 92 /// tries to check with the filesystem that the remapped file exists. If 100 /// The remapped filespec that may or may not exist on disk. 134 /// The newly remapped filespec that is guaranteed to exist.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_condense_export.ksh | 48 # Create a file in the other filesystem, which will not be remapped. 81 # will be remapped to their concrete locations. These parameters assume
|
H A D | removal_remap_deadlists.ksh | 48 # will be remapped to their concrete locations. These parameters assume
|
/freebsd/sys/dev/qat/qat_api/include/ |
H A D | icp_sal_iommu.h | 53 * @param[in] size Size of the remapped region. 76 * @param[in] size Size of the remapped region.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ValueMapper.h | 80 /// is unset, it aborts if an operand is asked to be remapped which doesn't 97 /// them in place) instead of cloning remapped copies. This flag has no 234 /// 4. Else, \c MD is an \a MDNode. These are remapped, along with their 236 /// on \a RF_MoveDistinctNodes. Uniqued nodes are remapped like constants.
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_map.c | 83 /* Some single keys may not be remapped in command mode. */ in ex_map() 90 "134|The %s character may not be remapped", in ex_map()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 51 // # Substitutions must be remapped separately from namespace 'std' for now. 111 /// The result will be Key() if the name cannot be remapped (typically
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 179 // Note, we don't need to check whether B is also remapped, because if it in addRemapping() 180 // was we would have already remapped it when building it. in addRemapping() 288 // be remapped by (eg) in parseMaybeMangledName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 90 // Check that remapped values are only used by nodes marked NewNode. in PerformExpensiveChecks() 95 "Remapped value has non-trivial use!"); in PerformExpensiveChecks() 147 // It is possible the node has been remapped to another node and had in PerformExpensiveChecks() 148 // its Id updated in the Value to Id table. The node it remapped to in PerformExpensiveChecks() 151 // remapped we'll get the same state as we got earlier. in PerformExpensiveChecks() 257 // with a legal type). Results can be remapped using ReplaceValueWith, in run() 496 /// NodeId. If the node itself changes to a processed node, it is not remapped - 552 // remapped above. in AnalyzeNewNode()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local 514 if (!remapped) { in CommonInitializer() 517 remapped = new_spec; in CommonInitializer() 519 if (remapped) in CommonInitializer() 520 SetFileSpec(*remapped); in CommonInitializer()
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | qcom,kpss-acc-v2.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,kpss-acc.txt | 4 There is one ACC register region per CPU within the KPSS remapped region as
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_fmr_pool.c | 62 * FMR needs to be unmapped before being remapped). In either of 73 * ib_fmr_register_physical() occurs before the FMR is remapped. In 383 * but have not been remapped enough times to be dirty. in ib_flush_fmr_pool()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzdb.h | 11 /* Some platforms require part of inode IDs to be remapped */
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,kpss-acc-v1.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/ |
H A D | tst.sdtargs.d | 30 * ASSERTION: Verify that argN (1..6) variables are properly remapped.
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 159 /// contents of files that were remapped to other files. Defaults to true. 177 /// the buffers associated with remapped files.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.argmap.d | 30 * ASSERTION: Verify that argN and args[N] variables are properly remapped.
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 507 // In that case, remapped buffer will be deleted by CompilerInstance on in Build() 668 // The file's buffer was remapped and the file was not found in VFS. in CanReuse() 677 // If the file's buffer is not remapped and we can't stat it, in CanReuse() 685 // This file was remapped; check whether the newly-mapped file in CanReuse() 692 // Neither the file's buffer nor the file itself was remapped; in CanReuse()
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | vdev_id.8 | 36 Slot numbers may also be remapped in case the default numbering is
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-crs326-24g-2s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-crs305-1g-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|