topo_handle
if (topo_handle)
topo_close(topo_handle);
static topo_hdl_t *topo_handle;
if (topo_handle == NULL)
topo_handle = topo_open(TOPO_VERSION, 0, &err);
if (topo_fmri_nvl2str(topo_handle, nvl, &tname, &err) == 0) {
topo_hdl_strfree(topo_handle, tname);
{ "topo_handle", "", "print contents of a topo handle", topo_handle,