Searched refs:ha_nvl (Results 1 – 1 of 1) sorted by relevance
1722 nvlist_t *ha_nvl; member1755 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_present()1783 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0) in hc_is_present()1786 if (nvlist_add_uint32(hap->ha_nvl, in hc_is_present()1788 nvlist_free(hap->ha_nvl); in hc_is_present()1789 hap->ha_nvl = NULL; in hc_is_present()1812 hap->ha_nvl = NULL; in hc_fmri_present()1826 if (hap->ha_nvl != NULL) in hc_fmri_present()1827 *out = hap->ha_nvl; in hc_fmri_present()1848 TOPO_METH_REPLACED_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_replaced()[all …]