/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.c | 553 topo_hdl_free(thp, val, (sizeof (int32_t) * nelems)); in serialize_property() 565 topo_hdl_free(thp, val, (sizeof (uint32_t) * nelems)); in serialize_property() 577 topo_hdl_free(thp, val, (sizeof (int64_t) * nelems)); in serialize_property() 589 topo_hdl_free(thp, val, (sizeof (uint64_t) * nelems)); in serialize_property() 983 topo_hdl_free(thp, nvlarr, nelems * sizeof (nvlist_t *)); in free_nvlist_array() 1175 topo_hdl_free(thp, arr, in deserialize_nvpair() 1185 topo_hdl_free(thp, arr, (nelem * sizeof (uint32_t))); in deserialize_nvpair() 1188 topo_hdl_free(thp, arr, (nelem * sizeof (uint32_t))); in deserialize_nvpair() 1216 topo_hdl_free(thp, arr, in deserialize_nvpair() 1226 topo_hdl_free(thp, arr, (nelem * sizeof (int32_t))); in deserialize_nvpair() [all …]
|
H A D | topo_alloc.c | 72 topo_hdl_free(topo_hdl_t *thp, void *data, size_t size) in topo_hdl_free() function 94 topo_hdl_free(mod->tm_hdl, data, size); in topo_mod_free()
|
H A D | topo_prop.c | 348 topo_hdl_free(thp, a1[j], in prop_getval() 350 topo_hdl_free(thp, a1, in prop_getval() 373 topo_hdl_free(thp, a1, in prop_getval() 511 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in set_seterror() 863 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t)); in register_methoderror() 1008 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in topo_prop_method_unregister() 1148 topo_hdl_free(thp, info, in topo_pgroup_info() 1175 topo_hdl_free(thp, pip, sizeof (topo_ipgroup_info_t)); in pgroup_seterr() 1178 topo_hdl_free(thp, pg, sizeof (topo_pgroup_t)); in pgroup_seterr() 1258 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in topo_pgroup_destroy() [all …]
|
H A D | topo_string.c | 57 topo_hdl_free(thp, s, strlen(s) + 1); in topo_hdl_strfree() 66 topo_hdl_free(thp, strarr, (nelem * sizeof (char *))); in topo_hdl_strfreev() 105 topo_hdl_free(thp, *str, len + 1); in topo_hdl_vasprintf()
|
H A D | topo_digraph.c | 505 topo_hdl_free(thp, tmp, sizeof (topo_path_component_t)); in topo_path_destroy() 508 topo_hdl_free(thp, path, sizeof (topo_path_t)); in topo_path_destroy() 601 topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t)); in visit_vertex() 615 topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t)); in visit_vertex() 620 topo_hdl_free(thp, pathnode, sizeof (struct digraph_path)); in visit_vertex() 672 topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t)); in topo_digraph_paths() 700 topo_hdl_free(thp, tmp, sizeof (struct digraph_path)); in topo_digraph_paths() 712 topo_hdl_free(thp, tmp, sizeof (struct digraph_path)); in topo_digraph_paths()
|
H A D | topo_module.c | 202 topo_hdl_free(thp, mod, sizeof (topo_mod_t)); in topo_mod_destroy() 271 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_create() 292 topo_hdl_free(thp, mhp->mh_hash, sizeof (void *) * mhp->mh_hashlen); in topo_modhash_destroy() 293 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_destroy()
|
H A D | topo_2xml.c | 240 topo_hdl_free(thp, val, nelem * sizeof (int32_t)); in txml_print_prop() 261 topo_hdl_free(thp, val, nelem * sizeof (uint32_t)); in txml_print_prop() 282 topo_hdl_free(thp, val, nelem * sizeof (int64_t)); in txml_print_prop() 303 topo_hdl_free(thp, val, nelem * sizeof (uint64_t)); in txml_print_prop() 349 topo_hdl_free(thp, val, nelem * sizeof (nvlist_t *)); in txml_print_prop()
|
H A D | topo_list.c | 223 topo_hdl_free(thp, tmp, elem_sz); in topo_list_deepcopy()
|
H A D | mapfile-vers | 85 topo_hdl_free;
|
H A D | topo_mod.c | 342 topo_hdl_free(mod->tm_hdl, lpart, strlen(lpart) + 1); in topo_mod_hcfmri() 353 topo_hdl_free(mod->tm_hdl, lrev, strlen(lrev) + 1); in topo_mod_hcfmri() 364 topo_hdl_free(mod->tm_hdl, lserial, in topo_mod_hcfmri()
|
H A D | topo_snap.c | 549 topo_hdl_free(thp, thp->th_uuid, TOPO_UUID_SIZE); in topo_snap_destroy() 759 topo_hdl_free(wp->tw_thp, wp, sizeof (topo_walk_t)); in topo_walk_fini()
|
H A D | libtopo.h | 434 extern void topo_hdl_free(topo_hdl_t *, void *, size_t);
|
H A D | topo_node.c | 836 topo_hdl_free(thp, wp, sizeof (topo_walk_t)); in topo_node_walk_init()
|
/illumos-gate/usr/src/test/os-tests/tests/libtopo/ |
H A D | digraph-test.c | 161 topo_hdl_free(thp, paths, np * sizeof (topo_path_t *)); in test_paths() 176 topo_hdl_free(thp, paths, np * sizeof (topo_path_t *)); in test_paths() 195 topo_hdl_free(thp, paths, np * sizeof (topo_path_t *)); in test_paths()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 529 topo_hdl_free(thp, pgi, sizeof (topo_pgroup_info_t)); in print_pgroup()
|