Home
last modified time | relevance | path

Searched refs:th_isa (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h111 char *th_isa; /* isa name */ member
H A Dtopo_snap.c181 thp->th_isa = topo_hdl_strdup(thp, isa); in topo_open()
225 if (thp->th_isa != NULL) in topo_close()
226 topo_hdl_strfree(thp, thp->th_isa); in topo_close()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c91 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) { in topo_handle()
92 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle()