Home
last modified time | relevance | path

Searched refs:topo_alloc_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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_tree.h104 } topo_alloc_t; typedef
118 topo_alloc_t *th_alloc; /* allocators */
H A Dtopo_module.h67 topo_alloc_t *tm_alloc; /* Allocators */
H A Dtopo_snap.c108 topo_alloc_t *tap; in topo_open()
133 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL) in topo_open()
259 topo_free(thp->th_alloc, sizeof (topo_alloc_t)); in topo_close()