Searched refs:results (Results 126 - 150 of 195) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c451 OSAL_MEMCPY(&p_hwfn->p_dcbx_info->results, &data,
771 p_results = &p_hwfn->p_dcbx_info->results;
1010 * to negotiation results
1014 /* update storm FW with negotiation results */
1051 p_data = &p_hwfn->p_dcbx_info->results;
H A Decore_dbg_fw_funcs.c6389 struct dbg_attn_block_result *results)
6422 /* Non-zero attention status - add to results */
6423 reg_result = &results->reg_results[num_result_regs];
6432 results->block_id = (u8)block_id;
6433 results->names_offset = ecore_get_block_attn_data(block_id, attn_type)->names_offset;
6434 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type);
6435 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_NUM_REGS, num_result_regs);
6441 struct dbg_attn_block_result *results)
6446 num_regs = GET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_NUM_REGS);
6447 attn_type = (enum dbg_attn_type)GET_FIELD(results
6384 ecore_dbg_read_attn(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum block_id block_id, enum dbg_attn_type attn_type, bool clear_status, struct dbg_attn_block_result *results) argument
6440 ecore_dbg_print_attn(struct ecore_hwfn *p_hwfn, struct dbg_attn_block_result *results) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1004 svn_ra_serf__fetch_node_props(apr_hash_t **results,
1450 and fill in the MERGEINFO hash with the results.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1475 ExpressionResults results = get_class_info_function->ExecuteFunction(
1478 if (results == eExpressionCompleted) {
1769 ExpressionResults results =
1774 if (results == eExpressionCompleted) {
1933 "attempted to read objc class data - results: "
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_bcast.c238 * xresults - xdr routine for results
239 * resultsp - pointer to results
280 struct r_rpcb_rmtcallres bres; /* Remote results */
293 struct rmtcallres bres_pmap; /* Remote results */
394 bres.results.results_val = resultsp;
525 } /* end of poll results switch */
566 * If so, decode the results. If return id is xid + 1
665 * xresults - xdr routine for results
666 * resultsp - pointer to results
H A Drpcb_clnt.c1131 r.results.results_val = resp;
/freebsd-13-stable/lib/libmd/
H A DMakefile393 @${ECHO} if any of these test fail, the code produces wrong results
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh665 RESULTS_FILE=$(mktemp -u "${FILEDIR}/zts-results.XXXXXX")
668 RESULTS_FILE=$(mktemp -u -t zts-results.XXXXXX -p "$FILEDIR")
688 # Analyze the results.
696 cat "$RESULTS_FILE" "$REPORT_FILE" >"$RESULTS_DIR/results"
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm43 results in [(foo) | (bar)]
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm70 results in [(foo) | (bar)]
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua122 -a prints all scan results. this is the default option if no option
367 -- doing a foldl to all the function results with (and)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp690 // High priority results should come first.
809 // results. Expand the switch above in this case.
819 /// Note that this function has to process results that could come in
897 /// Process the finalized code-completion results.
906 // Iterate over all the results. Filter out results we don't want and
909 // Filter the results with the information from the Sema.
1464 lldb::ExpressionResults results = local
1468 if (results != lldb::eExpressionCompleted) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h639 /// The index of each result in results of the pattern.
1024 DAGInstruction(const std::vector<Record*> &results, argument
1029 : Results(results), Operands(operands), ImpResults(impresults),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3259 // Load all of the coerced elements out into results.
3260 llvm::SmallVector<llvm::Value*, 4> results;
3269 results.push_back(elt);
3273 if (results.size() == 1) {
3274 RV = results[0];
3282 for (unsigned i = 0, e = results.size(); i != e; ++i) {
3283 RV = Builder.CreateInsertValue(RV, results[i], i);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1180 std::vector<SymbolAndOffset> results = m_index->globals().findRecordsByName(
1182 for (const SymbolAndOffset &result : results) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h766 * results.
1249 * code-completion results with each reparse of the source file.
1251 * Caching of code-completion results is a performance optimization that
1881 * "swap" functions declared above, so both results will be available. At
5170 * expected to filter the code-completion results based on the text in this
5429 * Contains the results of code-completion.
5431 * This data structure contains the results of code completion, as
5437 * The code-completion results.
5442 * The number of code-completion results stored in the
5454 * \param results Th
[all...]
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk128 # with a :C pattern below results in install -> instclean
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl248 # on the results of our query until we have looked
399 $0 = "$av0 - printing final results";
1267 be mixed into the results. More
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.c2761 const char *results[] = local
2767 printf(" Result %s", results[result]);
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S30 @ to collect performance results, which for Cortex-A8 core are:
43 @ When comparing to x86_64 results keep in mind that NEON unit is
46 @ results keep in mind key schedule conversion overhead (see
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.guess655 results, however. */
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmreg.h4720 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
4724 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5187 * struct iwm_scan_results_notif - scan results for one channel -
5189 * @channel: which channel the results are from
5254 * @blaclist: AP list to filter off from scan results
5259 * @pass_match: clients waiting for the results
5289 * @scanned_channels: number of channels scanned (and number of valid results)
5295 * @results: an array of scan results, only "scanned_channels" of them are valid
5304 struct iwm_scan_results_notif results[]; member in struct:iwm_lmac_scan_complete_notif
5665 struct iwm_scan_results_notif results[]; member in struct:iwm_umac_scan_iter_complete_notif
[all...]
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.guess685 results, however. */
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess748 results, however. */
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess707 results, however. */

Completed in 503 milliseconds

12345678