Home
last modified time | relevance | path

Searched refs:query_context (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h346 const void *query_context; member
741 const void *query_context; member
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c91 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_rcv_cb()
186 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_err_cb()
H A Dosm_vendor_mlx_sa.c95 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_rcv_cb()
193 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_err_cb()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp375 const CompilerContext &query_context, in SameAsEntryContext() argument
385 return query_context.name == in SameAsEntryContext()
523 std::vector<lldb_private::CompilerContext> query_context = in GetTypesWithQuery() local
525 if (query_context.size() <= 1 && !query.GetExactMatch()) in GetTypesWithQuery()
H A DDebugNamesDWARFIndex.h151 bool SameAsEntryContext(const CompilerContext &query_context,