Searched refs:Find (Results 1 - 25 of 44) sorted by path

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl30 use File::Find;
60 push(@files, $File::Find::name)
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc100 CaseFile::Find(Guid poolGUID, Guid vdevGUID) function in class:CaseFile
119 CaseFile::Find(const string &physPath) function in class:CaseFile
159 activeCase = Find(vdev.PoolGUID(), vdev.GUID());
459 /* Find a Vdev containing the vdev with the given GUID */
724 existingCaseFile = Find(Guid(poolGUID), Guid(vdevGUID));
745 .Find(vdevGUID)) == NULL) {
958 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) {
1165 return (VdevIterator(zhp).Find(VdevGUID()));
H A Dcase_file.h89 * \brief Find a CaseFile object by a vdev's pool/vdev GUID tuple.
99 static CaseFile *Find(DevdCtl::Guid poolGUID, DevdCtl::Guid vdevGUID);
102 * \brief Find a CaseFile object by a vdev's current/last known
110 static CaseFile *Find(const string &physPath);
H A Dvdev.cc138 m_config = VdevIterator(labelConfig).Find(m_vdevGUID);
237 * Find our parent. This requires doing a traversal of the config; we can't
H A Dvdev_iterator.cc150 VdevIterator::Find(Guid vdevGUID) function in class:VdevIterator
H A Dvdev_iterator.h107 nvlist_t *Find(DevdCtl::Guid vdevGUID);
H A Dzfsd_event.cc148 CaseFile *caseFile(CaseFile::Find(physPath));
238 CaseFile *caseFile(CaseFile::Find(vdev.PoolGUID(),
303 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID()));
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID());
411 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID()));
/freebsd-11-stable/contrib/apr/helpers/
H A Dapr_rename.pl4 use File::Find;
26 my $file = "$File::Find::dir/$_";
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S278 @ Find out proper shift value.
705 @ Find out proper shift value.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1176 /* Helper function. Find an architecture matching info.
2120 /* Find an architecture that matches the specified INFO. Create a new
2166 /* Find the tdep code that knows about this architecture. */
2205 /* Find the existing arch in the list. */
2267 /* Find the specified architecture. */
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk22 # Find the RELNOTESng document catalogs
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk11 # Find the awk script that generates the version map.
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S614 movzbw %es:DIR_NAMELEN(%bx),%si # Find end of string
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure89 # Find who we are. Look in the path if we contain no directory separator.
1286 # Find the source files, if location was not specified.
1446 --with-ndbm=PATH Find the NDBM header and library in `PATH/include'
1452 --with-berkeley-db=PATH Find the Berkeley DB header and library in
2702 # Find a good install program. We prefer a C program (faster),
24242 # Find who we are. Look in the path if we contain no directory separator.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp293 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, local
305 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o");
308 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o");
312 ? Find(RootDir, StartSubDir + "/pic", "/initS.o")
313 : Find(RootDir, StartSubDir, "/init.o");
360 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o")
361 : Find(RootDir, StartSubDir, "/fini.o");
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp206 bool Find(const TypedValueRegion *R) { function in class:__anon754::FindUninitializedField
216 if (Find(FR))
274 if (F.Find(D->getRegion())) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp68 std::vector<std::string> Find() { function in class:clang::tooling::__anon932::AdditionalUSRFinder
185 return Finder.Find();
248 USRList.push_back(Finder.Find());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i85 # Find an instruction by index
89 # Find an instruction using a lldb.SBAddress object
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h206 bool Find(llvm::StringRef name, Pair &pair) const { function in class:MappedHash::MemoryTable
278 // corresponding "Find()" function will be canceled and return false.
H A DUniqueCStringMap.h76 // Find the value for the unique string in the map.
82 T Find(ConstString unique_cstr, T fail_value) const { function in class:lldb_private::UniqueCStringMap
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h47 size_t Find(ExecutionContextScope *exe_scope, const char *key,
109 if (scavenger && scavenger->Find(exe_scope, key, results, append))
134 success = scavenger->Find(exe_scope, key, results, append) || success;
H A DPlatform.h103 // Find an existing platform plug-in by name
104 static lldb::PlatformSP Find(ConstString name);
116 /// Find a platform plugin for a given process.
150 /// Find a symbol file given a symbol file module specification.
708 /// Find a support executable that may not live within in the standard
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1407 PlatformSP platform_sp(Platform::Find(platform_name));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2780 if (scavenger->Find(best_scope, name_of_type, search_results) > 0) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp104 size_t idx = m_name_to_index.Find(key, SIZE_MAX);
222 return m_name_to_index.Find(name, SIZE_MAX);
231 m_name_to_index.Find(name, SIZE_MAX));

Completed in 474 milliseconds

12