Searched refs:th_product (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c169 if (thp->th_product == NULL ||
170 (pp = strchr(thp->th_product, ',')) == NULL)
171 pp = thp->th_product;
H A Dtopo_tree.h113 char *th_product; /* product name */ member in struct:topo_hdl
H A Dtopo_snap.c189 thp->th_product = topo_cleanup_auth_str(thp,
195 thp->th_product = topo_hdl_strdup(thp, thp->th_platform);
229 if (thp->th_product != NULL)
230 topo_hdl_strfree(thp, thp->th_product);
H A Dtopo_2xml.c321 if (thp->th_product != NULL)
322 name = thp->th_product;
H A Dtopo_xml.c1212 if (mp->tm_hdl->th_product)
1213 key = mp->tm_hdl->th_product;
1877 if (mp->tm_hdl->th_product)
1878 key = mp->tm_hdl->th_product;
H A Dtopo_mod.c759 return (topo_mod_strdup(mod, mod->tm_hdl->th_product));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c100 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product)
104 th.th_product);
125 mdb_printf("%-12s %-36s %-30s\n", "th_product", product,
543 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product)
547 th.th_product);

Completed in 156 milliseconds