Searched refs:topo_hdl_alloc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_alloc.c | 56 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 D | topo_string.c | 43 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 D | topo_prop.c | 275 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 D | topo_list.c | 204 if ((elem_copy = topo_hdl_alloc(thp, elem_sz)) == NULL) { in topo_list_deepcopy()
|
H A D | mapfile-vers | 80 topo_hdl_alloc;
|
H A D | libtopo.h | 432 extern void *topo_hdl_alloc(topo_hdl_t *, size_t);
|