Searched refs:repair (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu.c86 const char *uuid, boolean_t repair)
103 return (cma_cpu_cpu_retire(hdl, nvl, asru, uuid, repair));
109 if ((! repair && ! cma.cma_cpu_dooffline) ||
110 (repair && ! cma.cma_cpu_doonline)) {
112 repair ? "unretire" : "retire");
117 if (repair) {
130 if (repair)
139 cma_cpu_start_retry(hdl, nvl, uuid, repair);
144 if ((! repair && ! cma.cma_cpu_doblacklist) ||
145 (repair
85 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
161 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
279 cpu_statechange(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, uint32_t cpuid, boolean_t repair) argument
311 cma_cpu_cpu_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
[all...]
H A Dcma_cpu_arch.c43 boolean_t repair)
88 rc = ioctl(fd, repair ? BLIOC_DELETE : BLIOC_INSERT, &blr);
105 int cpustate, boolean_t repair)
123 if (repair)
42 cma_cpu_blacklist(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, boolean_t repair) argument
104 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, int cpustate, boolean_t repair) argument
H A Dcma_page.c87 const char *uuid, boolean_t repair)
91 const char *action = repair ? "unretire" : "retire";
110 if (!repair && !fmd_nvl_fmri_present(hdl, asrucp)) {
132 if (repair) {
159 if (repair)
165 } else if (repair || rc != FMD_AGENT_RETIRE_ASYNC) {
86 cma_page_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
H A Dcma_cache.c38 const char *uuid, boolean_t repair)
103 if (repair) {
37 cma_cache_way_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c46 cpu_blacklist_cmd(fmd_hdl_t *hdl, nvlist_t *fmri, boolean_t repair) argument
48 if (repair)
56 boolean_t repair)
70 rc = cpu_blacklist_cmd(hdl, fmri, repair);
133 boolean_t repair)
142 if (repair || nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
191 int cpustate, boolean_t repair)
209 if (repair)
221 cma_cpu_start_retry(hdl, asru, uuid, repair);
55 cma_cpu_blacklist(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, boolean_t repair) argument
132 cma_cpu_start_retry(fmd_hdl_t *hdl, nvlist_t *fmri, const char *uuid, boolean_t repair) argument
190 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, int cpustate, boolean_t repair) argument
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddisk_monitor.c175 diskmon_agent_repair(fmd_hdl_t *hdl, nvlist_t *nvl, int repair) argument
210 if (repair)
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py48 from mercurial import cmdutil, context, error, hg, node, patch, repair, util namespace
894 repair.strip(self.ui, self.repo, base.node(), backup=False)

Completed in 83 milliseconds