Home
last modified time | relevance | path

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

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