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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1720 nvlist_t *ha_nvl; member in struct:hc_args
1753 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl,
1781 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0)
1784 if (nvlist_add_uint32(hap->ha_nvl,
1786 nvlist_free(hap->ha_nvl);
1787 hap->ha_nvl = NULL;
1810 hap->ha_nvl = NULL;
1824 if (hap->ha_nvl != NULL)
1825 *out = hap->ha_nvl;
1846 TOPO_METH_REPLACED_VERSION, hap->ha_fmri, &hap->ha_nvl,
[all...]

Completed in 46 milliseconds