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

/osnet-11/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h52 #define FMD_AGENT_RETIRE_DONE 0 /* synchronous success */ macro
H A Dfmd_agent.c280 return (FMD_AGENT_RETIRE_DONE);
305 return (FMD_AGENT_RETIRE_DONE);
328 return (FMD_AGENT_RETIRE_DONE);
/osnet-11/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c151 return (ret == 0 ? FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL);
164 FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL);
176 return (ret == 0 ? FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL);
/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c131 return (FMD_AGENT_RETIRE_DONE);
147 return (ret == 0 ? FMD_AGENT_RETIRE_DONE : FMD_AGENT_RETIRE_FAIL);
160 return (status == FM_CLR_STATUS_RETIRED ? FMD_AGENT_RETIRE_DONE :
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c465 case FMD_AGENT_RETIRE_DONE:
521 if (rc == FMD_AGENT_RETIRE_DONE)
600 rc = FMD_AGENT_RETIRE_DONE;
624 rc = FMD_AGENT_RETIRE_DONE;
730 if (rc == FMD_AGENT_RETIRE_DONE)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c341 rc = swd.fail > 0 ? FMD_AGENT_RETIRE_FAIL : FMD_AGENT_RETIRE_DONE;
383 rc = swd.fail > 0 ? FMD_AGENT_RETIRE_FAIL : FMD_AGENT_RETIRE_DONE;
407 rc == FMD_AGENT_RETIRE_DONE ? FMD_SERVICE_STATE_UNUSABLE :
641 rc = FMD_AGENT_RETIRE_DONE;
666 rc = FMD_AGENT_RETIRE_DONE;
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c466 if (err == FMD_AGENT_RETIRE_DONE)
528 if (err == FMD_AGENT_RETIRE_DONE)
589 if (err == FMD_AGENT_RETIRE_DONE)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c353 return (FMD_AGENT_RETIRE_DONE);
399 } else if (rc == FMD_AGENT_RETIRE_DONE ||

Completed in 23 milliseconds