Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c224 char **strarrbuf; in xlate_common() local
365 if ((strarrbuf = topo_mod_alloc(mp, (nelems * sizeof (char *)))) in xlate_common()
376 strarrbuf[i++] = in xlate_common()
382 rv = nvlist_add_string_array(nvl, name, strarrbuf, nelems); in xlate_common()
383 topo_mod_strfreev(mp, strarrbuf, nelems); in xlate_common()