Searched refs:topo_mod_alloc (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c1543 if ((entity_refs = topo_mod_alloc(mod, sizeof (char *))) == NULL)
1816 if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
1893 if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
1956 if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_enum.c378 if ((entity_refs = topo_mod_alloc(mod, sizeof (char *))) == NULL)
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c58 if ((p = topo_mod_alloc(mp, sizeof (slotnm_t))) == NULL)
H A Ddid_props.c360 if ((newpath = topo_mod_alloc(mp, need)) == NULL) {
811 if ((tmpbuf = topo_mod_alloc(mp, sz + 1)) == NULL)
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c542 buf = topo_mod_alloc(mod, bufsz);
H A Dchip_intel.c446 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
H A Dchip_amd.c339 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c133 ap_path = topo_mod_alloc(mod, MAXPATHLEN);
H A Dx86pi_subr.c597 obuf = topo_mod_alloc(mod, outsz);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/common/
H A Dmotherboard.c108 return (topo_mod_alloc(mb_mod_hdl, size));
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/
H A Dxaui.c167 return (topo_mod_alloc(xaui_mod_hdl, size));
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c369 (name = topo_mod_alloc(mod, len + 1)) == NULL ||
H A Dtopo_xml.c307 if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (uint64_t))))
323 if ((strarrbuf = topo_mod_alloc(mp, (nelems * sizeof (char *))))
339 if ((nvlarrbuf = topo_mod_alloc(mp, (nelems *
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1294 if ((paths[i] = topo_mod_alloc(mod, len)) == NULL)
3124 obuf = topo_mod_alloc(mod, obufsz);
3126 topo_mod_dprintf(mod, "topo_mod_alloc failed.\n");
3436 if ((product = topo_mod_alloc(mod, prodlen)) == NULL)

Completed in 255 milliseconds

12