Home
last modified time | relevance | path

Searched refs:mdb_ctf_type_name (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c418 (void) mdb_ctf_type_name(utype, buf, sizeof (buf)); in typegraph_type_name()
898 mdb_ctf_type_name(type, buf, sizeof (buf))); in typegraph_couldbe()
921 mdb_ctf_type_name(type, buf, sizeof (buf))); in typegraph_couldbe()
2566 mdb_printf("%s\n", mdb_ctf_type_name(node->tgn_type, in whattype()
2590 mdb_ctf_type_name(tp->tgt_rtype, buf, in whattype()
2616 mdb_ctf_type_name(tp->tgt_rtype, in whattype()
2629 mdb_ctf_type_name(node->tgn_type, in whattype()
2643 mdb_ctf_type_name(tp->tgt_rtype, in whattype()
2657 mdb_ctf_type_name(tp->tgt_rtype, in whattype()
3120 mdb_ctf_type_name(found->fnd_parent, buf, in findlocks()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h93 extern char *mdb_ctf_type_name(mdb_ctf_id_t, char *, size_t);
H A Dmdb_print.c1461 if (mdb_ctf_type_name(base, basename, sizeof (basename)) != NULL) in print_tag()
1617 if (mdb_ctf_type_name(id, type, MDB_SYM_NAMLEN) == NULL) in elt_print()
1640 if (mdb_ctf_type_name(base, basetype, sz) != NULL && in elt_print()
1998 mdb_ctf_type_name(id, buf, sizeof (buf))); in parse_member()
2016 mdb_ctf_type_name(id, buf, sizeof (buf))); in parse_member()
2110 mdb_ctf_type_name(id, buf, sizeof (buf))); in parse_member()
H A Dmdb_ctf.c555 mdb_ctf_type_name(mdb_ctf_id_t id, char *buf, size_t len) in mdb_ctf_type_name() function
1282 if (mdb_ctf_type_name(tgtid, typename, sizeof (typename)) == NULL) { in vread_helper()
1286 if (mdb_ctf_type_name(modid, in vread_helper()
2227 if (mdb_ctf_type_name(id, buf, sizeof (buf)) != NULL) { in cmd_typelist_type()
H A Dmdb_tab.c531 (void) mdb_ctf_type_name(id, buf, sizeof (buf)); in tab_complete_type()
H A Dmdb_typedef.c126 (void) mdb_ctf_type_name(id, buf, sizeof (buf)); in typedef_list_cb()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern78 mdb_ctf_type_name { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c105 mdb_ctf_type_name(*idp, name, sizeof (name)); in getmember()