Home
last modified time | relevance | path

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

/titanic_41/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)); in topo_nv_alloc()
H A Dtopo_alloc.c42 topo_zalloc(size_t size, int flags) in topo_zalloc() function
H A Dtopo_snap.c128 if ((thp = topo_zalloc(sizeof (topo_hdl_t), 0)) == NULL) in topo_open()
133 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL) in topo_open()
141 tap->ta_zalloc = topo_zalloc; in topo_open()