Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c226 nvlist_t **nvlarrbuf; in xlate_common() local
386 if ((nvlarrbuf = topo_mod_alloc(mp, (nelems * in xlate_common()
398 &(nvlarrbuf[i++])) < 0) { in xlate_common()
406 rv = nvlist_add_nvlist_array(nvl, name, nvlarrbuf, in xlate_common()
408 topo_mod_free(mp, nvlarrbuf, (nelems * sizeof (nvlist_t *))); in xlate_common()