Home
last modified time | relevance | path

Searched refs:match_name (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp262 const char *match_name = m_match_info.GetName(); in NameMatches() local
263 if (!match_name) in NameMatches()
266 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c105 match_name(struct adapter *sc, void *arg) in match_name() function
147 t4_iterate(match_name, &mrr); in t4_cloner_create()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1254 const char *match_name = in DoExecute() local
1256 if (match_name && match_name[0]) { in DoExecute()
1283 match_desc, match_name, platform_sp->GetName()); in DoExecute()
1294 match_name); in DoExecute()