Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c204 char **strarrbuf; in xlate_common() local
272 if ((strarrbuf = topo_mod_alloc(mp, (nelems * sizeof (char *)))) in xlate_common()
383 strarrbuf[i++] = in xlate_common()
389 rv = nvlist_add_string_array(nvl, name, strarrbuf, nelems); in xlate_common()
390 strarr_free(mp, strarrbuf, nelems); in xlate_common()