Searched refs:hcsn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 566 char *hcsn = NULL; in fmri_nvl2str() local 573 hcsn = FM_FMRI_HC_SPECIFIC_OFFSET; in fmri_nvl2str() 578 hcsn = FM_FMRI_HC_SPECIFIC_PHYSADDR; in fmri_nvl2str() 580 if (hcsn != NULL) { in fmri_nvl2str() 583 topo_fmristr_build(&size, buf, buflen, "=", hcsn, in fmri_nvl2str() 960 char *serial = NULL, *part = NULL, *rev = NULL, *hcsn = NULL; in hc_fmri_str2nvl() local 989 (void) nvlist_lookup_string(pa[npairs - 1], FM_FMRI_HC_NAME, &hcsn); in hc_fmri_str2nvl() 990 if (strcmp(hcsn, FM_FMRI_HC_SPECIFIC_OFFSET) == 0 || in hc_fmri_str2nvl() 991 strcmp(hcsn, FM_FMRI_HC_SPECIFIC_PHYSADDR) == 0) { in hc_fmri_str2nvl() 1001 if (nvlist_add_uint64(hcsp, hcsn, val) != 0 || in hc_fmri_str2nvl()
|