Searched refs:topo_hdl_alloc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_alloc.c | 58 topo_hdl_alloc(topo_hdl_t *thp, size_t size) in topo_hdl_alloc() function 84 return (topo_hdl_alloc(mod->tm_hdl, size)); in topo_mod_alloc()
|
H A D | topo_prop.c | 272 if ((a1 = topo_hdl_alloc(thp, sizeof (int32_t) * in prop_getval() 288 if ((a1 = topo_hdl_alloc(thp, sizeof (uint32_t) * in prop_getval() 304 if ((a1 = topo_hdl_alloc(thp, sizeof (int64_t) * in prop_getval() 320 if ((a1 = topo_hdl_alloc(thp, sizeof (uint64_t) * in prop_getval() 336 if ((a1 = topo_hdl_alloc(thp, sizeof (char *) * in prop_getval() 361 if ((a1 = topo_hdl_alloc(thp, sizeof (nvlist_t *) * in prop_getval() 1137 if ((info = topo_hdl_alloc(thp, in topo_pgroup_info()
|
H A D | topo_string.c | 41 p = topo_hdl_alloc(thp, strlen(s) + 1); in topo_hdl_strdup()
|
H A D | mapfile-vers | 69 topo_hdl_alloc;
|
H A D | libtopo.h | 386 extern void *topo_hdl_alloc(topo_hdl_t *, size_t);
|