Symbol: mdb_ctf_type_size
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
283
type_size = mdb_ctf_type_size(mid);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1016
size = mdb_ctf_type_size(id) * NBBY;
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1057
if (mdb_ctf_type_size(id) * NBBY <= off)
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1086
size = mdb_ctf_type_size(ar.mta_contents) * NBBY;
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1218
(asz = mdb_ctf_type_size(a)) == -1UL ||
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1219
(bsz = mdb_ctf_type_size(b)) == -1UL ||
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1361
if ((modsz = mdb_ctf_type_size(modid)) == -1UL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1366
if ((tgtsz = mdb_ctf_type_size(tgtid)) == -1UL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1589
if ((modsz = mdb_ctf_type_size(mar.mta_contents)) == -1UL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1594
if ((tgtsz = mdb_ctf_type_size(tar.mta_contents)) == -1UL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1713
if ((size = mdb_ctf_type_size(tgtid)) == -1UL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
968
if ((size = mdb_ctf_type_size(id)) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.h
96
extern ssize_t mdb_ctf_type_size(mdb_ctf_id_t);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
161
return (mdb_ctf_type_size(id));
usr/src/cmd/mdb/common/mdb/mdb_print.c
1253
(eltsize = mdb_ctf_type_size(base)) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
1687
else if ((nsize = mdb_ctf_type_size(base)) >= 0)
usr/src/cmd/mdb/common/mdb/mdb_print.c
1759
size != mdb_ctf_type_size(base))
usr/src/cmd/mdb/common/mdb/mdb_print.c
2013
size = mdb_ctf_type_size(id);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2046
size = mdb_ctf_type_size(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2054
size = mdb_ctf_type_size(id);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2080
size = mdb_ctf_type_size(id);
usr/src/cmd/mdb/common/mdb/mdb_print.c
215
mdb_printf("%#lr\n", mdb_ctf_type_size(id));
usr/src/cmd/mdb/common/mdb/mdb_print.c
217
mdb_printf("sizeof (%s) = %#lr\n", tn, mdb_ctf_type_size(id));
usr/src/cmd/mdb/common/mdb/mdb_print.c
2434
size_t outsize = mdb_ctf_type_size(id);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2566
mdb_set_dot(addr + mdb_ctf_type_size(id));
usr/src/cmd/mdb/common/mdb/mdb_print.c
2630
e.cte_bits = mdb_ctf_type_size(id) * NBBY;
usr/src/cmd/mdb/common/mdb/mdb_print.c
2872
(size = mdb_ctf_type_size(base)) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
291
if ((sz = mdb_ctf_type_size(id)) > 0)
usr/src/cmd/mdb/common/mdb/mdb_print.c
3206
mdb_set_dot(addr + mdb_ctf_type_size(id));
usr/src/cmd/mdb/common/mdb/mdb_print.c
823
elemsize = mdb_ctf_type_size(id);
usr/src/cmd/mdb/common/mdb/mdb_print.c
833
elemsize = mdb_ctf_type_size(id) / ar.mta_nelems;
usr/src/cmd/mdb/common/modules/genunix/leaky_subr.c
356
(hwpm_size = mdb_ctf_type_size(rid)) < 0) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1416
typegraph_build_anchored(addr, mdb_ctf_type_size(*type), *type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1428
size_t size = mdb_ctf_type_size(*type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1681
nsize = mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1913
offs += mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1933
offs += mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2929
size = mdb_ctf_type_size(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3079
size_t size = mdb_ctf_type_size(found->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3373
size = mdb_ctf_type_size(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
449
return (mdb_ctf_type_size(type));
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
459
if ((size = mdb_ctf_type_size(type)) == -1)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
488
if ((size = mdb_ctf_type_size(type)) == -1)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
526
size = mdb_ctf_type_size(type) * arr.mta_nelems;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
585
rsize = mdb_ctf_type_size(rtype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
737
size = mdb_ctf_type_size(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
769
size = mdb_ctf_type_size(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
780
lsize = mdb_ctf_type_size(last);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
803
size = mdb_ctf_type_size(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
917
rsize = mdb_ctf_type_size(rtype);
usr/src/cmd/mdb/common/modules/random/random.c
58
((rndmag_t_size = mdb_ctf_type_size(rndmag_id)) == 0)) {
usr/src/cmd/mdb/i86pc/modules/unix/unix.c
67
if ((ttr_size = mdb_ctf_type_size(ttrtid)) !=
usr/src/cmd/mdb/intel/mdb/mdb_amd64util.c
300
mdb_ctf_type_size(mfp.mtf_return) > 16)
usr/src/cmd/mdb/intel/mdb/mdb_amd64util.c
319
mdb_ctf_type_size(args_types[i]) <= 16) {