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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c58 topo_hdl_alloc(topo_hdl_t *thp, size_t size) function
84 return (topo_hdl_alloc(mod->tm_hdl, size));
H A Dtopo_string.c38 p = topo_hdl_alloc(thp, strlen(s) + 1);
H A Dtopo_prop.c272 if ((a1 = topo_hdl_alloc(thp, sizeof (int32_t) *
288 if ((a1 = topo_hdl_alloc(thp, sizeof (uint32_t) *
304 if ((a1 = topo_hdl_alloc(thp, sizeof (int64_t) *
320 if ((a1 = topo_hdl_alloc(thp, sizeof (uint64_t) *
336 if ((a1 = topo_hdl_alloc(thp, sizeof (char *) *
361 if ((a1 = topo_hdl_alloc(thp, sizeof (nvlist_t *) *
1134 if ((info = topo_hdl_alloc(thp,
H A Dlibtopo.h410 extern void *topo_hdl_alloc(topo_hdl_t *, size_t);

Completed in 36 milliseconds