Home
last modified time | relevance | path

Searched refs:th_alloc (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c60 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_alloc()
68 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_zalloc()
76 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_free()
H A Dtopo_nvl.c68 if (nvlist_xalloc(nvlp, nvflag, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvalloc()
77 if (nvlist_xdup(nvl, nvlp, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvdup()
H A Dtopo_tree.h118 topo_alloc_t *th_alloc; /* allocators */ member
H A Dtopo_snap.c146 thp->th_alloc = tap; in topo_open()
258 if (thp->th_alloc != NULL) in topo_close()
259 topo_free(thp->th_alloc, sizeof (topo_alloc_t)); in topo_close()
H A Dtopo_module.c242 mod->tm_alloc = thp->th_alloc; in topo_mod_create()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c139 mdb_printf("%-12s 0x%-34p %-30s\n", "th_alloc", th.th_alloc, in topo_handle()