Home
last modified time | relevance | path

Searched refs:mdb_ctf_type_resolve (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c579 if (mdb_ctf_type_resolve(id, &idr) == -1) { in cmd_enum()
1976 if (mdb_ctf_type_resolve(id, &rid) != 0) { in parse_member()
2007 (void) mdb_ctf_type_resolve(id, &rid); in parse_member()
2041 (void) mdb_ctf_type_resolve(id, &rid); in parse_member()
2067 (void) mdb_ctf_type_resolve(id, &rid); in parse_member()
2113 (void) mdb_ctf_type_resolve(id, &rid); in parse_member()
2167 (void) mdb_ctf_type_resolve(id, &rid); in cmd_print_tab_common()
2186 (void) mdb_ctf_type_resolve(id, &rid); in cmd_print_tab_common()
2207 (void) mdb_ctf_type_resolve(id, &rid); in cmd_print_tab_common()
2212 (void) mdb_ctf_type_resolve(id, &rid); in cmd_print_tab_common()
[all …]
H A Dmdb_ctf.c524 mdb_ctf_type_resolve(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) in mdb_ctf_type_resolve() function
579 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0) in mdb_ctf_type_size()
651 (void) mdb_ctf_type_resolve(id, &base); in type_cb()
723 if (mdb_ctf_type_resolve(id, &id) != 0) in mdb_ctf_enum_name()
754 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0) in mdb_ctf_member_iter()
776 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0) in mdb_ctf_enum_iter()
1028 (void) mdb_ctf_type_resolve(id, &id); in mdb_ctf_offset_to_name()
1168 if (mdb_ctf_type_resolve(a, &a) != 0 || in type_equals()
1169 mdb_ctf_type_resolve(b, &b) != 0 || in type_equals()
1298 (void) mdb_ctf_type_resolve(modid, &modid); in vread_helper()
[all …]
H A Dmdb_ctf.h92 extern int mdb_ctf_type_resolve(mdb_ctf_id_t, mdb_ctf_id_t *);
H A Dmdb_tab.c516 if (mdb_ctf_type_resolve(id, &rid) != 0) in tab_complete_type()
H A Dmdb_cmds.c268 if (mdb_ctf_type_resolve(mid, &temp_id) != 0) { in write_ctf_uint()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern80 mdb_ctf_type_resolve { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c355 mdb_ctf_type_resolve(id, &rid) == -1 || in leaky_kludge()
H A Dtypegraph.c394 (void) mdb_ctf_type_resolve(type, &ret); in typegraph_resolve()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c95 if (mdb_ctf_type_resolve(type_id, &type_id) != 0) in get_enum()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c61 mdb_ctf_type_resolve(ttrtid, &ttrtid) != 0) { in ttrace_ttr_size_check()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c3864 if (mdb_ctf_type_resolve(type_id, &type_id) != 0) in get_enum()