Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c512 char *hcsn = NULL; in fmri_nvl2str() local
519 hcsn = FM_FMRI_HC_SPECIFIC_OFFSET; in fmri_nvl2str()
524 hcsn = FM_FMRI_HC_SPECIFIC_PHYSADDR; in fmri_nvl2str()
526 if (hcsn != NULL) { in fmri_nvl2str()
529 topo_fmristr_build(&size, buf, buflen, "=", hcsn, in fmri_nvl2str()
906 char *serial = NULL, *part = NULL, *rev = NULL, *hcsn = NULL; in hc_fmri_str2nvl() local
935 (void) nvlist_lookup_string(pa[npairs - 1], FM_FMRI_HC_NAME, &hcsn); in hc_fmri_str2nvl()
936 if (strcmp(hcsn, FM_FMRI_HC_SPECIFIC_OFFSET) == 0 || in hc_fmri_str2nvl()
937 strcmp(hcsn, FM_FMRI_HC_SPECIFIC_PHYSADDR) == 0) { in hc_fmri_str2nvl()
947 if (nvlist_add_uint64(hcsp, hcsn, val) != 0 || in hc_fmri_str2nvl()