Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c350 thp->th_pi = di_prom_init(); in topo_snap_create()
362 if (thp->th_pi != DI_PROM_HANDLE_NIL) { in topo_snap_create()
363 di_prom_fini(thp->th_pi); in topo_snap_create()
364 thp->th_pi = DI_PROM_HANDLE_NIL; in topo_snap_create()
543 if (thp->th_pi != DI_PROM_HANDLE_NIL) { in topo_snap_destroy()
544 di_prom_fini(thp->th_pi); in topo_snap_destroy()
545 thp->th_pi = DI_PROM_HANDLE_NIL; in topo_snap_destroy()
832 return (thp == NULL ? DI_PROM_HANDLE_NIL : thp->th_pi); in topo_hdl_prominfo()
H A Dtopo_tree.h119 di_prom_handle_t th_pi; /* handle to root of prom tree */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c130 mdb_printf("%-12s 0x%-34p %-30s\n", "th_pi", th.th_pi, in topo_handle()