Home
last modified time | relevance | path

Searched refs:FM_FMRI_HC_SERIAL_ID (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c173 perr += nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, in create_node()
192 if (nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, in create_node()
256 if (nvlist_lookup_string(fmri, FM_FMRI_HC_SERIAL_ID, &val) != 0) in create_strand()
270 FM_FMRI_HC_SERIAL_ID, serial); in create_strand()
321 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, serial, &perr); in create_strand()
376 if (nvlist_lookup_string(fmri, FM_FMRI_HC_SERIAL_ID, in create_core()
391 FM_FMRI_HC_SERIAL_ID, serial); in create_core()
458 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, serial, &perr); in create_core()
603 FM_FMRI_HC_SERIAL_ID, &serial); in create_chip()
617 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, in create_chip()
H A Dchip_subr.c393 if (nvlist_lookup_string(unum, FM_FMRI_HC_SERIAL_ID, &old_serial)) in fmri_replaced()
405 if (nvlist_lookup_string(resource, FM_FMRI_HC_SERIAL_ID, in fmri_replaced()
418 FM_FMRI_HC_SERIAL_ID, &curr_serial, &err) != 0) { in fmri_replaced()
847 if (nvlist_lookup_string(rsrc, FM_FMRI_HC_SERIAL_ID, in chip_fmri_replaced()
853 if (nvlist_lookup_string(in, FM_FMRI_HC_SERIAL_ID, &old_serial) != 0) { in chip_fmri_replaced()
H A Dchip_amd.c278 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, in amd_generic_mc_create()
505 perr += nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, in amd_dimm_create()
549 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, in amd_dimm_create()
H A Dchip_intel.c221 } else if (strcmp(name, FM_FMRI_HC_SERIAL_ID) == 0) { in mc_add_dimms()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c458 (void) nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID, &serial); in fmri_nvl2str()
481 buf, buflen, serial, ":" FM_FMRI_HC_SERIAL_ID "=", NULL); in fmri_nvl2str()
613 (void) nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, serial); in hc_base_fmri_create()
807 if (strcmp(aname, FM_FMRI_HC_SERIAL_ID) == 0) { in make_hc_auth()
1723 FM_FMRI_HC_SERIAL_ID) == FMD_OBJ_STATE_REPLACED || in hc_is_present()
1833 FM_FMRI_HC_SERIAL_ID); in hc_is_replaced()
2092 FM_FMRI_HC_SERIAL_ID, in hc_expand()
H A Dtopo_fmri.c564 if (nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID, &sp) == 0) { in topo_fmri_serial()
572 if (fmri_prop(thp, nvl, TOPO_PGROUP_PROTOCOL, FM_FMRI_HC_SERIAL_ID, in topo_fmri_serial()
853 FM_FMRI_HC_SERIAL_ID,
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h234 #define FM_FMRI_HC_SERIAL_ID "serial" macro
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Ddimm_topo.c173 (void) nvlist_add_string(newdimm, FM_FMRI_HC_SERIAL_ID, sbuf); in inhm_dimm()
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c201 (void) nvlist_add_string(newdimm, FM_FMRI_HC_SERIAL_ID, sbuf); in inb_dimm()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c823 if (nvlist_lookup_string(fmri, FM_FMRI_HC_SERIAL_ID, &serial) != 0) { in platform_unit_translate()
825 FM_FMRI_HC_SERIAL_ID); in platform_unit_translate()
827 (void) nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, in platform_unit_translate()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c112 (void) nvlist_remove(dupfmri, FM_FMRI_HC_SERIAL_ID, DATA_TYPE_STRING); in dm_fmri_to_diskmon()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c735 if (nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID, in get_serial_no()