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