Searched refs:hcsn (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 563 char *hcsn = NULL; in fmri_nvl2str() local 570 hcsn = FM_FMRI_HC_SPECIFIC_OFFSET; in fmri_nvl2str() 575 hcsn = FM_FMRI_HC_SPECIFIC_PHYSADDR; in fmri_nvl2str() 577 if (hcsn != NULL) { in fmri_nvl2str() 580 topo_fmristr_build(&size, buf, buflen, "=", hcsn, in fmri_nvl2str() 957 char *serial = NULL, *part = NULL, *rev = NULL, *hcsn = NULL; in hc_fmri_str2nvl() local 986 (void) nvlist_lookup_string(pa[npairs - 1], FM_FMRI_HC_NAME, &hcsn); in hc_fmri_str2nvl() 987 if (strcmp(hcsn, FM_FMRI_HC_SPECIFIC_OFFSET) == 0 || in hc_fmri_str2nvl() 988 strcmp(hcsn, FM_FMRI_HC_SPECIFIC_PHYSADDR) == 0) { in hc_fmri_str2nvl() 998 if (nvlist_add_uint64(hcsp, hcsn, val) != 0 || in hc_fmri_str2nvl()
|