Searched refs:topo_hdl_zalloc (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_alloc.c | 66 topo_hdl_zalloc(topo_hdl_t *thp, size_t size) in topo_hdl_zalloc() function 90 return (topo_hdl_zalloc(mod->tm_hdl, size)); in topo_mod_zalloc()
|
H A D | topo_module.c | 227 if ((mod = topo_hdl_zalloc(thp, sizeof (topo_mod_t))) == NULL) in topo_mod_create() 260 if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL) in topo_modhash_create() 264 if ((mhp->mh_hash = topo_hdl_zalloc(thp, in topo_modhash_create()
|
H A D | topo_prop.c | 541 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) in prop_create() 545 if ((pv = topo_hdl_zalloc(thp, sizeof (topo_propval_t))) in prop_create() 877 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL) in prop_method_register() 1108 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) in topo_prop_inherit() 1202 if ((pg = topo_hdl_zalloc(thp, sizeof (topo_pgroup_t))) == NULL) { in topo_pgroup_create() 1208 if ((pip = topo_hdl_zalloc(thp, sizeof (topo_ipgroup_info_t))) in topo_pgroup_create()
|
H A D | mapfile-vers | 79 topo_hdl_zalloc;
|
H A D | libtopo.h | 387 extern void *topo_hdl_zalloc(topo_hdl_t *, size_t);
|
H A D | topo_snap.c | 279 if ((thp->th_uuid = topo_hdl_zalloc(thp, TOPO_UUID_SIZE)) == NULL) { in topo_snap_create()
|
H A D | topo_node.c | 803 if ((wp = topo_hdl_zalloc(thp, sizeof (topo_walk_t))) == NULL) { in topo_node_walk_init()
|