Home
last modified time | relevance | path

Searched refs:fmd_agent_cpu_isretired (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h74 extern int fmd_agent_cpu_isretired(fmd_agent_hdl_t *, int, int, int);
H A Dmapfile-vers56 fmd_agent_cpu_isretired;
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c570 else if (swdp->func == fmd_agent_cpu_isretired) in strand_walker()
673 if (walk_strands(mod, &swd, node, fmd_agent_cpu_isretired) == -1) in service_state_strands()
700 if (walk_strands(mod, &swd, node, fmd_agent_cpu_isretired) == -1) in unusable_strands()
/titanic_44/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c153 fmd_agent_cpu_isretired(fmd_agent_hdl_t *hdl, int chipid, int coreid, in fmd_agent_cpu_isretired() function