Home
last modified time | relevance | path

Searched refs:topo_hdl_alloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c56 topo_hdl_alloc(topo_hdl_t *thp, size_t size) in topo_hdl_alloc() function
82 return (topo_hdl_alloc(mod->tm_hdl, size)); in topo_mod_alloc()
H A Dtopo_string.c43 p = topo_hdl_alloc(thp, strlen(s) + 1); in topo_hdl_strdup()
91 *str = topo_hdl_alloc(thp, len); in topo_hdl_vasprintf()
H A Dtopo_prop.c275 if ((a1 = topo_hdl_alloc(thp, sizeof (int32_t) * in prop_getval()
291 if ((a1 = topo_hdl_alloc(thp, sizeof (uint32_t) * in prop_getval()
307 if ((a1 = topo_hdl_alloc(thp, sizeof (int64_t) * in prop_getval()
323 if ((a1 = topo_hdl_alloc(thp, sizeof (uint64_t) * in prop_getval()
339 if ((a1 = topo_hdl_alloc(thp, sizeof (char *) * in prop_getval()
364 if ((a1 = topo_hdl_alloc(thp, sizeof (nvlist_t *) * in prop_getval()
1140 if ((info = topo_hdl_alloc(thp, in topo_pgroup_info()
H A Dtopo_list.c204 if ((elem_copy = topo_hdl_alloc(thp, elem_sz)) == NULL) { in topo_list_deepcopy()
H A Dmapfile-vers80 topo_hdl_alloc;
H A Dlibtopo.h432 extern void *topo_hdl_alloc(topo_hdl_t *, size_t);