Symbol: topo_hdl_free
usr/src/cmd/fm/fmtopo/common/fmtopo.c
529
topo_hdl_free(thp, pgi, sizeof (topo_pgroup_info_t));
usr/src/lib/fm/topo/libtopo/common/libtopo.h
434
extern void topo_hdl_free(topo_hdl_t *, void *, size_t);
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
240
topo_hdl_free(thp, val, nelem * sizeof (int32_t));
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
261
topo_hdl_free(thp, val, nelem * sizeof (uint32_t));
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
282
topo_hdl_free(thp, val, nelem * sizeof (int64_t));
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
303
topo_hdl_free(thp, val, nelem * sizeof (uint64_t));
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
349
topo_hdl_free(thp, val, nelem * sizeof (nvlist_t *));
usr/src/lib/fm/topo/libtopo/common/topo_alloc.c
94
topo_hdl_free(mod->tm_hdl, data, size);
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
505
topo_hdl_free(thp, tmp, sizeof (topo_path_component_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
508
topo_hdl_free(thp, path, sizeof (topo_path_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
601
topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
615
topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
620
topo_hdl_free(thp, pathnode, sizeof (struct digraph_path));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
672
topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
700
topo_hdl_free(thp, tmp, sizeof (struct digraph_path));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
712
topo_hdl_free(thp, tmp, sizeof (struct digraph_path));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1175
topo_hdl_free(thp, arr,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1185
topo_hdl_free(thp, arr, (nelem * sizeof (uint32_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1188
topo_hdl_free(thp, arr, (nelem * sizeof (uint32_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1216
topo_hdl_free(thp, arr,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1226
topo_hdl_free(thp, arr, (nelem * sizeof (int32_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1229
topo_hdl_free(thp, arr, (nelem * sizeof (int32_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1256
topo_hdl_free(thp, arr,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1266
topo_hdl_free(thp, arr, (nelem * sizeof (uint64_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1269
topo_hdl_free(thp, arr, (nelem * sizeof (uint64_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1297
topo_hdl_free(thp, arr,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1307
topo_hdl_free(thp, arr, (nelem * sizeof (int64_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1310
topo_hdl_free(thp, arr, (nelem * sizeof (int64_t)));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
553
topo_hdl_free(thp, val, (sizeof (int32_t) * nelems));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
565
topo_hdl_free(thp, val, (sizeof (uint32_t) * nelems));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
577
topo_hdl_free(thp, val, (sizeof (int64_t) * nelems));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
589
topo_hdl_free(thp, val, (sizeof (uint64_t) * nelems));
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
983
topo_hdl_free(thp, nvlarr, nelems * sizeof (nvlist_t *));
usr/src/lib/fm/topo/libtopo/common/topo_list.c
223
topo_hdl_free(thp, tmp, elem_sz);
usr/src/lib/fm/topo/libtopo/common/topo_mod.c
342
topo_hdl_free(mod->tm_hdl, lpart, strlen(lpart) + 1);
usr/src/lib/fm/topo/libtopo/common/topo_mod.c
353
topo_hdl_free(mod->tm_hdl, lrev, strlen(lrev) + 1);
usr/src/lib/fm/topo/libtopo/common/topo_mod.c
364
topo_hdl_free(mod->tm_hdl, lserial,
usr/src/lib/fm/topo/libtopo/common/topo_module.c
202
topo_hdl_free(thp, mod, sizeof (topo_mod_t));
usr/src/lib/fm/topo/libtopo/common/topo_module.c
271
topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
usr/src/lib/fm/topo/libtopo/common/topo_module.c
292
topo_hdl_free(thp, mhp->mh_hash, sizeof (void *) * mhp->mh_hashlen);
usr/src/lib/fm/topo/libtopo/common/topo_module.c
293
topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
usr/src/lib/fm/topo/libtopo/common/topo_node.c
836
topo_hdl_free(thp, wp, sizeof (topo_walk_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1008
topo_hdl_free(thp, pvl, sizeof (topo_proplist_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1148
topo_hdl_free(thp, info,
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1175
topo_hdl_free(thp, pip, sizeof (topo_ipgroup_info_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1178
topo_hdl_free(thp, pg, sizeof (topo_pgroup_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1258
topo_hdl_free(thp, pvl, sizeof (topo_proplist_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1268
topo_hdl_free(thp, pip, sizeof (topo_ipgroup_info_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1271
topo_hdl_free(thp, pg, sizeof (topo_pgroup_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1287
topo_hdl_free(thp, pvl, sizeof (topo_proplist_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1296
topo_hdl_free(thp, pip, sizeof (topo_pgroup_info_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1299
topo_hdl_free(thp, pg, sizeof (topo_pgroup_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1314
topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1336
topo_hdl_free(thp, pv, sizeof (topo_propval_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
348
topo_hdl_free(thp, a1[j],
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
350
topo_hdl_free(thp, a1,
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
373
topo_hdl_free(thp, a1,
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
511
topo_hdl_free(thp, pvl, sizeof (topo_proplist_t));
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
863
topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
549
topo_hdl_free(thp, thp->th_uuid, TOPO_UUID_SIZE);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
759
topo_hdl_free(wp->tw_thp, wp, sizeof (topo_walk_t));
usr/src/lib/fm/topo/libtopo/common/topo_string.c
105
topo_hdl_free(thp, *str, len + 1);
usr/src/lib/fm/topo/libtopo/common/topo_string.c
57
topo_hdl_free(thp, s, strlen(s) + 1);
usr/src/lib/fm/topo/libtopo/common/topo_string.c
66
topo_hdl_free(thp, strarr, (nelem * sizeof (char *)));
usr/src/test/os-tests/tests/libtopo/digraph-test.c
161
topo_hdl_free(thp, paths, np * sizeof (topo_path_t *));
usr/src/test/os-tests/tests/libtopo/digraph-test.c
176
topo_hdl_free(thp, paths, np * sizeof (topo_path_t *));
usr/src/test/os-tests/tests/libtopo/digraph-test.c
195
topo_hdl_free(thp, paths, np * sizeof (topo_path_t *));