/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip.c | 168 perr += nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, 240 if (nvlist_lookup_string(fmri, FM_FMRI_HC_SERIAL_ID, &val) != 0) 254 FM_FMRI_HC_SERIAL_ID, serial); 305 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, serial, &perr); 360 if (nvlist_lookup_string(fmri, FM_FMRI_HC_SERIAL_ID, 375 FM_FMRI_HC_SERIAL_ID, serial); 435 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, serial, &perr); 559 FM_FMRI_HC_SERIAL_ID, &serial); 573 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE,
|
H A D | chip_subr.c | 391 if (nvlist_lookup_string(unum, FM_FMRI_HC_SERIAL_ID, &old_serial)) 403 if (nvlist_lookup_string(resource, FM_FMRI_HC_SERIAL_ID, 416 FM_FMRI_HC_SERIAL_ID, &curr_serial, &err) != 0) {
|
H A D | chip_amd.c | 278 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, 505 perr += nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, 549 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE,
|
H A D | chip_intel.c | 197 } else if (strcmp(name, FM_FMRI_HC_SERIAL_ID) == 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_hc_sun4v.c | 240 nvlist_add_string(fru, FM_FMRI_HC_SERIAL_ID, serialstr) != 0) || 260 if (nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &serialstr) != 0) 347 FM_FMRI_HC_SERIAL_ID, &sn, &n) != 0) { 371 if (nvlist_lookup_string(fru, FM_FMRI_HC_SERIAL_ID, &sn) != 0) { 436 if (nvlist_lookup_string(rsc, FM_FMRI_HC_SERIAL_ID, &sn) != 0) { 523 if (nvlist_lookup_string(rsc, FM_FMRI_HC_SERIAL_ID, &sn) != 0) { 565 if (nvlist_lookup_string(fru, FM_FMRI_HC_SERIAL_ID, &sn) == 0)
|
H A D | cmd_cpu_arch.c | 454 if (nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &serialstr) == 0)
|
H A D | cmd_memerr_arch.c | 680 if (nvlist_lookup_string_array(mem_fmri, FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_dimm.c | 138 if (nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &serial) != 0) { 168 (void) nvlist_lookup_string(dimm->dimm_asru_nvl, FM_FMRI_HC_SERIAL_ID, 187 err = nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &serial); 302 FM_FMRI_HC_SERIAL_ID, (char **)&dimm->dimm_serial)) != 0) 383 err = nvlist_lookup_string(fru, FM_FMRI_HC_SERIAL_ID, &topo_sn); 476 if (nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &sn) != 0) {
|
H A D | gmem_page.c | 254 FM_FMRI_HC_SERIAL_ID, &sn) != 0)
|
H A D | gmem_memerr.c | 754 nvlist_lookup_string(rsrc, FM_FMRI_HC_SERIAL_ID, &sn) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 351 (void) nvlist_lookup_string(pargs, FM_FMRI_HC_SERIAL_ID, 355 (void) nvlist_lookup_string(args, FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 241 nvlist_add_string(fru, FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 230 #define FM_FMRI_HC_SERIAL_ID "serial" macro
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | dimm_topo.c | 169 (void) nvlist_add_string(newdimm, FM_FMRI_HC_SERIAL_ID, sbuf);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 524 if (nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID, &sp) == 0) { 532 if (fmri_prop(thp, nvl, TOPO_PGROUP_PROTOCOL, FM_FMRI_HC_SERIAL_ID, 801 * FM_FMRI_HC_SERIAL_ID "serial" 813 FM_FMRI_HC_SERIAL_ID,
|
H A D | hc.c | 509 (void) nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID, &serial); 532 buf, buflen, serial, ":" FM_FMRI_HC_SERIAL_ID "=", NULL); 664 (void) nvlist_add_string(fmri, FM_FMRI_HC_SERIAL_ID, serial); 858 if (strcmp(aname, FM_FMRI_HC_SERIAL_ID) == 0) { 1774 FM_FMRI_HC_SERIAL_ID) == FMD_OBJ_STATE_REPLACED || 1884 FM_FMRI_HC_SERIAL_ID); 2143 FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu.c | 320 (void) nvlist_add_string(in, FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_dimm.c | 226 if (nvlist_lookup_string_array(asru, FM_FMRI_HC_SERIAL_ID, &serids,
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 201 (void) nvlist_add_string(newdimm, FM_FMRI_HC_SERIAL_ID, sbuf);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 821 if (nvlist_lookup_string(rsrc, FM_FMRI_HC_SERIAL_ID, &serial) != 0) { 823 FM_FMRI_HC_SERIAL_ID); 825 (void) nvlist_add_string(rsrc, FM_FMRI_HC_SERIAL_ID,
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 112 (void) nvlist_remove(dupfmri, FM_FMRI_HC_SERIAL_ID, DATA_TYPE_STRING);
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 734 if (nvlist_lookup_string(nvl, FM_FMRI_HC_SERIAL_ID,
|