Searched refs:th_isa (Results 1 – 3 of 3) sorted by relevance
111 char *th_isa; /* isa name */ member
181 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()
91 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()