Searched refs:th_di (Results 1 – 3 of 3) sorted by relevance
298 thp->th_di = di_init("/", DINFOFORCE | in topo_snap_create()301 thp->th_di = di_init("/", DINFOCACHE); in topo_snap_create()311 if (thp->th_di != DI_NODE_NIL) { in topo_snap_create()312 di_fini(thp->th_di); in topo_snap_create()313 thp->th_di = DI_NODE_NIL; in topo_snap_create()468 if (thp->th_di != DI_NODE_NIL) { in topo_snap_destroy()469 di_fini(thp->th_di); in topo_snap_destroy()470 thp->th_di = DI_NODE_NIL; in topo_snap_destroy()756 return (thp == NULL ? DI_NODE_NIL : thp->th_di); in topo_hdl_devinfo()
114 di_node_t th_di; /* handle to root of devinfo tree */ member
127 mdb_printf("%-12s 0x%-34p %-30s\n", "th_di", th.th_di, in topo_handle()