Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c243 static topo_hdl_t *topo_handle; variable
349 if (topo_handle == NULL) in get_nvl2str_topo()
350 topo_handle = topo_open(TOPO_VERSION, 0, &err); in get_nvl2str_topo()
351 if (topo_fmri_nvl2str(topo_handle, nvl, &tname, &err) == 0) { in get_nvl2str_topo()
353 topo_hdl_strfree(topo_handle, tname); in get_nvl2str_topo()
1739 if (topo_handle) in cmd_faulty()
1740 topo_close(topo_handle); in cmd_faulty()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c68 topo_handle(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in topo_handle() function
940 { "topo_handle", "", "print contents of a topo handle", topo_handle,