Home
last modified time | relevance | path

Searched refs:topo_hdl_zalloc (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c66 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 Dtopo_module.c227 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 Dtopo_prop.c541 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 Dmapfile-vers79 topo_hdl_zalloc;
H A Dlibtopo.h387 extern void *topo_hdl_zalloc(topo_hdl_t *, size_t);
H A Dtopo_snap.c279 if ((thp->th_uuid = topo_hdl_zalloc(thp, TOPO_UUID_SIZE)) == NULL) { in topo_snap_create()
H A Dtopo_node.c803 if ((wp = topo_hdl_zalloc(thp, sizeof (topo_walk_t))) == NULL) { in topo_node_walk_init()