Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.h39 extern void *topo_zalloc(size_t, int);
H A Dtopo_nvl.c34 return (topo_zalloc(size, UMEM_DEFAULT)); in topo_nv_alloc()
H A Dtopo_alloc.c40 topo_zalloc(size_t size, int flags) in topo_zalloc() function
H A Dtopo_snap.c176 if ((thp = topo_zalloc(sizeof (topo_hdl_t), 0)) == NULL) in topo_open()
181 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL) in topo_open()
189 tap->ta_zalloc = topo_zalloc; in topo_open()