Searched refs:th_pi (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c303 thp->th_pi = di_prom_init();
315 if (thp->th_pi != DI_PROM_HANDLE_NIL) {
316 di_prom_fini(thp->th_pi);
317 thp->th_pi = DI_PROM_HANDLE_NIL;
472 if (thp->th_pi != DI_PROM_HANDLE_NIL) {
473 di_prom_fini(thp->th_pi);
474 thp->th_pi = DI_PROM_HANDLE_NIL;
762 return (thp == NULL ? DI_PROM_HANDLE_NIL : thp->th_pi);
H A Dtopo_tree.h115 di_prom_handle_t th_pi; /* handle to root of prom tree */ member in struct:topo_hdl
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c129 mdb_printf("%-12s 0x%-34p %-30s\n", "th_pi", th.th_pi,

Completed in 106 milliseconds