Symbol: mdb_ctf_type_name
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1330
if (mdb_ctf_type_name(tgtid, typename, sizeof (typename)) == NULL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1334
if (mdb_ctf_type_name(modid,
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2280
if (mdb_ctf_type_name(id, buf, sizeof (buf)) != NULL) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.h
94
extern char *mdb_ctf_type_name(mdb_ctf_id_t, char *, size_t);
usr/src/cmd/mdb/common/mdb/mdb_print.c
1463
if (mdb_ctf_type_name(base, basename, sizeof (basename)) != NULL)
usr/src/cmd/mdb/common/mdb/mdb_print.c
1619
if (mdb_ctf_type_name(id, type, MDB_SYM_NAMLEN) == NULL)
usr/src/cmd/mdb/common/mdb/mdb_print.c
1642
if (mdb_ctf_type_name(base, basetype, sz) != NULL &&
usr/src/cmd/mdb/common/mdb/mdb_print.c
2009
mdb_ctf_type_name(id, buf, sizeof (buf)));
usr/src/cmd/mdb/common/mdb/mdb_print.c
2027
mdb_ctf_type_name(id, buf, sizeof (buf)));
usr/src/cmd/mdb/common/mdb/mdb_print.c
2121
mdb_ctf_type_name(id, buf, sizeof (buf)));
usr/src/cmd/mdb/common/mdb/mdb_stack.c
106
return (mdb_ctf_type_name(id, newbuf, newlen));
usr/src/cmd/mdb/common/mdb/mdb_stack.c
86
if (mdb_ctf_type_name(id, buf, len) != NULL)
usr/src/cmd/mdb/common/mdb/mdb_tab.c
531
(void) mdb_ctf_type_name(id, buf, sizeof (buf));
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
126
(void) mdb_ctf_type_name(id, buf, sizeof (buf));
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2580
mdb_printf("%s\n", mdb_ctf_type_name(node->tgn_type,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2604
mdb_ctf_type_name(tp->tgt_rtype, buf,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2630
mdb_ctf_type_name(tp->tgt_rtype,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2643
mdb_ctf_type_name(node->tgn_type,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2657
mdb_ctf_type_name(tp->tgt_rtype,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2671
mdb_ctf_type_name(tp->tgt_rtype,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3135
mdb_ctf_type_name(found->fnd_parent, buf,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3403
mdb_ctf_type_name(type, buf, sizeof (buf)), size,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
422
if (mdb_ctf_type_name(type, buf, sizeof (buf)) == NULL) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
430
(void) mdb_ctf_type_name(utype, buf, sizeof (buf));
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
910
mdb_ctf_type_name(type, buf, sizeof (buf)));
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
933
mdb_ctf_type_name(type, buf, sizeof (buf)));
usr/src/cmd/mdb/common/modules/zfs/zfs.c
106
mdb_ctf_type_name(*idp, name, sizeof (name));