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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_alloc.c66 topo_hdl_zalloc(topo_hdl_t *thp, size_t size) function
90 return (topo_hdl_zalloc(mod->tm_hdl, size));
H A Dtopo_module.c224 if ((mod = topo_hdl_zalloc(thp, sizeof (topo_mod_t))) == NULL)
257 if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL)
261 if ((mhp->mh_hash = topo_hdl_zalloc(thp,
H A Dtopo_prop.c543 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t)))
547 if ((pv = topo_hdl_zalloc(thp, sizeof (topo_propval_t)))
877 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL)
1108 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t)))
1202 if ((pg = topo_hdl_zalloc(thp, sizeof (topo_pgroup_t))) == NULL) {
1208 if ((pip = topo_hdl_zalloc(thp, sizeof (topo_ipgroup_info_t)))
H A Dlibtopo.h411 extern void *topo_hdl_zalloc(topo_hdl_t *, size_t);
H A Dtopo_node.c982 if ((wp = topo_hdl_zalloc(thp, sizeof (topo_walk_t))) == NULL) {
H A Dtopo_snap.c335 if ((thp->th_uuid = topo_hdl_zalloc(thp, TOPO_UUID_SIZE))
H A Dtopo_xml.c2293 if ((thp->th_uuid = topo_hdl_zalloc(thp,

Completed in 55 milliseconds