Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1723 nvlist_t *ha_nvl; member
1756 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_present()
1784 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0) in hc_is_present()
1787 if (nvlist_add_uint32(hap->ha_nvl, in hc_is_present()
1789 nvlist_free(hap->ha_nvl); in hc_is_present()
1790 hap->ha_nvl = NULL; in hc_is_present()
1813 hap->ha_nvl = NULL; in hc_fmri_present()
1827 if (hap->ha_nvl != NULL) in hc_fmri_present()
1828 *out = hap->ha_nvl; in hc_fmri_present()
1849 TOPO_METH_REPLACED_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_replaced()
[all …]