Lines Matching refs:cc
29 int cc; in test_diag_308() local
67 cc = uv_set_cpu_state(vm.sblk->pv_handle_cpu, PV_CPU_STATE_STP); in test_diag_308()
68 report(!cc, "Set cpu stopped"); in test_diag_308()
75 cc = uv_cmd_nodata(vm.sblk->pv_handle_config, in test_diag_308()
77 report(cc == 0 && rc == 1, "Unshare all"); in test_diag_308()
84 cc = uv_cmd_nodata(vm.sblk->pv_handle_config, in test_diag_308()
86 report(cc == 0 && rc == 1, "Prepare reset call"); in test_diag_308()
99 cc = uv_cmd_nodata(vm.sblk->pv_handle_cpu, in test_diag_308()
101 report(cc == 0 && rc == 1, "Clear reset cpu"); in test_diag_308()
103 cc = uv_cmd_nodata(vm.sblk->pv_handle_cpu, in test_diag_308()
105 report(cc == 0 && rc == 1, "Initial reset cpu"); in test_diag_308()
113 cc = uv_set_cpu_state(vm.sblk->pv_handle_cpu, PV_CPU_STATE_OPR_LOAD); in test_diag_308()
114 report(!cc, "Set cpu load"); in test_diag_308()