Home
last modified time | relevance | path

Searched refs:th_platform (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c176 if ((pp = strchr(thp->th_platform, ',')) == NULL) in topo_tree_enum()
177 pp = thp->th_platform; in topo_tree_enum()
H A Dtopo_snap.c180 thp->th_platform = topo_hdl_strdup(thp, platform); in topo_open()
195 thp->th_product = topo_hdl_strdup(thp, thp->th_platform); in topo_open()
198 if (thp->th_rootdir == NULL || thp->th_platform == NULL || in topo_open()
223 if (thp->th_platform != NULL) in topo_close()
224 topo_hdl_strfree(thp, thp->th_platform); in topo_close()
H A Dtopo_tree.h110 char *th_platform; /* platform name */ member
H A Dtopo_2xml.c324 name = thp->th_platform; in txml_print_topology()
H A Dtopo_subr.c273 thp->th_platform, file); in topo_search_path()
H A Dtopo_xml.c1214 key = mp->tm_hdl->th_platform; in pad_process()
1868 key = mp->tm_hdl->th_platform; in topo_xml_walk()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c87 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle()
89 th.th_platform); in topo_handle()