Home
last modified time | relevance | path

Searched refs:th_product (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c125 thp->th_product = NULL; in topo_hdl_set_product()
135 thp->th_product = topo_cleanup_auth_str(thp, in topo_hdl_set_product()
142 if (thp->th_product != NULL) in topo_hdl_set_product()
147 thp->th_product = topo_hdl_strdup(thp, di_node_name(root)); in topo_hdl_set_product()
151 if (thp->th_product != NULL) in topo_hdl_set_product()
154 thp->th_product = topo_hdl_strdup(thp, thp->th_platform); in topo_hdl_set_product()
234 thp->th_machine == NULL || thp->th_product == NULL || in topo_open()
266 if (thp->th_product != NULL) in topo_close()
267 topo_hdl_strfree(thp, thp->th_product); in topo_close()
H A Dtopo_tree.c169 if ((pp = strchr(thp->th_product, ',')) == NULL) in topo_tree_enum()
170 pp = thp->th_product; in topo_tree_enum()
H A Dtopo_tree.h117 char *th_product; /* product name */ member
H A Dtopo_2xml.c460 const char *name = thp->th_product; in txml_print_topology()
H A Dtopo_xml.c1225 key = mp->tm_hdl->th_product; in pad_process()
1882 key = mp->tm_hdl->th_product; in topo_xml_walk()
H A Dtopo_mod.c775 return (topo_mod_strdup(mod, mod->tm_hdl->th_product)); in topo_mod_product()
H A Dtopo_digraph_xml.c756 TDG_XML_PRODUCT, thp->th_product, TDG_XML_TSTAMP, tstamp); in topo_digraph_serialize()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c101 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in topo_handle()
105 th.th_product); in topo_handle()
544 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in fmtopo()
548 th.th_product); in fmtopo()