Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c230 thp->th_machine = topo_hdl_strdup(thp, uts.machine); in topo_open()
234 thp->th_machine == NULL || thp->th_product == NULL || in topo_open()
264 if (thp->th_machine != NULL) in topo_close()
265 topo_hdl_strfree(thp, thp->th_machine); in topo_close()
H A Dtopo_tree.h116 char *th_machine; /* machine name */ member
H A Dtopo_tree.c183 thp->th_machine, tp->tt_scheme, 0) < 0) { in topo_tree_enum()
H A Dtopo_subr.c289 thp->th_rootdir, thp->th_machine, file); in topo_search_path()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c95 if (mdb_readstr(machine, sizeof (machine), (uintptr_t)th.th_machine) in topo_handle()
99 th.th_machine); in topo_handle()