Searched refs:th_isa (Results 1 – 3 of 3) sorted by relevance
229 thp->th_isa = topo_hdl_strdup(thp, isa); in topo_open()235 thp->th_isa == NULL) in topo_open()262 if (thp->th_isa != NULL) in topo_close()263 topo_hdl_strfree(thp, thp->th_isa); in topo_close()
115 char *th_isa; /* isa name */ member
92 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) { in topo_handle()93 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle()