Searched refs:strarrbuf (Results 1 – 1 of 1) sorted by relevance
225 char **strarrbuf; in xlate_common() local366 if ((strarrbuf = topo_mod_alloc(mp, (nelems * sizeof (char *)))) in xlate_common()377 strarrbuf[i++] = in xlate_common()383 rv = nvlist_add_string_array(nvl, name, strarrbuf, nelems); in xlate_common()384 topo_mod_strfreev(mp, strarrbuf, nelems); in xlate_common()