Home
last modified time | relevance | path

Searched refs:hc_prs (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda_cpu.c66 nvlist_t **hc_prs; in cda_dp_retire() local
70 if (nvlist_lookup_nvlist_array(asru, FM_FMRI_HC_LIST, &hc_prs, in cda_dp_retire()
81 if (nvlist_lookup_string(hc_prs[ii], FM_FMRI_HC_ID, &id) != 0) { in cda_dp_retire()
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu.c166 nvlist_t **hc_prs = NULL, *hc_spec_nvl; in cma_cpu_hc_retire() local
178 &hc_prs, &nprs) != 0) { in cma_cpu_hc_retire()
186 if (nvlist_lookup_uint32(hc_prs[i], in cma_cpu_hc_retire()
192 if (cpu_statechange(hdl, nvl, hc_prs[i], uuid, cpuid, repair) in cma_cpu_hc_retire()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c178 nvlist_t **hc_prs; in hc_fmri_nodeize() local
195 &hc_prs, &hc_nprs) != 0) { in hc_fmri_nodeize()
203 r = nvlist_lookup_string(hc_prs[e], FM_FMRI_HC_NAME, &ename); in hc_fmri_nodeize()
204 r |= nvlist_lookup_string(hc_prs[e], FM_FMRI_HC_ID, &eid); in hc_fmri_nodeize()