Searched refs:topo_handle (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 242 static topo_hdl_t *topo_handle; variable 348 if (topo_handle == NULL) in get_nvl2str_topo() 349 topo_handle = topo_open(TOPO_VERSION, 0, &err); in get_nvl2str_topo() 350 if (topo_fmri_nvl2str(topo_handle, nvl, &tname, &err) == 0) { in get_nvl2str_topo() 352 topo_hdl_strfree(topo_handle, tname); in get_nvl2str_topo() 1736 if (topo_handle) in cmd_faulty() 1737 topo_close(topo_handle); in cmd_faulty()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 67 topo_handle(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in topo_handle() function 895 { "topo_handle", "", "print contents of a topo handle", topo_handle,
|