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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.h41 extern void *topo_zalloc(size_t, int);
H A Dtopo_nvl.c36 return (topo_zalloc(size, UMEM_DEFAULT));
H A Dtopo_alloc.c42 topo_zalloc(size_t size, int flags) function
H A Dtopo_snap.c165 if ((thp = topo_zalloc(sizeof (topo_hdl_t), 0)) == NULL)
175 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL)
183 tap->ta_zalloc = topo_zalloc;

Completed in 28 milliseconds