Lines Matching refs:result

119 	uint32_t	result;
371 * Note: Do not modify result buffer or length on error.
470 /* create the result scratch array */
484 int result;
493 if (res[idx].result != DR_CPU_RES_OK) {
499 result = (*dr_fn)(req_cpus[idx], &status, force);
502 res[idx].result = result;
505 /* save result for drctl fini() reusing init() msg memory */
506 drctl_req[idx].status = (result != DR_CPU_RES_OK) ?
509 DR_DBG_CPU("%s: cpuid %d status %d result %d off '%s'\n",
510 __func__, req_cpus[idx], drctl_req[idx].status, result,
543 * Allocate and initialize a result array based on the initial
544 * drctl operation. A valid result array is always returned.
560 * Fill in the result information for each resource.
564 res[idx].result = DR_CPU_RES_OK;
572 res[idx].result = DR_CPU_RES_BLOCKED;
612 /* deallocate the result array itself */
620 * on the specified result array. A valid response message and
679 resp_stat[idx].result = res[idx].result;
735 if (res[idx].result != DR_CPU_RES_OK)
762 * CPUs and see if the unconfigure operation would result in
795 if (res[cpu_idx].result != DR_CPU_RES_OK)
837 res[cpu_idx].result = DR_CPU_RES_BLOCKED;
862 * string is generated and placed in the specified result structure.
878 ASSERT(res->result == DR_CPU_RES_OK);
927 res->result = DR_CPU_RES_BLOCKED;
943 return (res->result);
947 * Do not modify result buffer or length on error.
953 int result;
986 result = dr_cpu_status(cpuids[idx], &status);
988 if (result == DR_CPU_RES_FAILURE)
993 stat[idx].result = result;
1021 if (stat[idx].result != DR_CPU_RES_FAILURE)
1027 stat[idx].result = DR_CPU_RES_OK;
1610 mde_cookie_t result = MDE_INVAL_ELEM_COOKIE;
1623 return (result);
1643 result = listp[idx];
1648 if (result == MDE_INVAL_ELEM_COOKIE) {
1652 return (result);