Searched refs:topo_zalloc (Results 1 – 4 of 4) sorted by relevance
39 extern void *topo_zalloc(size_t, int);
34 return (topo_zalloc(size, UMEM_DEFAULT)); in topo_nv_alloc()
40 topo_zalloc(size_t size, int flags) in topo_zalloc() function
176 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()