Home
last modified time | relevance | path

Searched refs:FMD_AGENT_RETIRE_DONE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c149 return (ret == 0 ? FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL); in fmd_agent_cpu_retire()
162 FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL); in fmd_agent_cpu_isretired()
174 return (ret == 0 ? FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL); in fmd_agent_cpu_unretire()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c384 if (rc == FMD_AGENT_RETIRE_DONE && in fmri_replaced()
500 case FMD_AGENT_RETIRE_DONE: in fmri_dprint()
556 if (rc == FMD_AGENT_RETIRE_DONE) in strand_walker()
635 rc = FMD_AGENT_RETIRE_DONE; in retire_strands()
659 rc = FMD_AGENT_RETIRE_DONE; in unretire_strands()
784 if (rc == FMD_AGENT_RETIRE_DONE) in ntv_page_service_state()
815 rc == FMD_AGENT_RETIRE_DONE ? 1 : 0)); in ntv_page_unusable()
/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c283 return (FMD_AGENT_RETIRE_DONE); in fmd_agent_page_retire()
308 return (FMD_AGENT_RETIRE_DONE); in fmd_agent_page_unretire()
331 return (FMD_AGENT_RETIRE_DONE); in fmd_agent_page_isretired()
H A Dfmd_agent.h57 #define FMD_AGENT_RETIRE_DONE 0 /* synchronous success */ macro
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c303 if (rval == FMD_AGENT_RETIRE_DONE && page_err == EINVAL) in fmd_fmri_present()
406 if (rval == FMD_AGENT_RETIRE_DONE && page_err == EINVAL) in fmd_fmri_replaced()
506 } else if (rc == FMD_AGENT_RETIRE_DONE || in fmd_fmri_unusable()
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page_arch.c40 if (rc == FMD_AGENT_RETIRE_DONE) in cma_fmri_page_service_state()
H A Dcma_cpu.c124 if (err == FMD_AGENT_RETIRE_DONE) in cma_cpu_hc_retire()
131 if (err == FMD_AGENT_RETIRE_DONE) { in cma_cpu_hc_retire()
H A Dcma_page.c156 if (rc == FMD_AGENT_RETIRE_DONE) { in cma_page_retire()