Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1669 nvlist_t *ha_nvl; member
1702 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_present()
1730 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0) in hc_is_present()
1733 if (nvlist_add_uint32(hap->ha_nvl, in hc_is_present()
1735 nvlist_free(hap->ha_nvl); in hc_is_present()
1736 hap->ha_nvl = NULL; in hc_is_present()
1759 hap->ha_nvl = NULL; in hc_fmri_present()
1773 if (hap->ha_nvl != NULL) in hc_fmri_present()
1774 *out = hap->ha_nvl; in hc_fmri_present()
1795 TOPO_METH_REPLACED_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_replaced()
[all …]