Symbol: topo_mod_alloc
usr/src/lib/fm/topo/libtopo/common/cpu.c
347
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/dev.c
211
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/dev.c
407
path = topo_mod_alloc(mod, len);
usr/src/lib/fm/topo/libtopo/common/dev.c
487
path = topo_mod_alloc(mod, len);
usr/src/lib/fm/topo/libtopo/common/fmd.c
138
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/hc.c
1415
if ((hwp = topo_mod_alloc(mod, sizeof (struct hc_walk))) == NULL) {
usr/src/lib/fm/topo/libtopo/common/hc.c
1494
if ((plp = topo_mod_alloc(mod, sizeof (struct prop_lookup))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
1566
if ((plp = topo_mod_alloc(mod, sizeof (struct prop_lookup))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
1625
if ((plp = topo_mod_alloc(mod, sizeof (struct prop_lookup))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
1755
if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
1873
if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
1938
if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
2032
if ((flp = topo_mod_alloc(mod, sizeof (struct fac_lookup))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
2136
if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
2196
if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL)
usr/src/lib/fm/topo/libtopo/common/hc.c
566
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/legacy_hc.c
173
escc = topo_mod_alloc(mod, i + 1);
usr/src/lib/fm/topo/libtopo/common/legacy_hc.c
194
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/mem.c
244
escunum = topo_mod_alloc(mod, i + 1);
usr/src/lib/fm/topo/libtopo/common/mod.c
341
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/pkg.c
313
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/libtopo/common/svc.c
388
if ((search = topo_mod_alloc(mod, len)) == NULL)
usr/src/lib/fm/topo/libtopo/common/svc.c
487
if ((buf = topo_mod_alloc(mod, size + 1)) == NULL)
usr/src/lib/fm/topo/libtopo/common/sw.c
498
if ((buf = topo_mod_alloc(mod, size + 1)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
892
if ((tmp = topo_mod_alloc(mod, fmrilen)) == NULL) {
usr/src/lib/fm/topo/libtopo/common/topo_mod.c
190
if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod,
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
221
extern void *topo_mod_alloc(topo_mod_t *, size_t);
usr/src/lib/fm/topo/libtopo/common/topo_rtld.c
77
if ((rp = mod->tm_data = topo_mod_alloc(mod, sizeof (topo_rtld_t)))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
293
if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (int32_t))))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
311
if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (uint32_t))))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
329
if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (int64_t))))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
347
if ((arrbuf = topo_mod_alloc(mp, (nelems * sizeof (uint64_t))))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
365
if ((strarrbuf = topo_mod_alloc(mp, (nelems * sizeof (char *))))
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
386
if ((nvlarrbuf = topo_mod_alloc(mp, (nelems *
usr/src/lib/fm/topo/libtopo/common/zfs.c
208
(name = topo_mod_alloc(mod, len + 1)) == NULL ||
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
1184
if ((fullpath = topo_mod_alloc(mod, pathlen)) == NULL)
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
328
if ((buf = topo_mod_alloc(mod, count + 1)) == NULL)
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
491
if ((part = topo_mod_alloc(mod, len)) != NULL)
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
960
if ((minorpath = topo_mod_alloc(mod, mlen)) == NULL)
usr/src/lib/fm/topo/modules/common/disk/disk_mptsas.c
62
gdi.PtrDiskInfoArray = di = topo_mod_alloc(mod, disz);
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1513
if ((entity_refs = topo_mod_alloc(mod, sizeof (char *))) == NULL)
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1886
if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1963
if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
2026
if ((entity_refs = topo_mod_alloc(mod, (nelems * sizeof (char *))))
usr/src/lib/fm/topo/modules/common/pcibus/did.c
59
if ((p = topo_mod_alloc(mp, sizeof (slotnm_t))) == NULL)
usr/src/lib/fm/topo/modules/common/pcibus/did_props.c
400
if ((newpath = topo_mod_alloc(mp, need)) == NULL) {
usr/src/lib/fm/topo/modules/common/pcibus/did_props.c
862
if ((tmpbuf = topo_mod_alloc(mp, sz + 1)) == NULL)
usr/src/lib/fm/topo/modules/common/ses/ses.c
1406
if ((paths[i] = topo_mod_alloc(mod, len)) == NULL)
usr/src/lib/fm/topo/modules/common/ses/ses.c
2980
if ((product = topo_mod_alloc(mod, prodlen)) == NULL)
usr/src/lib/fm/topo/modules/common/ufm/topo_ufm.c
241
report.ufmr_buf = topo_mod_alloc(mod, bufsz.ufbz_size);
usr/src/lib/fm/topo/modules/common/xfp/xfp.c
160
label = topo_mod_alloc(mod, len);
usr/src/lib/fm/topo/modules/i86pc/chip/chip_amd.c
333
(buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
usr/src/lib/fm/topo/modules/i86pc/chip/chip_intel.c
922
(buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
usr/src/lib/fm/topo/modules/i86pc/chip/chip_smbios.c
586
buf = topo_mod_alloc(mod, bufsz);
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_bay.c
140
ap_path = topo_mod_alloc(mod, MAXPATHLEN);
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_bboard.c
362
cont_hdl = topo_mod_alloc(mod, cont_cnt *
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_subr.c
585
obuf = topo_mod_alloc(mod, outsz);