Searched refs:topo_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c242 static topo_hdl_t *topo_handle; variable
348 if (topo_handle == NULL)
349 topo_handle = topo_open(TOPO_VERSION, 0, &err);
350 if (topo_fmri_nvl2str(topo_handle, nvl, &tname, &err) == 0) {
352 topo_hdl_strfree(topo_handle, tname);
1736 if (topo_handle)
1737 topo_close(topo_handle);
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c67 topo_handle(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
535 * Read in the topo_handle and some of its string fields from
895 { "topo_handle", "", "print contents of a topo handle", topo_handle,

Completed in 65 milliseconds