Searched defs:hcsp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c93 nvlist_t *rsrc = NULL, *asrucp = NULL, *hcsp; local
119 nvlist_lookup_nvlist(rsrc, FM_FMRI_HC_SPECIFIC, &hcsp) != 0 ||
120 (nvlist_lookup_uint64(hcsp, "asru-" FM_FMRI_HC_SPECIFIC_PHYSADDR,
121 &pageaddr) != 0 && nvlist_lookup_uint64(hcsp,
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c337 nvlist_t *asru, *pargs, *args, *hcsp; local
375 FM_FMRI_HC_SPECIFIC, &hcsp) == 0) {
376 if (nvlist_lookup_uint64(hcsp,
380 if (nvlist_lookup_uint64(hcsp,
409 nvlist_t *hcsp; local
412 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp) == 0 &&
413 (nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_OFFSET,
415 nvlist_lookup_uint64(hcsp, "asru-" FM_FMRI_HC_SPECIFIC_OFFSET,
417 nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_PHYSADDR,
419 nvlist_lookup_uint64(hcsp, "asr
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c47 nvlist_t **hcl, *hcsp; local
50 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp) != 0 ||
51 (nvlist_lookup_uint64(hcsp, "asru-" FM_FMRI_HC_SPECIFIC_OFFSET,
52 &offset) != 0 && nvlist_lookup_uint64(hcsp,
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c240 nvlist_t *hcsp; local
260 FM_FMRI_HC_SPECIFIC, &hcsp) != 0 || (nvlist_lookup_uint64(hcsp,
262 nvlist_lookup_uint64(hcsp, "asru-" FM_FMRI_HC_SPECIFIC_OFFSET,
269 if (nvlist_lookup_nvlist(ee, FM_FMRI_HC_SPECIFIC, &hcsp) == 0 &&
270 (nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_OFFSET,
271 &eeoff) == 0 || nvlist_lookup_uint64(hcsp, "asru-"
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c268 nvlist_t *asru, *args, *pargs, *hcsp; local
297 if (nvlist_lookup_nvlist(asru, FM_FMRI_HC_SPECIFIC, &hcsp) == 0) {
298 if (nvlist_lookup_uint64(hcsp,
300 err += nvlist_remove(hcsp,
303 err += nvlist_add_uint64(hcsp,
308 if (nvlist_lookup_uint64(hcsp,
310 err += nvlist_remove(hcsp,
313 err += nvlist_add_uint64(hcsp,
711 nvlist_t *hcsp; local
714 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp)
[all...]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c495 nvlist_t *hcsp, **hcl; local
498 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp) != 0 ||
499 (nvlist_lookup_uint64(hcsp, "asru-" FM_FMRI_HC_SPECIFIC_OFFSET,
500 &offset) != 0 && nvlist_lookup_uint64(hcsp,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c873 nvlist_t *hcsp; local
896 FM_FMRI_HC_SPECIFIC, &hcsp) == 0 &&
897 (nvlist_lookup_uint64(hcsp,
899 nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_PHYSADDR,
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c701 nvlist_t **hcl, *hcsp; local
712 &hcsp) != 0)
714 if (nvlist_lookup_uint64(hcsp,
716 nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_OFFSET,
718 if (nvlist_lookup_uint64(hcsp,
720 nvlist_lookup_uint64(hcsp,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c479 nvlist_t *hcsp = NULL; local
562 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp) == 0) {
567 if (nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_OFFSET,
568 &val) == 0 || nvlist_lookup_uint64(hcsp,
571 else if (nvlist_lookup_uint64(hcsp,
573 nvlist_lookup_uint64(hcsp,
990 nvlist_t *hcsp; local
996 if (topo_mod_nvalloc(mod, &hcsp, NV_UNIQUE_NAME) != 0)
998 if (nvlist_add_uint64(hcsp, hcsn, val) != 0 ||
999 nvlist_add_nvlist(nf, FM_FMRI_HC_SPECIFIC, hcsp) !
[all...]

Completed in 77 milliseconds