Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c175 if ((pp = strchr(thp->th_platform, ',')) == NULL) in topo_tree_enum()
176 pp = thp->th_platform; in topo_tree_enum()
H A Dtopo_snap.c154 thp->th_product = topo_hdl_strdup(thp, thp->th_platform); in topo_hdl_set_product()
228 thp->th_platform = topo_hdl_strdup(thp, platform); in topo_open()
233 if (thp->th_rootdir == NULL || thp->th_platform == NULL || in topo_open()
260 if (thp->th_platform != NULL) in topo_close()
261 topo_hdl_strfree(thp, thp->th_platform); in topo_close()
H A Dtopo_tree.h114 char *th_platform; /* platform name */ member
H A Dtopo_subr.c286 thp->th_platform, file); in topo_search_path()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c88 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle()
90 th.th_platform); in topo_handle()