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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp253 const char *match_name = m_match_info.GetName(); local
254 if (!match_name)
257 return lldb_private::NameMatches(process_name, m_name_match_type, match_name);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_tracer.c107 match_name(struct adapter *sc, void *arg) function
150 t4_iterate(match_name, &mrr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1083 const char *match_name = variable
1085 if (match_name && match_name[0]) {
1112 match_desc, match_name,
1126 match_desc, match_name);

Completed in 115 milliseconds