Searched refs:th_pi (Results 1 – 3 of 3) sorted by relevance
303 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()
115 di_prom_handle_t th_pi; /* handle to root of prom tree */ member
129 mdb_printf("%-12s 0x%-34p %-30s\n", "th_pi", th.th_pi, in topo_handle()