Home
last modified time | relevance | path

Searched refs:topo_alloc_t (Results 1 – 4 of 4) 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_tree.h108 } topo_alloc_t; typedef
123 topo_alloc_t *th_alloc; /* allocators */
H A Dtopo_module.h65 topo_alloc_t *tm_alloc; /* Allocators */
H A Dtopo_snap.c161 topo_alloc_t *tap; in topo_open()
181 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL) in topo_open()
306 topo_free(thp->th_alloc, sizeof (topo_alloc_t)); in topo_close()