Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c345 thp->th_di = di_init("/", DINFOFORCE | in topo_snap_create()
348 thp->th_di = di_init("/", DINFOCACHE); in topo_snap_create()
358 if (thp->th_di != DI_NODE_NIL) { in topo_snap_create()
359 di_fini(thp->th_di); in topo_snap_create()
360 thp->th_di = DI_NODE_NIL; in topo_snap_create()
539 if (thp->th_di != DI_NODE_NIL) { in topo_snap_destroy()
540 di_fini(thp->th_di); in topo_snap_destroy()
541 thp->th_di = DI_NODE_NIL; in topo_snap_destroy()
826 return (thp == NULL ? DI_NODE_NIL : thp->th_di); in topo_hdl_devinfo()
H A Dtopo_tree.h118 di_node_t th_di; /* handle to root of devinfo tree */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c128 mdb_printf("%-12s 0x%-34p %-30s\n", "th_di", th.th_di, in topo_handle()