Searched refs:th_product (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_tree.c | 169 if (thp->th_product == NULL || in topo_tree_enum() 170 (pp = strchr(thp->th_product, ',')) == NULL) in topo_tree_enum() 171 pp = thp->th_product; in topo_tree_enum()
|
H A D | topo_snap.c | 189 thp->th_product = topo_cleanup_auth_str(thp, in topo_open() 195 thp->th_product = topo_hdl_strdup(thp, thp->th_platform); in topo_open() 229 if (thp->th_product != NULL) in topo_close() 230 topo_hdl_strfree(thp, thp->th_product); in topo_close()
|
H A D | topo_tree.h | 113 char *th_product; /* product name */ member
|
H A D | topo_2xml.c | 321 if (thp->th_product != NULL) in txml_print_topology() 322 name = thp->th_product; in txml_print_topology()
|
H A D | topo_xml.c | 1213 if (mp->tm_hdl->th_product) in pad_process() 1214 key = mp->tm_hdl->th_product; in pad_process() 1867 if (mp->tm_hdl->th_product) in topo_xml_walk() 1868 key = mp->tm_hdl->th_product; in topo_xml_walk()
|
H A D | topo_mod.c | 759 return (topo_mod_strdup(mod, mod->tm_hdl->th_product)); in topo_mod_product()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 100 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in topo_handle() 104 th.th_product); in topo_handle() 543 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in fmtopo() 547 th.th_product); in fmtopo()
|