Searched refs:arrbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 205 void *arrbuf; in xlate_common() local 257 if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (uint64_t)))) in xlate_common() 307 ((int32_t *)arrbuf)[i++] in xlate_common() 313 rv = nvlist_add_int32_array(nvl, name, (int32_t *)arrbuf, in xlate_common() 315 free(arrbuf); in xlate_common() 326 ((uint32_t *)arrbuf)[i++] in xlate_common() 332 rv = nvlist_add_uint32_array(nvl, name, (uint32_t *)arrbuf, in xlate_common() 334 free(arrbuf); in xlate_common() 345 ((int64_t *)arrbuf)[i++] in xlate_common() 351 rv = nvlist_add_int64_array(nvl, name, (int64_t *)arrbuf, in xlate_common() [all …]
|