Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c58 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_alloc()
66 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_zalloc()
74 topo_alloc_t *ap = thp->th_alloc; in topo_hdl_free()
H A Dtopo_nvl.c66 if (nvlist_xalloc(nvlp, nvflag, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvalloc()
75 if (nvlist_xdup(nvl, nvlp, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvdup()
H A Dtopo_tree.h123 topo_alloc_t *th_alloc; /* allocators */ member
H A Dtopo_snap.c194 thp->th_alloc = tap; in topo_open()
305 if (thp->th_alloc != NULL) in topo_close()
306 topo_free(thp->th_alloc, sizeof (topo_alloc_t)); in topo_close()
H A Dtopo_module.c247 mod->tm_alloc = thp->th_alloc; in topo_mod_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c140 mdb_printf("%-12s 0x%-34p %-30s\n", "th_alloc", th.th_alloc, in topo_handle()